Package com.yahoo.prelude
Class SearchDefinition
java.lang.Object
com.yahoo.prelude.SearchDefinition
An object for storing information about search definitions in the centralized
directory services.
- Author:
- Steinar Knutsen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCommand(String indexName, String commandString) voidgetIndexByLowerCase(String name) getName()getOrCreateIndex(String name) indices()Returns the indices of this as a map
-
Constructor Details
-
SearchDefinition
-
-
Method Details
-
getName
-
getDefaultPosition
-
addIndex
-
addAlias
-
getIndex
-
getIndexByLowerCase
-
indices
Returns the indices of this as a map -
getOrCreateIndex
-
addCommand
-