Class SolrFieldInfo
java.lang.Object
io.goobi.viewer.api.rest.model.index.SolrFieldInfo
Solr field information as JSON.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetField()booleanbooleanisStored()voidsetBoolField(String boolField) voidsetFacetField(String facetField) voidsetIndexed(boolean indexed) voidsetSortField(String sortField) voidsetStored(boolean stored) 
- 
Constructor Details- 
SolrFieldInfoConstructor.- 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
 
- 
isIndexedpublic boolean isIndexed()- Returns:
- the indexed
 
- 
setIndexedpublic void setIndexed(boolean indexed) - Parameters:
- indexed- the indexed to set
 
- 
isStoredpublic boolean isStored()- Returns:
- the stored
 
- 
setStoredpublic void setStored(boolean stored) - Parameters:
- stored- the stored to set
 
- 
getTranslations- Returns:
- the translations
 
 
-