Class AbstractElasticsearchCompositeNodeSearchQueryElementFactory<T>
- java.lang.Object
-
- org.hibernate.search.backend.elasticsearch.search.common.impl.AbstractElasticsearchCompositeNodeSearchQueryElementFactory<T>
-
- All Implemented Interfaces:
SearchQueryElementFactory<T,ElasticsearchSearchIndexScope<?>,ElasticsearchSearchIndexCompositeNodeContext>
- Direct Known Subclasses:
ElasticsearchExistsPredicate.ObjectFieldFactory,ElasticsearchNamedPredicate.Factory,ElasticsearchNestedPredicate.Factory,ElasticsearchObjectProjection.Factory
public abstract class AbstractElasticsearchCompositeNodeSearchQueryElementFactory<T> extends Object implements SearchQueryElementFactory<T,ElasticsearchSearchIndexScope<?>,ElasticsearchSearchIndexCompositeNodeContext>
-
-
Constructor Summary
Constructors Constructor Description AbstractElasticsearchCompositeNodeSearchQueryElementFactory()
-
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.search.engine.search.common.spi.SearchQueryElementFactory
create
-
-
-
-
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,ElasticsearchSearchIndexScope<?>,ElasticsearchSearchIndexCompositeNodeContext>- Parameters:
other- Another factory.
-
-