Click or drag to resize

IFullTextIndex Interface

An interface for an index based on full text searching

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public interface IFullTextIndex : IIndex

The IFullTextIndex type exposes the following members.

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