IFulltext Query OptionsTDocumentIgnore Nonexistent Indexes Method
Sets a value whether to ignore non-existent indexes for the query. Supported with Sphinx 2.1.1 and up.
Definition
Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
The current instance.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
IFulltextQueryOptions<TDocument> IgnoreNonexistentIndexes(
bool ignoreNonexistentIndexes
)VB
Function IgnoreNonexistentIndexes (
ignoreNonexistentIndexes As Boolean
) As IFulltextQueryOptions(Of TDocument)Parameters
- ignoreNonexistentIndexes Boolean
- Whether to ignore non-existent indexes.
Return Value
IFulltextQueryOptionsTDocumentThe current instance.