The PositionBasedTermVectorMapper type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetFieldToTerms | Get the mapping between fields and terms, sorted by the comparator
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsIgnoringOffsets | (Inherited from TermVectorMapper.) | |
IsIgnoringPositions | Never ignores positions. This mapper doesn't make much sense unless there are positions (Overrides TermVectorMapper..::..IsIgnoringPositions()()()().) | |
Map | Callback for the TermVectorReader. (Overrides TermVectorMapper..::..Map(String, Int32, array<TermVectorOffsetInfo>[]()[][], array<Int32>[]()[][]).) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetDocumentNumber | 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.
(Inherited from TermVectorMapper.) | |
SetExpectations | Callback mechanism used by the TermVectorReader (Overrides TermVectorMapper..::..SetExpectations(String, Int32, Boolean, Boolean).) | |
ToString | (Inherited from Object.) |