Class PositionBasedTermVectorMapper
For each Field, store position by position information. It ignores frequency information
This is not thread-safe.
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public class PositionBasedTermVectorMapper : TermVectorMapper
Constructors
Name | Description |
---|---|
Position |
|
Position |
Properties
Name | Description |
---|---|
Field |
Get the mapping between fields and terms, sorted by the comparator |
Is |
Never ignores positions. This mapper doesn't make much sense unless there are positions |
Methods
Name | Description |
---|---|
Map(String, Int32, Term |
Callback for the TermVectorReader. |
Set |
Callback mechanism used by the TermVectorReader |