Uses of Interface
org.hibernate.search.backend.lucene.search.common.impl.LuceneSearchIndexValueFieldContext
Packages that use LuceneSearchIndexValueFieldContext
Package
Description
-
Uses of LuceneSearchIndexValueFieldContext in org.hibernate.search.backend.lucene.document.model.impl
Classes in org.hibernate.search.backend.lucene.document.model.impl that implement LuceneSearchIndexValueFieldContextMethods in org.hibernate.search.backend.lucene.document.model.impl with parameters of type LuceneSearchIndexValueFieldContextModifier and TypeMethodDescription<E> ELuceneIndexValueField.convertAndEncode(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field, LuceneFieldCodec<F, E> codec, Object value, ValueModel valueModel) <E,T> Function<T, E> LuceneIndexValueField.encoder(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field, LuceneFieldCodec<F, E> codec, Class<T> expectedType, ValueModel valueModel) -
Uses of LuceneSearchIndexValueFieldContext in org.hibernate.search.backend.lucene.search.common.impl
Classes in org.hibernate.search.backend.lucene.search.common.impl that implement LuceneSearchIndexValueFieldContextMethods in org.hibernate.search.backend.lucene.search.common.impl that return LuceneSearchIndexValueFieldContextModifier and TypeMethodDescriptionprotected LuceneSearchIndexValueFieldContext<F>LuceneMultiIndexSearchIndexValueFieldContext.self()Methods in org.hibernate.search.backend.lucene.search.common.impl with parameters of type LuceneSearchIndexValueFieldContextModifier and TypeMethodDescription<E> ELuceneSearchEncodingContext.convertAndEncode(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field, LuceneFieldCodec<F, E> codec, Object value, ValueModel valueModel) abstract TAbstractLuceneValueFieldSearchQueryElementFactory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field) <E,T> Function<T, E> LuceneSearchEncodingContext.encoder(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field, LuceneFieldCodec<F, E> codec, Class<T> expectedType, ValueModel valueModel) protected LuceneSearchIndexValueFieldTypeContext<F>LuceneMultiIndexSearchIndexValueFieldContext.typeOf(LuceneSearchIndexValueFieldContext<F> indexElement) Constructor parameters in org.hibernate.search.backend.lucene.search.common.impl with type arguments of type LuceneSearchIndexValueFieldContextModifierConstructorDescriptionLuceneMultiIndexSearchIndexValueFieldContext(LuceneSearchIndexScope<?> scope, String absolutePath, List<? extends LuceneSearchIndexValueFieldContext<F>> fieldForEachIndex) -
Uses of LuceneSearchIndexValueFieldContext in org.hibernate.search.backend.lucene.search.predicate.impl
Fields in org.hibernate.search.backend.lucene.search.predicate.impl declared as LuceneSearchIndexValueFieldContextModifier and TypeFieldDescriptionprotected final LuceneSearchIndexValueFieldContext<F>AbstractLuceneLeafSingleFieldPredicate.AbstractBuilder.fieldMethods in org.hibernate.search.backend.lucene.search.predicate.impl with parameters of type LuceneSearchIndexValueFieldContextModifier and TypeMethodDescriptionLuceneKnnPredicate.ByteFactory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<byte[]> field) LuceneKnnPredicate.FloatFactory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<float[]> field) Constructors in org.hibernate.search.backend.lucene.search.predicate.impl with parameters of type LuceneSearchIndexValueFieldContextModifierConstructorDescriptionprotectedAbstractBuilder(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field) -
Uses of LuceneSearchIndexValueFieldContext in org.hibernate.search.backend.lucene.search.projection.impl
Methods in org.hibernate.search.backend.lucene.search.projection.impl with parameters of type LuceneSearchIndexValueFieldContextModifier and TypeMethodDescriptionLuceneDistanceToFieldProjection.Factory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<GeoPoint> field) LuceneFieldHighlightProjection.Factory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field) org.hibernate.search.backend.lucene.search.projection.impl.LuceneFieldProjection.TypeSelector<?,?> LuceneFieldProjection.Factory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field) Constructors in org.hibernate.search.backend.lucene.search.projection.impl with parameters of type LuceneSearchIndexValueFieldContextModifierConstructorDescriptionBuilder(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<?> field) -
Uses of LuceneSearchIndexValueFieldContext in org.hibernate.search.backend.lucene.types.aggregation.impl
Fields in org.hibernate.search.backend.lucene.types.aggregation.impl declared as LuceneSearchIndexValueFieldContextModifier and TypeFieldDescriptionprotected final LuceneSearchIndexValueFieldContext<?>AbstractLuceneNestableAggregation.AbstractBuilder.fieldMethods in org.hibernate.search.backend.lucene.types.aggregation.impl with parameters of type LuceneSearchIndexValueFieldContextModifier and TypeMethodDescriptionLuceneNumericRangeAggregation.Factory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field) LuceneNumericTermsAggregation.Factory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field) org.hibernate.search.backend.lucene.types.aggregation.impl.LuceneTextTermsAggregation.TypeSelectorLuceneTextTermsAggregation.Factory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<String> field) Constructors in org.hibernate.search.backend.lucene.types.aggregation.impl with parameters of type LuceneSearchIndexValueFieldContextModifierConstructorDescriptionAbstractBuilder(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<?> field) AbstractBuilder(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<?> field) Builder(AbstractLuceneNumericFieldCodec<F, E> codec, Function<K, E> convertAndEncode, LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<?> field) -
Uses of LuceneSearchIndexValueFieldContext in org.hibernate.search.backend.lucene.types.predicate.impl
Methods in org.hibernate.search.backend.lucene.types.predicate.impl that return LuceneSearchIndexValueFieldContextMethods in org.hibernate.search.backend.lucene.types.predicate.impl with parameters of type LuceneSearchIndexValueFieldContextModifier and TypeMethodDescriptionLuceneCommonQueryStringPredicateBuilderFieldState.Factory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<T> field) org.hibernate.search.backend.lucene.types.predicate.impl.LuceneExistsPredicate.DefaultBuilder<F>LuceneExistsPredicate.DefaultFactory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field) org.hibernate.search.backend.lucene.types.predicate.impl.LuceneExistsPredicate.DocValuesOrNormsBasedBuilder<F>LuceneExistsPredicate.DocValuesOrNormsBasedFactory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field) org.hibernate.search.backend.lucene.types.predicate.impl.LuceneGeoPointSpatialWithinBoundingBoxPredicate.BuilderLuceneGeoPointSpatialWithinBoundingBoxPredicate.Factory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<GeoPoint> field) org.hibernate.search.backend.lucene.types.predicate.impl.LuceneGeoPointSpatialWithinCirclePredicate.BuilderLuceneGeoPointSpatialWithinCirclePredicate.Factory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<GeoPoint> field) org.hibernate.search.backend.lucene.types.predicate.impl.LuceneGeoPointSpatialWithinPolygonPredicate.BuilderLuceneGeoPointSpatialWithinPolygonPredicate.Factory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<GeoPoint> field) LuceneNumericMatchPredicate.Factory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field) LuceneNumericRangePredicate.Factory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field) LuceneNumericTermsPredicate.Factory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field) org.hibernate.search.backend.lucene.types.predicate.impl.LuceneTextMatchPredicate.Builder<F>LuceneTextMatchPredicate.Factory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field) org.hibernate.search.backend.lucene.types.predicate.impl.LuceneTextPhrasePredicate.Builder<F>LuceneTextPhrasePredicate.Factory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field) LuceneTextPrefixPredicate.Factory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field) org.hibernate.search.backend.lucene.types.predicate.impl.LuceneTextRangePredicate.Builder<F>LuceneTextRangePredicate.Factory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field) org.hibernate.search.backend.lucene.types.predicate.impl.LuceneTextRegexpPredicate.Builder<F>LuceneTextRegexpPredicate.Factory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field) org.hibernate.search.backend.lucene.types.predicate.impl.LuceneTextTermsPredicate.Builder<F>LuceneTextTermsPredicate.Factory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field) org.hibernate.search.backend.lucene.types.predicate.impl.LuceneTextWildcardPredicate.Builder<F>LuceneTextWildcardPredicate.Factory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field) -
Uses of LuceneSearchIndexValueFieldContext in org.hibernate.search.backend.lucene.types.sort.impl
Methods in org.hibernate.search.backend.lucene.types.sort.impl with parameters of type LuceneSearchIndexValueFieldContextModifier and TypeMethodDescriptionLuceneGeoPointDistanceSort.Factory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<GeoPoint> field) LuceneStandardFieldSort.NumericFieldFactory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field) LuceneStandardFieldSort.TemporalFieldFactory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field) LuceneStandardFieldSort.TextFieldFactory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field) Constructors in org.hibernate.search.backend.lucene.types.sort.impl with parameters of type LuceneSearchIndexValueFieldContextModifierConstructorDescriptionprotectedAbstractBuilder(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<?> field)