Uses of Class
de.cxp.ocs.config.Field
Packages that use Field
Package
Description
-
Uses of Field in de.cxp.ocs.conf
Methods in de.cxp.ocs.conf with parameters of type FieldModifier and TypeMethodDescriptionstatic void
FieldUsageApplier.apply
(FieldUsage fieldUsage, DataItem indexableItem, Field field, @NonNull Object value) static void
static void
FieldUsageApplier.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 void
FieldUsageApplier.handleScoreField
(DataItem record, Field field, Object value) -
Uses of Field in de.cxp.ocs.config
Subclasses of Field in de.cxp.ocs.configModifier and TypeClassDescriptionclass
Represents a field configuration that is reversely fetched from the search-index rather than from the configuration.Methods in de.cxp.ocs.config that return FieldModifier and TypeMethodDescriptionField.addSourceName
(String name) Adds the specified name to the source names list.Gets a Field by it's name.Field.setUsage
(FieldUsage usage1, FieldUsage... usages) Field.setUsage
(Collection<FieldUsage> usages) Methods in de.cxp.ocs.config that return types with arguments of type FieldModifier and TypeMethodDescriptionGet field by unique field name.Get field by unique field name.FieldConfigAccess.getFieldsByType
(FieldType type) get all fields that have the specified field type configured.FieldConfigIndex.getFieldsByType
(FieldType type) FieldConfigAccess.getFieldsByUsage
(FieldUsage usage) Get all fields that have the specified usage configured.FieldConfigIndex.getFieldsByUsage
(FieldUsage usage) FieldConfigAccess.getMatchingField
(String fieldName, FieldUsage usage) Get field with that name and the specified usage.FieldConfigIndex.getMatchingField
(String fieldName, FieldUsage usage) Get field with that name and the specified usage.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.FieldConfigIndex.getMatchingField
(String fieldName, Object value, Set<FieldUsage> searchedUsages) FieldConfigAccess.getMatchingFields
(String name) Get all fields that have the the specified name as field-name or source-field.FieldConfigAccess.getMatchingFields
(String fieldName, Object value) Similar togetMatchingField(String)
but additionally tries to generate a field configuration based on the dynamic fields.FieldConfigIndex.getMatchingFields
(String fieldName) Get all fields that have the the specified name as field-name or source-field.FieldConfigIndex.getMatchingFields
(String fieldName, Object value) Similar togetMatchingField(String)
but additionally tries to generate a field configuration based on the dynamic fields.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 FieldModifier and TypeMethodDescriptionFieldConfiguration.addDynamicField
(Field dynamicField) Add field definition, that is used as template for unknown fields.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 -
Uses of Field in de.cxp.ocs.elasticsearch.model.filter
Methods in de.cxp.ocs.elasticsearch.model.filter that return Field -
Uses of Field in de.cxp.ocs.elasticsearch.query.filter
Constructors in de.cxp.ocs.elasticsearch.query.filter with parameters of type FieldModifierConstructorDescriptionNumberResultFilter
(Field field, Number lowerBound, Number upperBound) PathResultFilter
(Field field, String... inputValues) TermResultFilter
(Field field, String... inputValues) TermResultFilter
(Locale lowerCaseLocale, Field field, String... inputValues) -
Uses of Field in de.cxp.ocs.util
Methods in de.cxp.ocs.util with parameters of type FieldModifier and TypeMethodDescriptionboolean
DefaultLinkBuilder.isSortingActive
(Field sortField, SortOrder order) static InternalResultFilter
SearchParamsParser.toInternalFilter
(Field field, String[] paramValues, Locale locale, boolean isIdFilter, boolean negate) static InternalResultFilter
SearchParamsParser.toInternalFilter
(Field field, String paramValue, Locale locale, boolean isIdFilter) DefaultLinkBuilder.withSortingLink
(Field sortField, SortOrder sortOrder) Method parameters in de.cxp.ocs.util with type arguments of type FieldModifier and TypeMethodDescriptionESQueryUtils.validateSearchFields
(Map<String, Float> weightedFields, FieldConfigAccess fieldConfig, Predicate<Field> additionalPredicate)