Uses of Class
com.yahoo.prelude.Index
-
Packages that use Index Package Description com.yahoo.prelude The main classes of the Vespa Query Result Server. -
-
Uses of Index in com.yahoo.prelude
Fields in com.yahoo.prelude declared as Index Modifier and Type Field Description static Index
Index. nullIndex
The null index - don't use this for name lookupsMethods in com.yahoo.prelude that return Index Modifier and Type Method Description Index
Index. addCommand(java.lang.String command)
Adds a type or untyped command string to thisIndex
IndexFacts.Session. getIndex(java.lang.String indexName)
Returns the index for this name.Index
IndexFacts.Session. getIndex(java.lang.String indexName, java.lang.String documentType)
Returns an index given from a given search definitionIndex
SearchDefinition. getIndex(java.lang.String name)
Index
SearchDefinition. getIndexByLowerCase(java.lang.String name)
Index
SearchDefinition. getOrCreateIndex(java.lang.String name)
Methods in com.yahoo.prelude that return types with arguments of type Index Modifier and Type Method Description java.util.Collection<Index>
IndexFacts.Session. getIndexes(java.lang.String documentType)
Returns all the indexes of a given search definitionjava.util.Map<java.lang.String,Index>
SearchDefinition. indices()
Returns the indices of this as a mapMethods in com.yahoo.prelude with parameters of type Index Modifier and Type Method Description void
SearchDefinition. addIndex(Index index)
-