Class FieldSortedTermVectorMapper
For each Field, store a sorted collection of Term
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 | |
Field |
Get the mapping between fields and terms, sorted by the comparator |