 | IFulltextQueryOptions<TDocument>.IgnoreNonexistentIndexes 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: 5.4.1
SyntaxIFulltextQueryOptions<TDocument> IgnoreNonexistentIndexes(
bool ignoreNonexistentIndexes
)
Function IgnoreNonexistentIndexes (
ignoreNonexistentIndexes As Boolean
) As IFulltextQueryOptions(Of TDocument)
Parameters
- ignoreNonexistentIndexes
- Type: System.Boolean
Whether to ignore non-existent indexes.
Return Value
Type:
IFulltextQueryOptions<TDocument>The current instance.
See Also