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.parser.QueryParser.jj which is a slightly
change of org.apache.lucene.queryparser.classic.QueryParser.jj 

If SolrQueryParser switches to lucene flexible QueryParser the
ExtendedSolrQueryParser will be a good example how to generate Subclasses
without the "classic" logic of overwriting the methodes "getFuzzyQuery",
"getPrefixQuery", "getWildcardQuery" ...
(and using instead subclasses of "FuzzyQueryNodeProcessor",
"WildcardQueryNodeProcessor" ..).

So again:
Is this a need for someone else?


Best regards
  Karsten



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Using-the-flexible-query-parser-in-Solr-instead-of-classic-tp4104584p4104895.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to