Interface SearchQueryFinalStep<H>

    • Method Detail

      • toQuery

        SearchQuery<H> toQuery()
        Create a SearchQuery instance matching the definition given in the previous DSL steps.

        Calling this method is generally not necessary as most query execution methods are also implemented by this DSL step, so for example .toQuery().fetch() can be replaced with simply .fetch().

        Returns:
        The SearchQuery resulting from the previous DSL steps.