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
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