List of usage examples for org.apache.lucene.queryparser.classic QueryParserConstants interface-usage
From source file org.tallison.lucene.queryparser.spans.SpanQueryParser.java
/**
* This parser leverages the power of SpanQuery and can combine them with
* traditional boolean logic and multiple field information.
* This parser includes functionality from:
* <ul>
* <li> {@link org.apache.lucene.queryparser.classic.QueryParser classic QueryParser}: most of its syntax</li>