Re: Using the flexible query parser in Solr instead of classic

2013-12-04 Thread Karsten R.
Hi Jack Kurpansky, Hi folks We could recreate the edismax QueryParser from classic to flexible. But is this a need for someone else? In long text: ExtendedDismaxQParser uses ExtendedSolrQueryParser. ExtendedSolrQueryParser is derived from SolrQueryParser. So it is based on org.apache.solr.parse

Re: Using the flexible query parser in Solr instead of classic

2013-12-03 Thread Jack Krupansky
I don't recall hearing any discussion of such a switch. In fact, Solr now has its own copy of the classic Lucene query parser since Solr needed some features that the Lucene guys did not find acceptable. That said, if you have a proposal to dramatically upgrade the base Solr query parser, as w