Click or drag to resize

IFTSIndex Interface

An interface for an index based on full text searching

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 0.0.0
Syntax
C#
public interface IFTSIndex : IIndex

The IFTSIndex type exposes the following members.

Methods
  NameDescription
Public methodIgnoreAccents
Sets whether or not to ignore accents when performing the full text search
Public methodSetLocale
Sets the locale to use when performing full text searching
Top
See Also