Show / Hide Table of Contents

Class FullTextIndexConfiguration

An class for an index based on full text searching

Inheritance
System.Object
IndexConfiguration
FullTextIndexConfiguration
Inherited Members
IndexConfiguration.Expressions
Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
public sealed class FullTextIndexConfiguration : IndexConfiguration

Constructors

| Improve this Doc View Source

FullTextIndexConfiguration(String[])

Starts the creation of an index based on a full text search

Declaration
public FullTextIndexConfiguration(params string[] expressions)
Parameters
Type Name Description
System.String[] expressions

The expressions to use to create the index

| Improve this Doc View Source

FullTextIndexConfiguration(String[], Boolean, String)

Starts the creation of an index based on a full text search

Declaration
public FullTextIndexConfiguration(string[] expressions, bool ignoreAccents = false, string locale = null)
Parameters
Type Name Description
System.String[] expressions

The expressions to use to create the index

System.Boolean ignoreAccents

The boolean value to ignore accents when performing the full text search

System.String locale

The locale to use when performing full text searching

Properties

| Improve this Doc View Source

IgnoreAccents

Gets whether or not to ignore accents when performing the full text search

Declaration
public bool IgnoreAccents { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Language

Gets the locale to use when performing full text searching

Declaration
public string Language { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX