Click or drag to resize

IFulltextQueryOptionsTDocumentIgnoreNonexistentIndexes Method

Sets a value whether to ignore non-existent indexes for the query. Supported with Sphinx 2.1.1 and up.

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
IFulltextQueryOptions<TDocument> IgnoreNonexistentIndexes(
	bool ignoreNonexistentIndexes
)

Parameters

ignoreNonexistentIndexes  Boolean
Whether to ignore non-existent indexes.

Return Value

IFulltextQueryOptionsTDocument
The current instance.
See Also