public final class SearchServiceCommonImpls extends Object
Modifier and Type | Field and Description |
---|---|
private static String |
__COMMON_PREFIX |
private static String |
__SITE_CRITERION_DEFINITION_ID
The ids of site criterion definition
|
private static String |
__WORDING_CRITERION_DEFINITIONS_PREFIX_ID
The prefix for the ids of wording criterion definitions
|
Modifier | Constructor and Description |
---|---|
private |
SearchServiceCommonImpls() |
Modifier and Type | Method and Description |
---|---|
private static Stream<SearchCriterionDefinition> |
_getWordingCriteria() |
(package private) static Map<String,SearchCriterionDefinition> |
getCommonCriterionDefinitions(SearchServiceCreationHelper helper) |
(package private) static Map<String,FacetDefinition> |
getCommonFacetDefinitions(SearchServiceCreationHelper helper) |
(package private) static Map<String,SortDefinition> |
getCommonSortDefinitions(SearchServiceCreationHelper helper) |
private static final String __COMMON_PREFIX
private static final String __WORDING_CRITERION_DEFINITIONS_PREFIX_ID
private static final String __SITE_CRITERION_DEFINITION_ID
private SearchServiceCommonImpls()
static Map<String,SearchCriterionDefinition> getCommonCriterionDefinitions(SearchServiceCreationHelper helper)
private static Stream<SearchCriterionDefinition> _getWordingCriteria()
static Map<String,FacetDefinition> getCommonFacetDefinitions(SearchServiceCreationHelper helper)
static Map<String,SortDefinition> getCommonSortDefinitions(SearchServiceCreationHelper helper)