Class FullTextIndexConfiguration
An class for an index based on full text searching
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
public sealed class FullTextIndexConfiguration : IndexConfigurationConstructors
| Improve this Doc View SourceFullTextIndexConfiguration(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 | 
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 SourceIgnoreAccents
Gets whether or not to ignore accents when performing the full text search Default value is DefaultFullTextIndexIgnoreAccents
Declaration
public bool IgnoreAccents { get; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Language
Gets the locale to use when performing full text searching
Declaration
public string Language { get; }Property Value
| Type | Description | 
|---|---|
| System.String |