Interface IndexConfig
Namespace: Telerik.OpenAccess.SPI
Assembly: Telerik.OpenAccess.dll
Syntax
public interface IndexConfig
Methods
AppendMember(String)
Declaration
IndexMemberConfig AppendMember(string fieldName)
Parameters
|
System.String
fieldName
|
Returns
|
IndexMemberConfig
|
Done()
Declaration
void Done()
SetFulltext(Boolean)
Declaration
void SetFulltext(bool isFulltext)
Parameters
|
System.Boolean
isFulltext
|
SetUnique(Boolean)
Declaration
void SetUnique(bool isUnique)
Parameters
|
System.Boolean
isUnique
|