|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.conquiris.api.search.Reader
public final class Reader
A reference to an exact instance of an index reader.
| Method Summary | |
|---|---|
org.apache.lucene.index.IndexReader |
get()
Returns the index reader. |
boolean |
isReopenable()
Returns whether the index is reopenable. |
static Reader |
of(org.apache.lucene.index.IndexReader reader,
boolean reopenable)
Creates a new reader reference. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Reader of(org.apache.lucene.index.IndexReader reader,
boolean reopenable)
reader - Index reader.reopenable - Whether the reader is reopenable.
public org.apache.lucene.index.IndexReader get()
get in interface com.google.common.base.Supplier<org.apache.lucene.index.IndexReader>public boolean isReopenable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||