Click or drag to resize

IFTSIndexOn Interface

An interface for use when creating FTS based indexes (e.g. Index.FTSIndex().On(...)

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

The IFTSIndexOn type exposes the following members.

Methods
  NameDescription
Public methodOn
Specifies the items to create an FTS based index on
Top
See Also