Package | Description |
---|---|
org.apache.lucene.analysis |
Text analysis.
|
org.apache.lucene.analysis.compound |
A filter that decomposes compound words you find in many Germanic
languages into the word parts.
|
org.apache.lucene.analysis.tokenattributes |
General-purpose attributes for text analysis.
|
Modifier and Type | Class and Description |
---|---|
class |
Token
Deprecated.
This class is outdated and no longer used since Lucene 2.9. Nuke it finally!
|
Modifier and Type | Field and Description |
---|---|
protected OffsetAttribute |
LookaheadTokenFilter.offsetAtt |
Modifier and Type | Field and Description |
---|---|
protected OffsetAttribute |
CompoundWordTokenFilterBase.offsetAtt |
protected OffsetAttribute |
Lucene43CompoundWordTokenFilterBase.offsetAtt
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
OffsetAttributeImpl
Default implementation of
OffsetAttribute . |
class |
PackedTokenAttributeImpl
Default implementation of the common attributes used by Lucene:
CharTermAttribute
TypeAttribute
PositionIncrementAttribute
PositionLengthAttribute
OffsetAttribute
|
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.