com.browseengine.solr
Class BoboIndexReaderFactory
java.lang.Object
org.apache.solr.core.IndexReaderFactory
com.browseengine.solr.BoboIndexReaderFactory
- All Implemented Interfaces:
- org.apache.solr.util.plugin.NamedListInitializedPlugin
public class BoboIndexReaderFactory
- extends org.apache.solr.core.IndexReaderFactory
| Fields inherited from class org.apache.solr.core.IndexReaderFactory |
termInfosIndexDivisor |
|
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 |
BoboIndexReaderFactory
public BoboIndexReaderFactory()
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.