Spring Data Solr

org.springframework.data.solr.core.query
Interface QueryStringHolder

All Known Implementing Classes:
SimpleStringCriteria

public interface QueryStringHolder

Class holding a solr readable QueryString that can be used with the q parameter.

Author:
Christoph Strobl

Method Summary
 String getQueryString()
          Get the the query string to use
 

Method Detail

getQueryString

String getQueryString()
Get the the query string to use

Returns:

Spring Data Solr

Copyright © 2011-2014-2014 Pivotal. All Rights Reserved.