SearchField Properties |
The SearchField type exposes the following members.
Name | Description | |
---|---|---|
![]() | Analyzer |
Explicit analyzer to process search field's value.
When null default analyzer is used based on search index configuration.
|
![]() | DataType |
Gets or sets the field type.
|
![]() | FieldName |
Gets or sets the field name.
|
![]() | FlagNames |
Gets a list of flag names.
|
![]() | InsertDirectly |
When field is marked to be insert directly, it will not be processed before it's inserted into search document.
Will not be passed to SearchHelper.AddGeneralField method.
|
![]() | Value |
Field value. May be null when field is not initialized with it's value.
|