Interface Index
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
DefaultIndex
public interface Index extends java.io.SerializableRepresents an index.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FacetSearchConfiggetFacetSearchConfig()Returns the facet search configuration.IndexedTypegetIndexedType()Returns the indexed type.java.lang.StringgetName()Returns the name of the index.java.lang.StringgetQualifier()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
-
-