|
[
Permlink
| « Hide
]
Will Johnson added a comment - 27/Aug/07 04:32 PM
is anyone currently working on doing this migration? i submitted a patch to the lucene project tracker (https://issues.apache.org/jira/browse/LUCENE-989
patch attached that uses the functionality from lucene instead of solr. there were some changes in the api in the solr->lucene transition so there was one api change to a private static method in solr.search.QueryParsing. this patch also relies on LUCENE-989 (http://issues.apache.org/jira/browse/LUCENE-989
Lucene's o.a.l.search.function was added recently, though it does
not contain everything that is in Solr's search.function. If Solr is committed to move and use Lucene's package instead, Thanks, I think that's the plan/hope - move the whole thing to Lucene.
There are some changes pending in Lucene search.function that I am about to commit.
I would like to first make change that these changes are not conflicting with any new functionality in Solr. Can someone from the Solr project contribute the content of current Thanks, There are some changes pending in Lucene search.function that I am about to commit.
I would like to first make change that these changes are not conflicting with any
new functionality in Solr.
Doron, I'd just go ahead and make whatever changes you see fit in Lucene, and Solr should be able to adapt to it when someone gets that particular itch to scratch. It's not like we can make a backward compatible change at the source level in solr-land anyway (because of package + class name changes). |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||