Class SortedDocValuesField
Field that stores a per-document BytesRef value, indexed for sorting. Here's an example usage:
document.Add(new SortedDocValuesField(name, new BytesRef("hello")));
If you also need to store the value, you should add a separate StoredField instance.
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public class SortedDocValuesField : Field, IIndexableField
Constructors
Name | Description |
---|---|
SortedDocValuesField(String) | |
SortedDocValuesField(String, BytesRef) | Create a new sorted DocValues field. |
Fields
Name | Description |
---|---|
TYPE | Type for sorted bytes DocValues |