Section navigation

Public enum StringDocValues

Namespace
Rowles.LeanCorpus.Document.Fields
Assembly
Rowles.LeanCorpus.dll

Controls which DocValues representations are written for a StringField.

[Flags]
public enum StringDocValues

Fields

Binary = 4

Write the UTF-8 value as binary DocValues.

None = 0

Do not write DocValues for the field.

Sorted = 1

Write one sortable value per document.

SortedSet = 2

Write zero or more sortable values per document.