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

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

Introduction

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

Prototype

QueryParser

Source Link

Usage

From source file:org.springframework.data.solr.core.QueryParserTest.java

@Before
public void setUp() {
    this.queryParser = new QueryParser();
}