Package | Description |
---|---|
org.apache.lucene.analysis.miscellaneous |
Miscellaneous Tokenstreams.
|
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. |
org.apache.lucene.search |
Code to search indices.
|
org.apache.lucene.util |
Some utility classes.
|
Modifier and Type | Class and Description |
---|---|
static class |
ConcatenateGraphFilter.BytesRefBuilderTermAttributeImpl
Implementation of
ConcatenateGraphFilter.BytesRefBuilderTermAttribute |
Modifier and Type | Method and Description |
---|---|
AttributeImpl |
ConcatenateGraphFilter.BytesRefBuilderTermAttributeImpl.clone() |
Modifier and Type | Method and Description |
---|---|
void |
ConcatenateGraphFilter.BytesRefBuilderTermAttributeImpl.copyTo(AttributeImpl target) |
Modifier and Type | Method and Description |
---|---|
AttributeImpl |
BytesTermAttributeImpl.clone() |
Modifier and Type | Method and Description |
---|---|
void |
BytesTermAttributeImpl.copyTo(AttributeImpl target) |
void |
OffsetAttributeImpl.copyTo(AttributeImpl target) |
void |
TypeAttributeImpl.copyTo(AttributeImpl target) |
void |
PackedTokenAttributeImpl.copyTo(AttributeImpl target) |
void |
CharTermAttributeImpl.copyTo(AttributeImpl target) |
void |
PayloadAttributeImpl.copyTo(AttributeImpl target) |
void |
KeywordAttributeImpl.copyTo(AttributeImpl target) |
void |
TermFrequencyAttributeImpl.copyTo(AttributeImpl target) |
void |
PositionIncrementAttributeImpl.copyTo(AttributeImpl target) |
void |
FlagsAttributeImpl.copyTo(AttributeImpl target) |
void |
PositionLengthAttributeImpl.copyTo(AttributeImpl target) |
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. |
Modifier and Type | Class and Description |
---|---|
class |
BoostAttributeImpl
Implementation class for
BoostAttribute . |
static class |
FuzzyTermsEnum.LevenshteinAutomataAttributeImpl
Stores compiled automata as a list (indexed by edit distance)
|
class |
MaxNonCompetitiveBoostAttributeImpl
Implementation class for
MaxNonCompetitiveBoostAttribute . |
Modifier and Type | Method and Description |
---|---|
void |
MaxNonCompetitiveBoostAttributeImpl.copyTo(AttributeImpl target) |
void |
BoostAttributeImpl.copyTo(AttributeImpl target) |
void |
FuzzyTermsEnum.LevenshteinAutomataAttributeImpl.copyTo(AttributeImpl _target) |
Modifier and Type | Class and Description |
---|---|
static class |
AttributeFactory.StaticImplementationAttributeFactory<A extends AttributeImpl>
Expert: AttributeFactory returning an instance of the given
clazz for the
attributes it implements. |
Modifier and Type | Field and Description |
---|---|
(package private) AttributeImpl |
AttributeSource.State.attribute |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.Class<? extends AttributeImpl>,AttributeImpl> |
AttributeSource.attributeImpls |
private java.util.Map<java.lang.Class<? extends AttributeImpl>,AttributeImpl> |
AttributeSource.attributeImpls |
private java.util.Map<java.lang.Class<? extends Attribute>,AttributeImpl> |
AttributeSource.attributes |
Modifier and Type | Method and Description |
---|---|
static <A extends AttributeImpl> |
AttributeFactory.getStaticImplementation(AttributeFactory delegate,
java.lang.Class<A> clazz)
Returns an AttributeFactory returning an instance of the given
clazz for the
attributes it implements. |
Modifier and Type | Method and Description |
---|---|
AttributeImpl |
AttributeImpl.clone()
In most cases the clone is, and should be, deep in order to be able to
properly capture the state of all attributes.
|
abstract AttributeImpl |
AttributeFactory.createAttributeInstance(java.lang.Class<? extends Attribute> attClass)
Returns an
AttributeImpl for the supplied Attribute interface class. |
AttributeImpl |
AttributeFactory.DefaultAttributeFactory.createAttributeInstance(java.lang.Class<? extends Attribute> attClass) |
AttributeImpl |
AttributeFactory.StaticImplementationAttributeFactory.createAttributeInstance(java.lang.Class<? extends Attribute> attClass) |
Modifier and Type | Method and Description |
---|---|
private java.lang.Class<? extends AttributeImpl> |
AttributeFactory.DefaultAttributeFactory.findImplClass(java.lang.Class<? extends Attribute> attClass) |
java.util.Iterator<AttributeImpl> |
AttributeSource.getAttributeImplsIterator()
Returns a new iterator that iterates all unique Attribute implementations.
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeSource.addAttributeImpl(AttributeImpl att)
Expert: Adds a custom AttributeImpl instance with one or more Attribute interfaces.
|
abstract void |
AttributeImpl.copyTo(AttributeImpl target)
Copies the values from this Attribute into the passed-in
target attribute.
|
Modifier and Type | Method and Description |
---|---|
(package private) static java.lang.invoke.MethodHandle |
AttributeFactory.findAttributeImplCtor(java.lang.Class<? extends AttributeImpl> clazz)
Returns a correctly typed
MethodHandle for the no-arg ctor of the given class. |
(package private) static java.lang.Class<? extends Attribute>[] |
AttributeSource.getAttributeInterfaces(java.lang.Class<? extends AttributeImpl> clazz) |