Uses of Class
org.dspace.discovery.DiscoverFacetField
-
Packages that use DiscoverFacetField Package Description org.dspace.discovery -
-
Uses of DiscoverFacetField in org.dspace.discovery
Methods in org.dspace.discovery that return types with arguments of type DiscoverFacetField Modifier and Type Method Description List<DiscoverFacetField>DiscoverQuery. getFacetFields()Gets the facets fields configuredMethods in org.dspace.discovery with parameters of type DiscoverFacetField Modifier and Type Method Description voidDiscoverQuery. 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)Ony applicable to facets of typeDiscoveryConfigurationParameters.TYPE_TEXT, otherwise uses the regular facet filter field
-