Interface Index
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
DefaultIndex
public interface Index extends java.io.Serializable
Represents an index.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FacetSearchConfig
getFacetSearchConfig()
Returns the facet search configuration.IndexedType
getIndexedType()
Returns the indexed type.java.lang.String
getName()
Returns the name of the index.java.lang.String
getQualifier()
Returns the qualifier.
-
-
-
Method Detail
-
getName
java.lang.String getName()
Returns the name of the index.- Returns:
- the name of the index
-
getFacetSearchConfig
FacetSearchConfig getFacetSearchConfig()
Returns the facet search configuration.- Returns:
- the the facet search configuration
-
getIndexedType
IndexedType getIndexedType()
Returns the indexed type.- Returns:
- the indexed type
-
getQualifier
java.lang.String getQualifier()
Returns the qualifier.- Returns:
- the qualifier
-
-