Uses of Interface
org.hibernate.search.backend.lucene.search.common.impl.LuceneSearchIndexValueFieldContext
-
-
Uses of LuceneSearchIndexValueFieldContext in org.hibernate.search.backend.lucene.document.model.impl
Classes in org.hibernate.search.backend.lucene.document.model.impl that implement LuceneSearchIndexValueFieldContext Modifier and Type Class Description classLuceneIndexValueField<F> -
Uses of LuceneSearchIndexValueFieldContext in org.hibernate.search.backend.lucene.search.common.impl
Classes in org.hibernate.search.backend.lucene.search.common.impl that implement LuceneSearchIndexValueFieldContext Modifier and Type Class Description classLuceneMultiIndexSearchIndexValueFieldContext<F>Methods in org.hibernate.search.backend.lucene.search.common.impl that return LuceneSearchIndexValueFieldContext Modifier and Type Method Description protected LuceneSearchIndexValueFieldContext<F>LuceneMultiIndexSearchIndexValueFieldContext. self()Methods in org.hibernate.search.backend.lucene.search.common.impl with parameters of type LuceneSearchIndexValueFieldContext Modifier and Type Method Description abstract TAbstractLuceneValueFieldSearchQueryElementFactory. create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field)protected LuceneSearchIndexValueFieldTypeContext<F>LuceneMultiIndexSearchIndexValueFieldContext. typeOf(LuceneSearchIndexValueFieldContext<F> indexElement)Constructor parameters in org.hibernate.search.backend.lucene.search.common.impl with type arguments of type LuceneSearchIndexValueFieldContext Constructor Description LuceneMultiIndexSearchIndexValueFieldContext(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 LuceneSearchIndexValueFieldContext Modifier and Type Field Description protected LuceneSearchIndexValueFieldContext<F>AbstractLuceneLeafSingleFieldPredicate.AbstractBuilder. fieldConstructors in org.hibernate.search.backend.lucene.search.predicate.impl with parameters of type LuceneSearchIndexValueFieldContext Constructor Description AbstractBuilder(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 LuceneSearchIndexValueFieldContext 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)Constructors in org.hibernate.search.backend.lucene.search.projection.impl with parameters of type LuceneSearchIndexValueFieldContext Constructor Description Builder(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 LuceneSearchIndexValueFieldContext Modifier and Type Field Description protected LuceneSearchIndexValueFieldContext<?>AbstractLuceneNestableAggregation.AbstractBuilder. fieldMethods in org.hibernate.search.backend.lucene.types.aggregation.impl with parameters of type LuceneSearchIndexValueFieldContext 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 LuceneSearchIndexValueFieldContext 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 LuceneSearchIndexValueFieldContext in org.hibernate.search.backend.lucene.types.predicate.impl
Methods in org.hibernate.search.backend.lucene.types.predicate.impl that return LuceneSearchIndexValueFieldContext Modifier and Type Method Description LuceneSearchIndexValueFieldContext<?>LuceneSimpleQueryStringPredicateBuilderFieldState. field()Methods in org.hibernate.search.backend.lucene.types.predicate.impl with parameters of type LuceneSearchIndexValueFieldContext 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)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 LuceneSearchIndexValueFieldContext in org.hibernate.search.backend.lucene.types.sort.impl
Methods in org.hibernate.search.backend.lucene.types.sort.impl with parameters of type LuceneSearchIndexValueFieldContext 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 LuceneSearchIndexValueFieldContext Constructor Description AbstractBuilder(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<?> field)
-