com.browseengine.solr
Class BoboIndexReaderFactory

java.lang.Object
  extended by org.apache.solr.core.IndexReaderFactory
      extended by com.browseengine.solr.BoboIndexReaderFactory
All Implemented Interfaces:
org.apache.solr.util.plugin.NamedListInitializedPlugin

public class BoboIndexReaderFactory
extends org.apache.solr.core.IndexReaderFactory


Field Summary
 
Fields inherited from class org.apache.solr.core.IndexReaderFactory
termInfosIndexDivisor
 
Constructor Summary
BoboIndexReaderFactory()
           
 
Method Summary
 void init(org.apache.solr.common.util.NamedList conf)
           
 org.apache.lucene.index.IndexReader newReader(org.apache.lucene.store.Directory indexDir, boolean readOnly)
           
 
Methods inherited from class org.apache.solr.core.IndexReaderFactory
getTermInfosIndexDivisor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoboIndexReaderFactory

public BoboIndexReaderFactory()
Method Detail

init

public void init(org.apache.solr.common.util.NamedList conf)
Specified by:
init in interface org.apache.solr.util.plugin.NamedListInitializedPlugin
Overrides:
init in class org.apache.solr.core.IndexReaderFactory

newReader

public org.apache.lucene.index.IndexReader newReader(org.apache.lucene.store.Directory indexDir,
                                                     boolean readOnly)
                                              throws IOException
Specified by:
newReader in class org.apache.solr.core.IndexReaderFactory
Throws:
IOException


Copyright © 2005-2012. All Rights Reserved.