Uses of Class
de.cxp.ocs.config.Field
-
Packages that use Field Package Description de.cxp.ocs.conf de.cxp.ocs.config de.cxp.ocs.elasticsearch de.cxp.ocs.elasticsearch.query.filter de.cxp.ocs.preprocessor de.cxp.ocs.util -
-
Uses of Field in de.cxp.ocs.conf
Methods in de.cxp.ocs.conf with parameters of type Field Modifier and Type Method Description static voidFieldUsageApplier. apply(FieldUsage fieldUsage, DataItem indexableItem, Field field, Object value)static voidFieldUsageApplier. applyAll(DataItem record, Field field, Object value)static voidFieldUsageApplier. handleFacetField(DataItem record, Field field, Object value)If the field is set to number type, the value will be indexed as a numeric facet.static voidFieldUsageApplier. handleResultField(DataItem record, Field field, Object value)static voidFieldUsageApplier. handleScoreField(DataItem record, Field field, Object value)static voidFieldUsageApplier. handleSearchField(DataItem record, Field field, Object value)static voidFieldUsageApplier. handleSortField(DataItem record, Field field, Object value) -
Uses of Field in de.cxp.ocs.config
Methods in de.cxp.ocs.config that return Field Modifier and Type Method Description FieldField. addSourceName(String name)Adds the specified name to the source names list.FieldFieldConfiguration. getField(String name)Gets a Field by it's name.FieldField. setUsage(FieldUsage usage1, FieldUsage... usages)FieldField. setUsage(Collection<FieldUsage> usages)Methods in de.cxp.ocs.config that return types with arguments of type Field Modifier and Type Method Description Optional<Field>FieldConfigAccess. getField(String fieldName)Get field by unique field name.Optional<Field>FieldConfigIndex. getField(String fieldName)Get field by unique field name.Map<String,Field>FieldConfigAccess. getFieldsByType(FieldType type)get all fields that have the specified field type configured.Map<String,Field>FieldConfigIndex. getFieldsByType(FieldType type)Map<String,Field>FieldConfigAccess. getFieldsByUsage(FieldUsage usage)Get all fields that have the specified usage configured.Map<String,Field>FieldConfigIndex. getFieldsByUsage(FieldUsage usage)Optional<Field>FieldConfigAccess. getMatchingField(String fieldName, FieldUsage usage)Get field with that name and the specified usage.Optional<Field>FieldConfigIndex. getMatchingField(String fieldName, FieldUsage usage)Get field with that name and the specified usage.Optional<Field>FieldConfigIndex. getMatchingField(String fieldName, Object value, FieldUsage usage)/** Similar togetMatchingField(String, Object)but additionally tries to generate a field configuration based on the dynamic fields.Set<Field>FieldConfigAccess. getMatchingFields(String name)Get all fields that have the the specified name as field-name or source-field.Set<Field>FieldConfigAccess. getMatchingFields(String fieldName, Object value)Similar togetMatchingField(String)but additionally tries to generate a field configuration based on the dynamic fields.Set<Field>FieldConfigIndex. getMatchingFields(String fieldName)Get all fields that have the the specified name as field-name or source-field.Set<Field>FieldConfigIndex. getMatchingFields(String fieldName, Object value)Similar togetMatchingField(String)but additionally tries to generate a field configuration based on the dynamic fields.Optional<Field>FieldConfigAccess. getPrimaryCategoryField()Get field configuration that should be used for the "Categories" property of the documents.Methods in de.cxp.ocs.config with parameters of type Field Modifier and Type Method Description FieldConfigurationFieldConfiguration. addDynamicField(Field dynamicField)Add field definition, that is used as template for unknown fields.FieldConfigurationFieldConfiguration. addField(Field field)Add explicit field configuration. -
Uses of Field in de.cxp.ocs.elasticsearch
Methods in de.cxp.ocs.elasticsearch that return types with arguments of type Field Modifier and Type Method Description List<Field>SettingsProxy. getSourceFields(String indexName) -
Uses of Field in de.cxp.ocs.elasticsearch.query.filter
Methods in de.cxp.ocs.elasticsearch.query.filter that return Field Modifier and Type Method Description FieldInternalResultFilter. getField()Constructors in de.cxp.ocs.elasticsearch.query.filter with parameters of type Field Constructor Description NumberResultFilter(Field field, Number lowerBound, Number upperBound)TermResultFilter(Field field, String... inputValues) -
Uses of Field in de.cxp.ocs.preprocessor
Constructor parameters in de.cxp.ocs.preprocessor with type arguments of type Field Constructor Description CombiFieldBuilder(Map<String,Field> fieldConf)Deprecated. -
Uses of Field in de.cxp.ocs.util
Methods in de.cxp.ocs.util with parameters of type Field Modifier and Type Method Description booleanSearchQueryBuilder. isSortingActive(Field sortField, SortOrder order)StringSearchQueryBuilder. withSortingLink(Field sortField, SortOrder sortOrder)
-