comment no longer applies

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@778454 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2009-05-25 17:05:29 +00:00
parent 44918ec04b
commit 9939adbf93
1 changed files with 0 additions and 7 deletions

View File

@ -49,13 +49,6 @@ import org.slf4j.LoggerFactory;
* @version $Id$
* @since solr 0.9
*/
// Since the internal reader in IndexSearcher is
// package protected, I can't get to it by inheritance.
// For now, I am using delgation and creating the
// IndexReader to pass to the searcher myself.
// NOTE: as of Lucene 1.9, this has changed!
public class SolrIndexSearcher extends IndexSearcher implements SolrInfoMBean {
private static Logger log = LoggerFactory.getLogger(SolrIndexSearcher.class);
private final SolrCore core;