Interface ISearchContext
Represents a search context
public interface ISearchContext
Properties
SearchableFields
The searchable fields of a search context
string[] SearchableFields { get; }
Property Value
- string[]
Methods
GetFieldValueType(string)
Gets the field value type of a field name
IIndexFieldValueType? GetFieldValueType(string fieldName)
Parameters
fieldName
string
Returns
GetSearcher()
Gets the searcher of the context
ISearcherReference GetSearcher()