Re: PrecedenceQueryParser usage
on(e.getMessage(), e); } } } Best Regards Maciej Pestka Dnia 10-09-2012 o godz. 17:46 Ahmet Arslan napisaĆ(a): > > In order for Solr to use this parser, > > you'll need to wrap it with a QParser and QParserPlugin > > implementations, then wire
PrecedenceQueryParser usage
precedence, so is parsed to <(+a +b) (+c +d)> instead of <+a +b +c +d>. This is exactly feature that I need. Could anyone give me example how to configure my SOLR instance to use this parser? Regards Maciej Pestka