Apache Lucene.Net 2.4.0 Class Library API

TermInfosReader Methods

The methods of the TermInfosReader class are listed below. For a complete list of TermInfosReader class members, see the TermInfosReader Members topic.

Public Instance Methods

Close 
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetReturns the TermInfo for a Term in the set, or null.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetIndexDivisorReturns the indexDivisor.
GetMaxSkipLevels 
GetSkipInterval 
GetType (inherited from Object)Gets the Type of the current instance.
SetIndexDivisor Sets the indexDivisor, which subsamples the number of indexed terms loaded into memory. This has a similar effect as {@link IndexWriter#setTermIndexInterval} except that setting must be done at indexing time while this setting can be set per reader. When set to N, then one in every N*termIndexInterval terms in the index is loaded into memory. By setting this to a value > 1 you can reduce memory usage, at the expense of higher latency when loading a TermInfo. The default value is 1. NOTE: you must call this before the term index is loaded. If the index is already loaded, an IllegalStateException is thrown. + @throws IllegalStateException if the term index has already been loaded into memory.
TermsOverloaded. Returns an enumeration of all the Terms and TermInfos in the set.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

TermInfosReader Class | Lucene.Net.Index Namespace