Example usage for org.springframework.data.solr.core QueryParserBase subclass-usage

List of usage examples for org.springframework.data.solr.core QueryParserBase subclass-usage

Introduction

In this page you can find the example usage for org.springframework.data.solr.core QueryParserBase subclass-usage.

Usage

From source file org.springframework.data.solr.core.DefaultQueryParser.java

/**
 * Implementation of {@link QueryParser}. <br/>
 * Creates executable {@link SolrQuery} from {@link Query} by traversing {@link Criteria}. Reserved characters like
 * {@code +} or {@code -} will be escaped to form a valid query.
 * 
 * @author Christoph Strobl