C# Class Lucene.Net.Codecs.BlockTerms.TermsIndexReaderBase

TODO - allow for non-regular index intervals? eg with a long string of rare terms, you don't need such frequent indexing {@link BlockTermsReader} interacts with an instance of this class to manage its terms index. The writer must accept indexed terms (many pairs of BytesRef text + long fileOffset), and then this reader must be able to retrieve the nearest index term to a provided term text. @lucene.experimental */
Inheritance: IDisposable
Datei anzeigen Open project: paulirwin/lucene.net Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GetFieldEnum ( FieldInfo fieldInfo ) : FieldIndexEnum

Method Details

Dispose() public abstract method

public abstract Dispose ( ) : void
return void

GetFieldEnum() public abstract method

public abstract GetFieldEnum ( FieldInfo fieldInfo ) : FieldIndexEnum
fieldInfo FieldInfo
return FieldIndexEnum