Class FieldSortedTermVectorMapper
For each Field, store a sorted collection of TermVectorEntrys
This is not thread-safe.
Inherited Members
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public class FieldSortedTermVectorMapper : TermVectorMapper
Constructors
Name | Description |
---|---|
FieldSortedTermVectorMapper(IComparer<TermVectorEntry>) | |
FieldSortedTermVectorMapper(Boolean, Boolean, IComparer<TermVectorEntry>) |
Properties
Name | Description |
---|---|
Comparator | |
FieldToTerms | Get the mapping between fields and terms, sorted by the comparator |
Methods
Name | Description |
---|---|
Map(String, Int32, TermVectorOffsetInfo[], Int32[]) | |
SetExpectations(String, Int32, Boolean, Boolean) |