Interface Index
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DefaultIndex
Represents an index.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the facet search configuration.Returns the indexed type.getName()Returns the name of the index.Returns the qualifier.
-
Method Details
-
getName
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
String getQualifier()Returns the qualifier.- Returns:
- the qualifier
-