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

Using the flexible query parser in Solr instead of classic

2013-12-02 Thread Karsten R.
Hi folks, last year we built a 3.X Solr-QueryParser based on org.apache.lucene.queryparser.flexible.standard.StandardQueryParser because we had some additions with SpanQueries and PhraseQueries. We think about to adapt this for 4.X At time the SolrQueryParser is based on org.apache.lucene.query