Uses of Interface
org.hibernate.search.backend.lucene.search.common.impl.LuceneSearchIndexScope
Packages that use LuceneSearchIndexScope
Package
Description
-
Uses of LuceneSearchIndexScope in org.hibernate.search.backend.lucene.document.model.impl
Methods in org.hibernate.search.backend.lucene.document.model.impl with parameters of type LuceneSearchIndexScopeModifier 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 LuceneSearchIndexScope in org.hibernate.search.backend.lucene.scope.model.impl
Classes in org.hibernate.search.backend.lucene.scope.model.impl that implement LuceneSearchIndexScope -
Uses of LuceneSearchIndexScope in org.hibernate.search.backend.lucene.search.aggregation.impl
Subinterfaces of LuceneSearchIndexScope in org.hibernate.search.backend.lucene.search.aggregation.implModifier and TypeInterfaceDescriptioninterfaceMethods in org.hibernate.search.backend.lucene.search.aggregation.impl with parameters of type LuceneSearchIndexScopeModifier and TypeMethodDescriptionstatic <A> LuceneSearchAggregation<A>LuceneSearchAggregation.from(LuceneSearchIndexScope<?> scope, SearchAggregation<A> aggregation) Constructors in org.hibernate.search.backend.lucene.search.aggregation.impl with parameters of type LuceneSearchIndexScopeModifierConstructorDescription -
Uses of LuceneSearchIndexScope in org.hibernate.search.backend.lucene.search.common.impl
Classes in org.hibernate.search.backend.lucene.search.common.impl with type parameters of type LuceneSearchIndexScopeModifier and TypeInterfaceDescriptioninterfaceLuceneSearchIndexScope<S extends LuceneSearchIndexScope<?>>Methods in org.hibernate.search.backend.lucene.search.common.impl with parameters of type LuceneSearchIndexScopeModifier 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) Constructors in org.hibernate.search.backend.lucene.search.common.impl with parameters of type LuceneSearchIndexScopeModifierConstructorDescriptionLuceneMultiIndexSearchIndexCompositeNodeContext(LuceneSearchIndexScope<?> scope, String absolutePath, List<? extends LuceneSearchIndexCompositeNodeContext> nodeForEachIndex) LuceneMultiIndexSearchIndexValueFieldContext(LuceneSearchIndexScope<?> scope, String absolutePath, List<? extends LuceneSearchIndexValueFieldContext<F>> fieldForEachIndex) -
Uses of LuceneSearchIndexScope in org.hibernate.search.backend.lucene.search.highlighter.impl
Methods in org.hibernate.search.backend.lucene.search.highlighter.impl with parameters of type LuceneSearchIndexScopeModifier and TypeMethodDescriptionLuceneAbstractSearchHighlighter.from(LuceneSearchIndexScope<?> scope, SearchHighlighter highlighter) protected SearchHighlighterBuilderLuceneSearchHighlighterFactory.highlighterBuilder(LuceneSearchIndexScope<?> scope) Constructors in org.hibernate.search.backend.lucene.search.highlighter.impl with parameters of type LuceneSearchIndexScope -
Uses of LuceneSearchIndexScope in org.hibernate.search.backend.lucene.search.predicate.impl
Subinterfaces of LuceneSearchIndexScope in org.hibernate.search.backend.lucene.search.predicate.implModifier and TypeInterfaceDescriptioninterfaceFields in org.hibernate.search.backend.lucene.search.predicate.impl declared as LuceneSearchIndexScopeModifier and TypeFieldDescriptionprotected final LuceneSearchIndexScope<?>AbstractLuceneSearchPredicate.AbstractBuilder.scopeMethods in org.hibernate.search.backend.lucene.search.predicate.impl with parameters of type LuceneSearchIndexScopeModifier and TypeMethodDescriptionLuceneKnnPredicate.ByteFactory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<byte[]> field) LuceneKnnPredicate.FloatFactory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<float[]> field) LuceneNamedPredicate.Factory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexCompositeNodeContext node) LuceneNestedPredicate.Factory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexCompositeNodeContext node) static LuceneSearchPredicateLuceneSearchPredicate.from(LuceneSearchIndexScope<?> scope, SearchPredicate predicate) Constructors in org.hibernate.search.backend.lucene.search.predicate.impl with parameters of type LuceneSearchIndexScopeModifierConstructorDescriptionprotectedAbstractBuilder(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field) protectedAbstractBuilder(LuceneSearchIndexScope<?> scope) protectedAbstractBuilder(LuceneSearchIndexScope<?> scope, String absoluteFieldPath, List<String> nestedPathHierarchy) protectedAbstractBuilder(LuceneSearchIndexScope<?> scope, LuceneSearchIndexNodeContext node) -
Uses of LuceneSearchIndexScope in org.hibernate.search.backend.lucene.search.projection.impl
Subinterfaces of LuceneSearchIndexScope in org.hibernate.search.backend.lucene.search.projection.implModifier and TypeInterfaceDescriptioninterfaceFields in org.hibernate.search.backend.lucene.search.projection.impl declared as LuceneSearchIndexScopeModifier and TypeFieldDescriptionprotected final LuceneSearchIndexScope<?>AbstractLuceneProjection.AbstractBuilder.scopeMethods in org.hibernate.search.backend.lucene.search.projection.impl with parameters of type LuceneSearchIndexScopeModifier 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) org.hibernate.search.backend.lucene.search.projection.impl.LuceneObjectProjection.BuilderLuceneObjectProjection.Factory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexCompositeNodeContext node) static <P> LuceneSearchProjection<P>LuceneSearchProjection.from(LuceneSearchIndexScope<?> scope, SearchProjection<P> projection) Constructors in org.hibernate.search.backend.lucene.search.projection.impl with parameters of type LuceneSearchIndexScopeModifierConstructorDescriptionBuilder(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<?> field) LuceneByMappedTypeProjection(LuceneSearchIndexScope<?> scope, Map<String, LuceneSearchProjection<? extends P>> inners) LuceneConstantProjection(LuceneSearchIndexScope<?> scope, T value) LuceneEntityCompositeProjection(LuceneSearchIndexScope<?> scope, LuceneSearchProjection<E> delegate) LuceneThrowingProjection(LuceneSearchIndexScope<?> scope, Supplier<SearchException> exceptionSupplier) LuceneWithParametersProjection(LuceneSearchIndexScope<?> scope, Function<? super NamedValues, ? extends ProjectionFinalStep<P>> projectionCreator) -
Uses of LuceneSearchIndexScope in org.hibernate.search.backend.lucene.search.query.impl
Subinterfaces of LuceneSearchIndexScope in org.hibernate.search.backend.lucene.search.query.implModifier and TypeInterfaceDescriptioninterfaceLuceneSearchQueryIndexScope<S extends LuceneSearchQueryIndexScope<?>> -
Uses of LuceneSearchIndexScope in org.hibernate.search.backend.lucene.search.sort.impl
Subinterfaces of LuceneSearchIndexScope in org.hibernate.search.backend.lucene.search.sort.implModifier and TypeInterfaceDescriptioninterfaceLuceneSearchSortIndexScope<S extends LuceneSearchSortIndexScope<?>>Fields in org.hibernate.search.backend.lucene.search.sort.impl declared as LuceneSearchIndexScopeModifier and TypeFieldDescriptionprotected final LuceneSearchIndexScope<?>AbstractLuceneSort.AbstractBuilder.scopeMethods in org.hibernate.search.backend.lucene.search.sort.impl with parameters of type LuceneSearchIndexScopeModifier and TypeMethodDescriptionstatic LuceneSearchSortLuceneSearchSort.from(LuceneSearchIndexScope<?> scope, SearchSort sort) Constructors in org.hibernate.search.backend.lucene.search.sort.impl with parameters of type LuceneSearchIndexScopeModifierConstructorDescriptionprotectedAbstractBuilder(LuceneSearchIndexScope<?> scope) protectedAbstractBuilder(LuceneSearchIndexScope<?> scope) protectedAbstractLuceneSort(LuceneSearchIndexScope<?> scope) -
Uses of LuceneSearchIndexScope in org.hibernate.search.backend.lucene.types.aggregation.impl
Fields in org.hibernate.search.backend.lucene.types.aggregation.impl declared as LuceneSearchIndexScopeModifier and TypeFieldDescriptionprotected final LuceneSearchIndexScope<?>AbstractLuceneNestableAggregation.AbstractBuilder.scopeprotected final LuceneSearchIndexScope<?>LuceneWithParametersAggregation.Builder.scopeMethods in org.hibernate.search.backend.lucene.types.aggregation.impl with parameters of type LuceneSearchIndexScopeModifier 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 LuceneSearchIndexScopeModifierConstructorDescriptionAbstractBuilder(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<?> field) AbstractBuilder(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<?> field) Builder(AbstractLuceneNumericFieldCodec<F, E> codec, Function<K, E> convertAndEncode, LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<?> field) Builder(LuceneSearchIndexScope<?> scope) -
Uses of LuceneSearchIndexScope in org.hibernate.search.backend.lucene.types.predicate.impl
Methods in org.hibernate.search.backend.lucene.types.predicate.impl with parameters of type LuceneSearchIndexScopeModifier 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) LuceneObjectExistsPredicate.Factory.create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexCompositeNodeContext node) 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 LuceneSearchIndexScope in org.hibernate.search.backend.lucene.types.sort.impl
Methods in org.hibernate.search.backend.lucene.types.sort.impl with parameters of type LuceneSearchIndexScopeModifier 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 LuceneSearchIndexScopeModifierConstructorDescriptionprotectedAbstractBuilder(LuceneSearchIndexScope<?> scope, String absoluteFieldPath, String nestedDocumentPath) protectedAbstractBuilder(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<?> field)