Uses of Interface
org.hibernate.search.backend.lucene.search.common.impl.LuceneSearchIndexScope
-
-
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 Modifier and Type Class Description classLuceneSearchIndexScopeImpl -
Uses of LuceneSearchIndexScope in org.hibernate.search.backend.lucene.search.aggregation.impl
Subinterfaces of LuceneSearchIndexScope in org.hibernate.search.backend.lucene.search.aggregation.impl Modifier and Type Interface Description interfaceLuceneSearchAggregationIndexScope<S extends LuceneSearchAggregationIndexScope<?>>Constructors in org.hibernate.search.backend.lucene.search.aggregation.impl with parameters of type LuceneSearchIndexScope Constructor Description LuceneSearchAggregationBuilderFactory(LuceneSearchIndexScope<?> scope) -
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 LuceneSearchIndexScope Modifier and Type Interface Description interfaceLuceneSearchIndexScope<S extends LuceneSearchIndexScope<?>>Methods in org.hibernate.search.backend.lucene.search.common.impl with parameters of type LuceneSearchIndexScope Modifier and Type Method Description abstract TAbstractLuceneValueFieldSearchQueryElementFactory. create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field)Constructors in org.hibernate.search.backend.lucene.search.common.impl with parameters of type LuceneSearchIndexScope Constructor Description LuceneMultiIndexSearchIndexCompositeNodeContext(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 LuceneSearchIndexScope Modifier and Type Method Description static LuceneAbstractSearchHighlighterLuceneAbstractSearchHighlighter. 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 Constructor Description Builder(LuceneSearchIndexScope<?> scope)LuceneSearchHighlighterFactory(LuceneSearchIndexScope<?> scope) -
Uses of LuceneSearchIndexScope in org.hibernate.search.backend.lucene.search.predicate.impl
Subinterfaces of LuceneSearchIndexScope in org.hibernate.search.backend.lucene.search.predicate.impl Modifier and Type Interface Description interfaceLuceneSearchPredicateIndexScope<S extends LuceneSearchPredicateIndexScope<?>>Fields in org.hibernate.search.backend.lucene.search.predicate.impl declared as LuceneSearchIndexScope Modifier and Type Field Description protected LuceneSearchIndexScope<?>AbstractLuceneSearchPredicate.AbstractBuilder. scopeMethods in org.hibernate.search.backend.lucene.search.predicate.impl with parameters of type LuceneSearchIndexScope Modifier and Type Method Description NamedPredicateBuilderLuceneNamedPredicate.Factory. create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexCompositeNodeContext node)NestedPredicateBuilderLuceneNestedPredicate.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 LuceneSearchIndexScope Constructor Description AbstractBuilder(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field)AbstractBuilder(LuceneSearchIndexScope<?> scope)AbstractBuilder(LuceneSearchIndexScope<?> scope, String absoluteFieldPath, List<String> nestedPathHierarchy)AbstractBuilder(LuceneSearchIndexScope<?> scope, LuceneSearchIndexNodeContext node)LuceneSearchPredicateBuilderFactory(LuceneSearchIndexScope<?> scope) -
Uses of LuceneSearchIndexScope in org.hibernate.search.backend.lucene.search.projection.impl
Subinterfaces of LuceneSearchIndexScope in org.hibernate.search.backend.lucene.search.projection.impl Modifier and Type Interface Description interfaceLuceneSearchProjectionIndexScope<S extends LuceneSearchProjectionIndexScope<?>>Fields in org.hibernate.search.backend.lucene.search.projection.impl declared as LuceneSearchIndexScope Modifier and Type Field Description protected LuceneSearchIndexScope<?>AbstractLuceneProjection.AbstractBuilder. scopeMethods in org.hibernate.search.backend.lucene.search.projection.impl with parameters of type LuceneSearchIndexScope Modifier and Type Method Description LuceneDistanceToFieldProjection.BuilderLuceneDistanceToFieldProjection.Factory. create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<GeoPoint> field)HighlightProjectionBuilderLuceneFieldHighlightProjection.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 LuceneSearchIndexScope Constructor Description Builder(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<?> field)LuceneByMappedTypeProjection(LuceneSearchIndexScope<?> scope, Map<String,LuceneSearchProjection<? extends P>> inners)LuceneConstantProjection(LuceneSearchIndexScope<?> scope, T value)LuceneEntityCompositeProjection(LuceneSearchIndexScope<?> scope, LuceneSearchProjection<E> delegate)LuceneSearchProjectionBuilderFactory(LuceneSearchIndexScope<?> scope)LuceneThrowingProjection(LuceneSearchIndexScope<?> scope, Supplier<SearchException> exceptionSupplier) -
Uses of LuceneSearchIndexScope in org.hibernate.search.backend.lucene.search.query.impl
Subinterfaces of LuceneSearchIndexScope in org.hibernate.search.backend.lucene.search.query.impl Modifier and Type Interface Description interfaceLuceneSearchQueryIndexScope<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.impl Modifier and Type Interface Description interfaceLuceneSearchSortIndexScope<S extends LuceneSearchSortIndexScope<?>>Fields in org.hibernate.search.backend.lucene.search.sort.impl declared as LuceneSearchIndexScope Modifier and Type Field Description protected LuceneSearchIndexScope<?>AbstractLuceneSort.AbstractBuilder. scopeMethods in org.hibernate.search.backend.lucene.search.sort.impl with parameters of type LuceneSearchIndexScope Modifier and Type Method Description static LuceneSearchSortLuceneSearchSort. from(LuceneSearchIndexScope<?> scope, SearchSort sort)Constructors in org.hibernate.search.backend.lucene.search.sort.impl with parameters of type LuceneSearchIndexScope Constructor Description AbstractBuilder(LuceneSearchIndexScope<?> scope)AbstractBuilder(LuceneSearchIndexScope<?> scope)AbstractLuceneSort(LuceneSearchIndexScope<?> scope)LuceneSearchSortBuilderFactory(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 LuceneSearchIndexScope Modifier and Type Field Description protected LuceneSearchIndexScope<?>AbstractLuceneNestableAggregation.AbstractBuilder. scopeMethods in org.hibernate.search.backend.lucene.types.aggregation.impl with parameters of type LuceneSearchIndexScope Modifier and Type Method Description LuceneNumericRangeAggregation.TypeSelector<?>LuceneNumericRangeAggregation.Factory. create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field)org.hibernate.search.backend.lucene.types.aggregation.impl.LuceneNumericTermsAggregation.TypeSelector<?>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 LuceneSearchIndexScope Constructor Description AbstractBuilder(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<?> field)AbstractBuilder(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<?> field)Builder(AbstractLuceneNumericFieldCodec<F,E> codec, LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<?> field, DslConverter<? super K,F> toFieldValueConverter) -
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 LuceneSearchIndexScope Modifier and Type Method Description 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.DocValuesBasedBuilder<F>LuceneExistsPredicate.DocValuesBasedFactory. create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field)org.hibernate.search.backend.lucene.types.predicate.impl.LuceneExistsPredicate.NormsBasedBuilderLuceneExistsPredicate.NormsBasedFactory. create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<String> 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)org.hibernate.search.backend.lucene.types.predicate.impl.LuceneNumericMatchPredicate.Builder<F,E>LuceneNumericMatchPredicate.Factory. create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field)org.hibernate.search.backend.lucene.types.predicate.impl.LuceneNumericRangePredicate.Builder<F,E>LuceneNumericRangePredicate.Factory. create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field)org.hibernate.search.backend.lucene.types.predicate.impl.LuceneNumericTermsPredicate.Builder<F,E>LuceneNumericTermsPredicate.Factory. create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field)ExistsPredicateBuilderLuceneObjectExistsPredicate.Factory. create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexCompositeNodeContext node)LuceneSimpleQueryStringPredicateBuilderFieldStateLuceneSimpleQueryStringPredicateBuilderFieldState.Factory. create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<String> 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)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 LuceneSearchIndexScope Modifier and Type Method Description DistanceSortBuilderLuceneGeoPointDistanceSort.Factory. create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<GeoPoint> field)FieldSortBuilderLuceneStandardFieldSort.NumericFieldFactory. create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field)FieldSortBuilderLuceneStandardFieldSort.TemporalFieldFactory. create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field)FieldSortBuilderLuceneStandardFieldSort.TextFieldFactory. create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field)Constructors in org.hibernate.search.backend.lucene.types.sort.impl with parameters of type LuceneSearchIndexScope Constructor Description AbstractBuilder(LuceneSearchIndexScope<?> scope, String absoluteFieldPath, String nestedDocumentPath)AbstractBuilder(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<?> field)
-