|
||||||||||
| 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 | |
|---|---|
IndexReader |
get()
Returns the index reader. |
boolean |
isReopenable()
Returns whether the index is reopenable. |
static Reader |
of(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(IndexReader reader,
boolean reopenable)
reader - Index reader.reopenable - Whether the reader is reopenable.
public IndexReader get()
get in interface Supplier<IndexReader>public boolean isReopenable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||