Apache Lucene.Net 2.4.0 Class Library API

PositionBasedTermVectorMapper Members

PositionBasedTermVectorMapper overview

Public Instance Constructors

PositionBasedTermVectorMapper Overloaded. Initializes a new instance of the PositionBasedTermVectorMapper class.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetFieldToTerms Get the mapping between fields and terms, sorted by the comparator
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.
GetType (inherited from Object)Gets the Type of the current instance.
IsIgnoringOffsets (inherited from TermVectorMapper)
IsIgnoringPositions Never ignores positions. This mapper doesn't make much sense unless there are positions
Map Callback for the TermVectorReader.
SetDocumentNumber (inherited from TermVectorMapper) Passes down the index of the document whose term vector is currently being mapped, once for each top level call to a term vector reader. Default implementation IGNORES the document number. Override if your implementation needs the document number. NOTE: Document numbers are internal to Lucene and subject to change depending on indexing operations.
SetExpectations Callback mechanism used by the TermVectorReader
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

PositionBasedTermVectorMapper Class | Lucene.Net.Index Namespace