Uses of Class
de.cxp.ocs.config.FieldConfigIndex
-
Packages that use FieldConfigIndex Package Description de.cxp.ocs de.cxp.ocs.elasticsearch de.cxp.ocs.indexer de.cxp.ocs.util -
-
Uses of FieldConfigIndex in de.cxp.ocs
Fields in de.cxp.ocs declared as FieldConfigIndex Modifier and Type Field Description FieldConfigIndexSearchContext. fieldConfigIndexMethods in de.cxp.ocs with parameters of type FieldConfigIndex Modifier and Type Method Description static DocumentDocumentMapper. mapToOriginalDocument(String id, Map<String,Object> source, FieldConfigIndex fieldConfig) -
Uses of FieldConfigIndex in de.cxp.ocs.elasticsearch
Methods in de.cxp.ocs.elasticsearch with parameters of type FieldConfigIndex Modifier and Type Method Description static DocumentResultMapper. mapToOriginalDocument(String id, Map<String,Object> source, FieldConfigIndex fieldConfig)Constructors in de.cxp.ocs.elasticsearch with parameters of type FieldConfigIndex Constructor Description ElasticsearchIndexer(IndexSettings settings, FieldConfigIndex fieldConfAccess, org.elasticsearch.client.RestHighLevelClient restClient, List<DocumentPreProcessor> preProcessors, List<DocumentPostProcessor> postProcessors)SortingHandler(@NonNull FieldConfigIndex fieldIndex, @NonNull List<SortOptionConfiguration> sortConfigs) -
Uses of FieldConfigIndex in de.cxp.ocs.indexer
Methods in de.cxp.ocs.indexer with parameters of type FieldConfigIndex Modifier and Type Method Description static Set<String>DocumentPatcher. 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 FieldConfigIndex Constructor Description AbstractIndexer(@NonNull List<DocumentPreProcessor> dataPreProcessors, @NonNull List<DocumentPostProcessor> postProcessors, @NonNull FieldConfigIndex fieldConfIndex)IndexItemConverter(FieldConfigIndex fieldConfigIndex) -
Uses of FieldConfigIndex in de.cxp.ocs.util
Methods in de.cxp.ocs.util with parameters of type FieldConfigIndex Modifier and Type Method Description static List<InternalResultFilter>SearchParamsParser. parseFilters(Map<String,String> filterValues, FieldConfigIndex fieldConfig)Checks the parameter map for valid filters and extracts them into InternalResultFilter objects.static List<Sorting>SearchParamsParser. parseSortings(String paramValue, FieldConfigIndex fields)Parses the sorting parameter into a list of enriched Sorting objects.
-