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:
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>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractLuceneCodecAwareSearchQueryElementFactory(C codec)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckCompatibleWith(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 Detail
-
codec
protected final C extends LuceneFieldCodec<F> codec
-
-
Constructor Detail
-
AbstractLuceneCodecAwareSearchQueryElementFactory
protected AbstractLuceneCodecAwareSearchQueryElementFactory(C codec)
-
-
Method Detail
-
checkCompatibleWith
public void checkCompatibleWith(SearchQueryElementFactory<?,?,?> other)
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.
-
-