mirror of https://github.com/apache/lucene.git
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:
parent
44918ec04b
commit
9939adbf93
|
@ -49,13 +49,6 @@ import org.slf4j.LoggerFactory;
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
* @since solr 0.9
|
* @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 {
|
public class SolrIndexSearcher extends IndexSearcher implements SolrInfoMBean {
|
||||||
private static Logger log = LoggerFactory.getLogger(SolrIndexSearcher.class);
|
private static Logger log = LoggerFactory.getLogger(SolrIndexSearcher.class);
|
||||||
private final SolrCore core;
|
private final SolrCore core;
|
||||||
|
|
Loading…
Reference in New Issue