Class MultiSearchContext
Represents a multi search context
public class MultiSearchContext : ISearchContext
- Inheritance
-
MultiSearchContext
- Implements
- Inherited Members
Constructors
MultiSearchContext(ISearchContext[])
public MultiSearchContext(ISearchContext[] inner)
Parameters
inner
ISearchContext[]
Properties
SearchableFields
The searchable fields of a search context
public string[] SearchableFields { get; }
Property Value
- string[]
Methods
GetFieldValueType(string)
Gets the field value type of a field name
public IIndexFieldValueType? GetFieldValueType(string fieldName)
Parameters
fieldName
string
Returns
GetSearcher()
Gets the searcher of the context
public ISearcherReference GetSearcher()