Property FieldToTerms
FieldToTerms
Get the mapping between fields and terms, sorted by the comparator
Declaration
public virtual IDictionary<string, IDictionary<int, PositionBasedTermVectorMapper.TVPositionInfo>> FieldToTerms { get; }
Property Value
Type | Description |
---|---|
IDictionary<System.String, IDictionary<System.Int32, PositionBasedTermVectorMapper.TVPositionInfo>> | A map between field names and a Map. The sub-Map key is the position as the integer, the value is <see cref="Lucene.Net.Index.PositionBasedTermVectorMapper.TVPositionInfo" />. |