Package | Description |
---|---|
org.apache.lucene.analysis |
API and code to convert text into indexable/searchable tokens.
|
org.apache.lucene.analysis.tokenattributes |
General-purpose attributes for text analysis.
|
org.apache.lucene.collation.tokenattributes |
Custom
AttributeImpl for indexing collation keys as index terms. |
Modifier and Type | Class and Description |
---|---|
class |
Token
A Token is an occurrence of a term from the text of a field.
|
Modifier and Type | Method and Description |
---|---|
CharTermAttributeImpl |
CharTermAttributeImpl.clone() |
Modifier and Type | Class and Description |
---|---|
class |
CollatedTermAttributeImpl
Extension of
CharTermAttributeImpl that encodes the term
text as a binary Unicode collation key instead of as UTF-8 bytes. |
Copyright © 2000-2016 The Apache Software Foundation. All Rights Reserved.