Interface QueryStringHolder

All Known Implementing Classes:
AnyCriteria, SimpleStringCriteria

public interface QueryStringHolder
Class holding a solr readable QueryString that can be used with the q parameter.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the the query string to use
  • Method Details

    • getQueryString

      String getQueryString()
      Get the the query string to use
      Returns: