Package org.dspace.content.authority
Class DSpaceControlledVocabularyIndex
- java.lang.Object
-
- org.dspace.browse.BrowseIndex
-
- org.dspace.content.authority.DSpaceControlledVocabularyIndex
-
public class DSpaceControlledVocabularyIndex extends BrowseIndex
Helper class to transform aDSpaceControlledVocabularyinto aBrowseIndexRestcached byChoiceAuthorityService.getVocabularyIndex(String)- Author:
- Marie Verdonck (Atmire) on 04/05/2023
-
-
Field Summary
Fields Modifier and Type Field Description protected DiscoverySearchFilterFacetfacetConfigprotected Set<String>metadataFieldsprotected DSpaceControlledVocabularyvocabulary
-
Constructor Summary
Constructors Constructor Description DSpaceControlledVocabularyIndex(DSpaceControlledVocabulary controlledVocabulary, Set<String> metadataFields, DiscoverySearchFilterFacet facetConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DiscoverySearchFilterFacetgetFacetConfig()Set<String>getMetadataFields()DSpaceControlledVocabularygetVocabulary()-
Methods inherited from class org.dspace.browse.BrowseIndex
generateMdBits, getBrowseIndex, getBrowseIndex, getBrowseIndices, getDataType, getDefaultOrder, getDisplayType, getDistinctTableName, getIndexColumn, getItemBrowseIndex, getMapTableName, getMdBits, getMetadata, getMetadata, getMetadataCount, getName, getPrivateBrowseIndex, getSequenceName, getSequenceName, getSortField, getSortOption, getTableName, getTableName, getTableName, getTableName, getTableName, getValueColumn, getWithdrawnBrowseIndex, interpretField, isAuthorityIndex, isDate, isDisplayFrequencies, isInternalIndex, isItemIndex, isMetadataIndex, isTagCloudEnabled, tables
-
-
-
-
Field Detail
-
vocabulary
protected DSpaceControlledVocabulary vocabulary
-
facetConfig
protected DiscoverySearchFilterFacet facetConfig
-
-
Constructor Detail
-
DSpaceControlledVocabularyIndex
public DSpaceControlledVocabularyIndex(DSpaceControlledVocabulary controlledVocabulary, Set<String> metadataFields, DiscoverySearchFilterFacet facetConfig)
-
-
Method Detail
-
getVocabulary
public DSpaceControlledVocabulary getVocabulary()
-
getFacetConfig
public DiscoverySearchFilterFacet getFacetConfig()
-
-