The ISearchField type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| Init | 
            Initializes object values.
              | 
Properties
| Name | Description | |
|---|---|---|
| Analyzer | 
            Explicit analyzer to process search field's value. 
            When null, default analyzer is used based on search index configuration. 
              | |
| FieldName | 
            Field name
              | |
| InsertDirectly | 
            When field is market to be insert directly, it will not processed before 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.
              | 
See Also