Show / Hide Table of Contents

Interface IFullTextIndexExpression

Specifies an unambiguous full text index to use when building a query via QueryBuilder.

Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
public interface IFullTextIndexExpression : IIndexExpression

Methods

| Improve this Doc View Source

From(String)

Specifies the data source of the index (i.e. collection). The alias must match the alias of a data source in the query.

Declaration
IIndexExpression From(string alias)
Parameters
Type Name Description
System.String alias

The alias of the data source in the query

Returns
Type Description
IIndexExpression

An alias aware full text index expression for use in a QueryBuilder query

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX