Uses of Class
de.cxp.ocs.config.FieldConfigIndex
Packages that use FieldConfigIndex
Package
Description
-
Uses of FieldConfigIndex in de.cxp.ocs
Fields in de.cxp.ocs declared as FieldConfigIndexMethods in de.cxp.ocs that return FieldConfigIndexModifier and TypeMethodDescriptionSearchContextLoader.loadFieldConfigIndex(SearchConfiguration searchConfig) Methods in de.cxp.ocs with parameters of type FieldConfigIndexModifier and TypeMethodDescriptionstatic DocumentDocumentMapper.mapToOriginalDocument(String id, Map<String, Object> source, FieldConfigIndex fieldConfig) -
Uses of FieldConfigIndex in de.cxp.ocs.elasticsearch
Constructors in de.cxp.ocs.elasticsearch with parameters of type FieldConfigIndexModifierConstructorDescriptionElasticsearchIndexer(IndexSettings settings, FieldConfigIndex fieldConfAccess, org.elasticsearch.client.RestHighLevelClient restClient, List<DocumentPreProcessor> preProcessors, List<DocumentPostProcessor> postProcessors) QueryStringParser(UserQueryAnalyzer userQueryAnalyzer, FieldConfigIndex fieldIndex, Locale l) SortingHandler(@NonNull FieldConfigIndex fieldIndex, @NonNull List<SortOptionConfiguration> sortConfigs) -
Uses of FieldConfigIndex in de.cxp.ocs.elasticsearch.mapper
Methods in de.cxp.ocs.elasticsearch.mapper with parameters of type FieldConfigIndexModifier and TypeMethodDescriptionstatic DocumentResultMapper.mapToOriginalDocument(String id, Map<String, Object> source, FieldConfigIndex fieldConfig) -
Uses of FieldConfigIndex in de.cxp.ocs.indexer
Methods in de.cxp.ocs.indexer with parameters of type FieldConfigIndexModifier and TypeMethodDescriptionDocumentPatcher.getRequiredFieldsForMerge(Document doc, @NonNull FieldConfigIndex fieldConfIndex) static DocumentDocumentPatcher.patchDocument(Document patchDocument, Document indexedDocument, @NonNull FieldConfigIndex fieldConfIndex) Constructors in de.cxp.ocs.indexer with parameters of type FieldConfigIndexModifierConstructorDescriptionAbstractIndexer(@NonNull List<DocumentPreProcessor> dataPreProcessors, @NonNull List<DocumentPostProcessor> postProcessors, @NonNull FieldConfigIndex fieldConfIndex) IndexItemConverter(FieldConfigIndex fieldConfigIndex) IndexItemConverter(FieldConfigIndex fieldConfigIndex, List<DocumentPostProcessor> postProcessors) -
Uses of FieldConfigIndex in de.cxp.ocs.util
Methods in de.cxp.ocs.util with parameters of type FieldConfigIndexModifier and TypeMethodDescriptionstatic List<InternalResultFilter> SearchParamsParser.parseFilters(Map<String, String> filterValues, FieldConfigIndex fieldConfig, Locale locale) Checks the parameter map for valid filters and extracts them into InternalResultFilter objects.static Optional<InternalResultFilter> SearchParamsParser.parseSingleFilter(String paramName, String paramValue, FieldConfigIndex fieldConfig, Locale locale) static List<SortInstruction> SearchParamsParser.parseSortings(String paramValue, FieldConfigIndex fields) Parses the sorting parameter into a list of enriched Sorting objects.