Struct SearchField.Index
Defines how to index/analyse the value.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Mediachase.Search.Extensions
Assembly: Mediachase.Search.Extensions.dll
Version: 12.17.2Syntax
public struct Index
Fields
NO
Values are not indexed
Declaration
public const string NO = "Index.No"
Field Value
Type | Description |
---|---|
System.String |
TOKENIZED
Values are parsed to tokens
Declaration
public const string TOKENIZED = "Index.Token"
Field Value
Type | Description |
---|---|
System.String |
UN_TOKENIZED
Values are indexed as is
Declaration
public const string UN_TOKENIZED = "Index.NoToken"
Field Value
Type | Description |
---|---|
System.String |