| 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.
| |
| FieldName |
Name of the field.
| |
| 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.
| |
| Searchable |
True when field is marked as searchable.
| |
| Tokenized |
True when field is tokenizable (analyzer is used to process it's value).
| |
| Value |
Field value. May be null when field is not initialized with it's value.
|