Example usage for org.springframework.data.solr.core QueryParser interface-usage

List of usage examples for org.springframework.data.solr.core QueryParser interface-usage

Introduction

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

Usage

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

/**
 * Base Implementation of {@link QueryParser} providing common functions for creating
 * {@link org.apache.solr.client.solrj.SolrQuery}.
 * 
 * @author Christoph Strobl
 * @author Francisco Spaeth