Method | Description | |
---|---|---|
SearchField ( ) : System | ||
SearchField ( string storageType, string indexType, string vectorType, string boost ) : System | ||
SetBoost ( string boost ) : void | ||
SetIndexType ( string indexType ) : void | ||
SetStorageType ( string storageType ) : void | ||
SetVectorType ( string vectorType ) : void |
public SearchField ( string storageType, string indexType, string vectorType, string boost ) : System | ||
storageType | string | |
indexType | string | |
vectorType | string | |
boost | string | |
return | System |
public SetIndexType ( string indexType ) : void | ||
indexType | string | |
return | void |
public SetStorageType ( string storageType ) : void | ||
storageType | string | |
return | void |
public SetVectorType ( string vectorType ) : void | ||
vectorType | string | |
return | void |