On 1/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Still need to rename the org.apache.lucene package classes to org.apache.solr > (or do we want org.apache.lucene.solr?)
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. Anyone have thoughts about that? Should the lucene package in solr go away? (after making FieldSortedHitQueue public, of course ;-) -Yonik
