|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.lucene.index | |
---|---|
org.apache.lucene.analysis | API and code to convert text into indexable/searchable tokens. |
org.apache.lucene.benchmark.byTask |
Benchmarking Lucene By Tasks. |
org.apache.lucene.benchmark.byTask.tasks | Extendable benchmark tasks. |
org.apache.lucene.benchmark.standard | |
org.apache.lucene.gdata.search.index | Contains classes processing of documents and accessing the search index of the server |
org.apache.lucene.gdata.storage.lucenestorage | Lucene storage implementation |
org.apache.lucene.gdata.utils | Utils package |
org.apache.lucene.index | Code to maintain and access indices. |
org.apache.lucene.misc | |
org.apache.lucene.queryParser.surround.query | This package contains SrndQuery and its subclasses. |
org.apache.lucene.search | Code to search indices. |
org.apache.lucene.search.function |
Programmatic control over documents scores. |
org.apache.lucene.search.highlight | The highlight package contains classes to provide "keyword in context" features typically used to highlight search terms in the text of results pages. |
org.apache.lucene.search.payloads | The payloads package provides Query mechanisms for finding and using payloads. |
org.apache.lucene.search.regex | Regular expression Query. |
org.apache.lucene.search.similar | Document similarity query generators. |
org.apache.lucene.search.spans | The calculus of spans. |
org.apache.lucene.search.spell | Suggest alternate spellings for words. |
Classes in org.apache.lucene.index used by org.apache.lucene.analysis | |
---|---|
Payload
A Payload is metadata that can be stored together with each occurrence of a term. |
Classes in org.apache.lucene.index used by org.apache.lucene.benchmark.byTask | |
---|---|
IndexReader
IndexReader is an abstract class, providing an interface for accessing an index. |
|
IndexWriter
An IndexWriter creates and maintains an index. |
Classes in org.apache.lucene.index used by org.apache.lucene.benchmark.byTask.tasks | |
---|---|
IndexReader
IndexReader is an abstract class, providing an interface for accessing an index. |
Classes in org.apache.lucene.index used by org.apache.lucene.benchmark.standard | |
---|---|
IndexWriter
An IndexWriter creates and maintains an index. |
Classes in org.apache.lucene.index used by org.apache.lucene.gdata.search.index | |
---|---|
IndexWriter
An IndexWriter creates and maintains an index. |
|
Term
A Term represents a word from text. |
Classes in org.apache.lucene.index used by org.apache.lucene.gdata.storage.lucenestorage | |
---|---|
IndexModifier
[Note that as of 2.1, all but one of the methods in this class are available via IndexWriter . |
Classes in org.apache.lucene.index used by org.apache.lucene.gdata.utils | |
---|---|
IndexReader
IndexReader is an abstract class, providing an interface for accessing an index. |
Classes in org.apache.lucene.index used by org.apache.lucene.index | |
---|---|
CorruptIndexException
This exception is thrown when Lucene detects an inconsistency in the index. |
|
FilterIndexReader.FilterTermDocs
Base class for filtering TermDocs implementations. |
|
IndexDeletionPolicy
Expert: policy for deletion of stale index commits . |
|
IndexFileNameFilter
Filename filter that accept filenames and extensions only created by Lucene. |
|
IndexReader
IndexReader is an abstract class, providing an interface for accessing an index. |
|
IndexReader.FieldOption
|
|
IndexWriter
An IndexWriter creates and maintains an index. |
|
StaleReaderException
This exception is thrown when an IndexReader
tries to make changes to the index (via IndexReader.deleteDocument(int) , IndexReader.undeleteAll() or IndexReader.setNorm(int, java.lang.String, byte) )
but changes have already been committed to the index
since this reader was instantiated. |
|
Term
A Term represents a word from text. |
|
TermDocs
TermDocs provides an interface for enumerating <document, frequency> pairs for a term. |
|
TermEnum
Abstract class for enumerating terms. |
|
TermFreqVector
Provides access to stored term vector of a document field. |
|
TermPositions
TermPositions provides an interface for enumerating the <document, frequency, <position>* > tuples for a term. |
|
TermVectorOffsetInfo
The TermVectorOffsetInfo class holds information pertaining to a Term in a TermPositionVector 's
offset information. |
Classes in org.apache.lucene.index used by org.apache.lucene.misc | |
---|---|
IndexReader
IndexReader is an abstract class, providing an interface for accessing an index. |
Classes in org.apache.lucene.index used by org.apache.lucene.queryParser.surround.query | |
---|---|
IndexReader
IndexReader is an abstract class, providing an interface for accessing an index. |
|
Term
A Term represents a word from text. |
|
TermEnum
Abstract class for enumerating terms. |
Classes in org.apache.lucene.index used by org.apache.lucene.search | |
---|---|
CorruptIndexException
This exception is thrown when Lucene detects an inconsistency in the index. |
|
IndexReader
IndexReader is an abstract class, providing an interface for accessing an index. |
|
Term
A Term represents a word from text. |
|
TermEnum
Abstract class for enumerating terms. |
|
TermFreqVector
Provides access to stored term vector of a document field. |
Classes in org.apache.lucene.index used by org.apache.lucene.search.function | |
---|---|
IndexReader
IndexReader is an abstract class, providing an interface for accessing an index. |
Classes in org.apache.lucene.index used by org.apache.lucene.search.highlight | |
---|---|
IndexReader
IndexReader is an abstract class, providing an interface for accessing an index. |
|
TermPositionVector
Extends TermFreqVector to provide additional information about
positions in which each of the terms is found. |
Classes in org.apache.lucene.index used by org.apache.lucene.search.payloads | |
---|---|
IndexReader
IndexReader is an abstract class, providing an interface for accessing an index. |
|
Term
A Term represents a word from text. |
Classes in org.apache.lucene.index used by org.apache.lucene.search.regex | |
---|---|
IndexReader
IndexReader is an abstract class, providing an interface for accessing an index. |
|
Term
A Term represents a word from text. |
|
TermEnum
Abstract class for enumerating terms. |
Classes in org.apache.lucene.index used by org.apache.lucene.search.similar | |
---|---|
IndexReader
IndexReader is an abstract class, providing an interface for accessing an index. |
Classes in org.apache.lucene.index used by org.apache.lucene.search.spans | |
---|---|
IndexReader
IndexReader is an abstract class, providing an interface for accessing an index. |
|
Term
A Term represents a word from text. |
|
TermPositions
TermPositions provides an interface for enumerating the <document, frequency, <position>* > tuples for a term. |
Classes in org.apache.lucene.index used by org.apache.lucene.search.spell | |
---|---|
IndexReader
IndexReader is an abstract class, providing an interface for accessing an index. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |