Uses of Class
org.dspace.discovery.DiscoverFacetField
Packages that use DiscoverFacetField
-
Uses of DiscoverFacetField in org.dspace.discovery
Methods in org.dspace.discovery that return types with arguments of type DiscoverFacetFieldModifier and TypeMethodDescriptionDiscoverQuery.getFacetFields()Gets the facets fields configuredMethods in org.dspace.discovery with parameters of type DiscoverFacetFieldModifier and TypeMethodDescriptionvoidDiscoverQuery.addFacetField(DiscoverFacetField facetField) Adds a new facet fieldprotected StringSolrServiceImpl.transformFacetField(DiscoverFacetField facetFieldConfig, String field, boolean removePostfix) protected StringSolrServiceImpl.transformPrefixFacetField(DiscoverFacetField facetFieldConfig, String field, boolean removePostfix) Gets the solr field that contains the facet value split on each word break to the end, so can be searched on each word in the value, see#saveFacetPrefixParts(SolrInputDocument, DiscoverySearchFilter, String, String)Only applicable to facets of typeDiscoveryConfigurationParameters.TYPE_TEXT, otherwise uses the regular facet filter field