Interface IDfPassThroughQuery

All Superinterfaces:
IDfQueryDefinition, IDfSearchSourceContainer

public interface IDfPassThroughQuery extends IDfQueryDefinition
Provides a container for passing a query string directly to the search source. It also allows you to store custom data as a String. It can be useful when storing a query, especially when a custom query building process is used to generate the query string.
See Also:
  • Method Details

    • getQueryString

      String getQueryString()
      Gets the content of the query string.
      Returns:
      The content of the query string.
    • getCustomQueryData

      String getCustomQueryData()
      Gets the content of the query custom data.
      Returns:
      The content of the query custom data.