Class AbstractLuceneCodecAwareSearchQueryElementFactory<T,F,C extends LuceneFieldCodec<F,?>>
java.lang.Object
org.hibernate.search.backend.lucene.search.common.impl.AbstractLuceneValueFieldSearchQueryElementFactory<T,F>
org.hibernate.search.backend.lucene.search.common.impl.AbstractLuceneCodecAwareSearchQueryElementFactory<T,F,C>
- All Implemented Interfaces:
SearchQueryElementFactory<T,LuceneSearchIndexScope<?>, LuceneSearchIndexValueFieldContext<F>>
- Direct Known Subclasses:
LuceneCommonQueryStringPredicateBuilderFieldState.Factory,LuceneDistanceToFieldProjection.Factory,LuceneFieldProjection.Factory,LuceneNumericMatchPredicate.Factory,LuceneNumericRangeAggregation.Factory,LuceneNumericRangePredicate.Factory,LuceneNumericTermsAggregation.Factory,LuceneNumericTermsPredicate.Factory,LuceneStandardFieldSort.NumericFieldFactory,LuceneStandardFieldSort.TemporalFieldFactory,LuceneStandardFieldSort.TextFieldFactory,LuceneTextMatchPredicate.Factory,LuceneTextRangePredicate.Factory,LuceneTextTermsPredicate.Factory
public abstract class AbstractLuceneCodecAwareSearchQueryElementFactory<T,F,C extends LuceneFieldCodec<F,?>>
extends AbstractLuceneValueFieldSearchQueryElementFactory<T,F>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckCompatibleWith(SearchQueryElementFactory<?, ?, ?> other) Checks whether this factory and the given factory can be used interchangeably.Methods inherited from class org.hibernate.search.backend.lucene.search.common.impl.AbstractLuceneValueFieldSearchQueryElementFactory
create
-
Field Details
-
codec
-
-
Constructor Details
-
AbstractLuceneCodecAwareSearchQueryElementFactory
-
-
Method Details
-
checkCompatibleWith
Description copied from interface:SearchQueryElementFactoryChecks whether this factory and the given factory can be used interchangeably.- Specified by:
checkCompatibleWithin interfaceSearchQueryElementFactory<T,F, C extends LuceneFieldCodec<F, ?>> - Overrides:
checkCompatibleWithin classAbstractLuceneValueFieldSearchQueryElementFactory<T,F> - Parameters:
other- Another factory.
-