Class AbstractLuceneCompositeNodeSearchQueryElementFactory<T>
java.lang.Object
org.hibernate.search.backend.lucene.search.common.impl.AbstractLuceneCompositeNodeSearchQueryElementFactory<T>
- All Implemented Interfaces:
SearchQueryElementFactory<T,LuceneSearchIndexScope<?>, LuceneSearchIndexCompositeNodeContext>
- Direct Known Subclasses:
LuceneNamedPredicate.Factory,LuceneNestedPredicate.Factory,LuceneObjectExistsPredicate.Factory,LuceneObjectProjection.Factory
public abstract class AbstractLuceneCompositeNodeSearchQueryElementFactory<T>
extends Object
implements SearchQueryElementFactory<T,LuceneSearchIndexScope<?>,LuceneSearchIndexCompositeNodeContext>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckCompatibleWith(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, waitMethods inherited from interface org.hibernate.search.engine.search.common.spi.SearchQueryElementFactory
create
-
Constructor Details
-
AbstractLuceneCompositeNodeSearchQueryElementFactory
public AbstractLuceneCompositeNodeSearchQueryElementFactory()
-
-
Method Details
-
checkCompatibleWith
Description copied from interface:SearchQueryElementFactoryChecks whether this factory and the given factory can be used interchangeably.- Specified by:
checkCompatibleWithin interfaceSearchQueryElementFactory<T,LuceneSearchIndexScope<?>, LuceneSearchIndexCompositeNodeContext> - Parameters:
other- Another factory.
-