Interface SearchQueryDslExtension<T,R,E,LOS>

Type Parameters:
T - The type of extended steps in the search query definition DSL. Should generally extend SearchQuerySelectStep.
R - The reference type.
E - The entity type.
LOS - The type of the initial step of the loading options definition DSL.
All Known Implementing Classes:
ElasticsearchExtension, LuceneExtension

public interface SearchQueryDslExtension<T,R,E,LOS>
An extension to the search query DSL, allowing to set non-standard options on a query.

WARNING: while this type is API, because instances should be manipulated by users, all of its methods are considered SPIs and therefore should never be called or implemented directly by users. In short, users are only expected to get instances of this type from an API (SomeExtension.get()) and pass it to another API.

See Also: