Interface PercolateQuery

All Superinterfaces:
Query, Serializable

@ProviderType public interface PercolateQuery extends Query
Provides support for parsing raw, human readable query syntax. No transformation is made on user input.

The actual query syntax and any further processing are dependent on your search engine's implementation details. Consult your search provider's documentation for more information.

  • Method Details