| Package | Description |
|---|---|
| org.apache.lucene.codecs.blockterms |
Pluggable term index / block terms dictionary implementations.
|
| Class and Description |
|---|
TermsIndexReaderBase
BlockTermsReader interacts with an instance of this class
to manage its terms index. |
| TermsIndexReaderBase.FieldIndexEnum
Similar to TermsEnum, except, the only "metadata" it
reports for a given indexed term is the long fileOffset
into the main terms dictionary file.
|
| TermsIndexWriterBase
Base class for terms index implementations to plug
into
BlockTermsWriter. |
| TermsIndexWriterBase.FieldWriter
Terms index API for a single field.
|
| VariableGapTermsIndexWriter.IndexTermSelector
Hook for selecting which terms should be placed in the terms index.
|
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.