lucene - Can you use eDismax without using Solr -
my application uses lucene 4.1 , provides 2 different search syntaxes, standard query parser syntax , approximation of dismax search solr has. solr has edismax search combines two, perfect application provide single interface supports both syntaxes.
but edismax available within latest versions of lucene have no requirement/desire rewrite code solr ?
no, not really.
the current implementation of edismax ties solr features, require bit of rewrite yank out related parts. can see implementation (for 4.7.0) on grepcode (for easier navigation) (or apache lucene svn current trunk).
solr-2368 original issue tracked implementation , place start digging implementation specific details.
solr lucene edismax
No comments:
Post a Comment