Class SolrFieldInfo
java.lang.Object
io.goobi.viewer.api.rest.model.index.SolrFieldInfo
Solr field information as JSON.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetField()
boolean
boolean
isStored()
void
setBoolField
(String boolField) void
setFacetField
(String facetField) void
setIndexed
(boolean indexed) void
setSortField
(String sortField) void
setStored
(boolean stored)
-
Constructor Details
-
SolrFieldInfo
Constructor.- Parameters:
field
- Main field name
-
-
Method Details
-
getField
- Returns:
- the field
-
getSortField
- Returns:
- the sortField
-
setSortField
- Parameters:
sortField
- the sortField to set
-
getFacetField
- Returns:
- the facetField
-
setFacetField
- Parameters:
facetField
- the facetField to set
-
getBoolField
- Returns:
- the boolField
-
setBoolField
- Parameters:
boolField
- the boolField to set
-
isIndexed
public boolean isIndexed()- Returns:
- the indexed
-
setIndexed
public void setIndexed(boolean indexed) - Parameters:
indexed
- the indexed to set
-
isStored
public boolean isStored()- Returns:
- the stored
-
setStored
public void setStored(boolean stored) - Parameters:
stored
- the stored to set
-
getTranslations
- Returns:
- the translations
-