I'm fine with moving everything to lucene_extras into solr, except for
PublicFieldSortedHitQueue.  If the following patch is committed to
lucene
http://issues.apache.org/jira/browse/LUCENE-432
we could get rid of the entire lucene package in solr.

I won't be able to get to this for another day, so if anyone else
wants to do it, have at it.

-Yonik

On 1/30/06, Doug Cutting <[EMAIL PROTECTED]> wrote:
> Yonik Seeley wrote:
> > Many of the things in the lucene package (FunctionQuery and
> > SynonymFilter) could be moved to org.apache.solr, and renamed to
> > org.apache.lucene if/when they officially become part of lucene.
> >
> > But the other reason for the org.apache.lucene package is for
> > accessing package-protected lucene stuff.  Currently there is just
> > PublicFieldSortedHitQueue, but there was more when we used Lucene 1.4.
>
> Everything that's not required to be in a lucene package for access
> reasons should be in org.apache.solr.  And we should try to fix Lucene
> so that nothing has to be in its packages.
>
> Doug
>

Reply via email to