[]
Initializes a new instance of the IndexFieldOptions class.
The document whose resources to use in this instance.public IndexFieldOptions(DocumentBase doc)
| Type | Name | Description |
|---|---|---|
| DocumentBase | doc |
Initializes a new instance of the IndexFieldOptions class.
public IndexFieldOptions(SimpleField field)
| Type | Name | Description |
|---|---|---|
| SimpleField | field | The SimpleField from which to load the options. |
Initializes a new instance of the IndexFieldOptions class.
public IndexFieldOptions(ComplexField field)
| Type | Name | Description |
|---|---|---|
| ComplexField | field | The ComplexField from which to load the options. |