Package | Description |
---|---|
org.apache.lucene.analysis |
API and code to convert text into indexable/searchable tokens.
|
org.apache.lucene.analysis.standard |
A fast grammar-based tokenizer constructed with JFlex.
|
org.apache.lucene.analysis.tokenattributes | |
org.apache.lucene.document |
The logical representation of a
Document for indexing and searching. |
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.queryParser |
A simple query parser implemented with JavaCC.
|
org.apache.lucene.search |
Code to search indices.
|
org.apache.lucene.util |
Some utility classes.
|
Class and Description |
---|
Attribute
Base interface for attributes.
|
AttributeImpl
Base class for Attributes that can be added to a
AttributeSource . |
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
AttributeSource.AttributeFactory
An AttributeFactory creates instances of
AttributeImpl s. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
AttributeSource.AttributeFactory
An AttributeFactory creates instances of
AttributeImpl s. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
Attribute
Base interface for attributes.
|
AttributeImpl
Base class for Attributes that can be added to a
AttributeSource . |
Class and Description |
---|
Parameter
A serializable Enum class.
|
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
BitVector
Optimized implementation of a vector of bits.
|
Class and Description |
---|
Parameter
A serializable Enum class.
|
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
Parameter
A serializable Enum class.
|
PriorityQueue
A PriorityQueue maintains a partial ordering of its elements such that the
least element can always be found in constant time.
|
RamUsageEstimator
Estimates the size of a given Object using a given MemoryModel for primitive
size information.
|
Class and Description |
---|
Attribute
Base interface for attributes.
|
AttributeImpl
Base class for Attributes that can be added to a
AttributeSource . |
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
AttributeSource.AttributeFactory
An AttributeFactory creates instances of
AttributeImpl s. |
AttributeSource.State
This class holds the state of an AttributeSource.
|
BitVector
Optimized implementation of a vector of bits.
|
FieldCacheSanityChecker.Insanity
Simple container for a collection of related CacheEntry objects that
in conjunction with each other represent some "insane" usage of the
FieldCache.
|
FieldCacheSanityChecker.InsanityType
An Enumeration of the different types of "insane" behavior that
may be detected in a FieldCache.
|
MemoryModel
Returns primitive memory sizes for estimating RAM usage.
|
NumericUtils.IntRangeBuilder |
NumericUtils.LongRangeBuilder |
OpenBitSet
An "open" BitSet implementation that allows direct access to the array of words
storing the bits.
|
Parameter
A serializable Enum class.
|
RamUsageEstimator
Estimates the size of a given Object using a given MemoryModel for primitive
size information.
|
StringInterner
Subclasses of StringInterner are required to
return the same single String object for all equal strings.
|
UnicodeUtil.UTF16Result |
UnicodeUtil.UTF8Result |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.