Overload List
Name | Description | |
---|---|---|
Open(FileInfo) | Obsolete. Returns a read/write IndexReader reading the index in an FSDirectory in the named
path.
| |
Open(String) | Obsolete. Returns a read/write IndexReader reading the index in an FSDirectory in the named
path.
| |
Open(Directory) | Obsolete. Returns a read/write IndexReader reading the index in
the given Directory.
| |
Open(IndexCommit) | Obsolete. Expert: returns a read/write IndexReader reading the index in the given
{@link IndexCommit}.
| |
Open(FileInfo, Boolean) | Obsolete. Returns an IndexReader reading the index in an
FSDirectory in the named path. You should pass
readOnly=true, since it gives much better concurrent
performance, unless you intend to do write operations
(delete documents or change norms) with the reader.
| |
Open(String, Boolean) | Obsolete. Returns an IndexReader reading the index in an
FSDirectory in the named path. You should pass
readOnly=true, since it gives much better concurrent
performance, unless you intend to do write operations
(delete documents or change norms) with the reader.
| |
Open(Directory, IndexDeletionPolicy) | Obsolete. Expert: returns a read/write IndexReader reading the index in the given
Directory, with a custom {@link IndexDeletionPolicy}.
| |
Open(Directory, Boolean) | Returns an IndexReader reading the index in the given
Directory. You should pass readOnly=true, since it
gives much better concurrent performance, unless you
intend to do write operations (delete documents or
change norms) with the reader.
| |
Open(IndexCommit, IndexDeletionPolicy) | Obsolete. Expert: returns a read/write IndexReader reading the index in the given
Directory, using a specific commit and with a custom
{@link IndexDeletionPolicy}.
| |
Open(IndexCommit, Boolean) | Expert: returns an IndexReader reading the index in the given
{@link IndexCommit}. You should pass readOnly=true, since it
gives much better concurrent performance, unless you
intend to do write operations (delete documents or
change norms) with the reader.
| |
Open(Directory, IndexDeletionPolicy, Boolean) | Expert: returns an IndexReader reading the index in
the given Directory, with a custom {@link
IndexDeletionPolicy}. You should pass readOnly=true,
since it gives much better concurrent performance,
unless you intend to do write operations (delete
documents or change norms) with the reader.
| |
Open(IndexCommit, IndexDeletionPolicy, Boolean) | Expert: returns an IndexReader reading the index in
the given Directory, using a specific commit and with
a custom {@link IndexDeletionPolicy}. You should pass
readOnly=true, since it gives much better concurrent
performance, unless you intend to do write operations
(delete documents or change norms) with the reader.
| |
Open(Directory, IndexDeletionPolicy, Boolean, Int32) | Expert: returns an IndexReader reading the index in
the given Directory, with a custom {@link
IndexDeletionPolicy}. You should pass readOnly=true,
since it gives much better concurrent performance,
unless you intend to do write operations (delete
documents or change norms) with the reader.
| |
Open(IndexCommit, IndexDeletionPolicy, Boolean, Int32) | Expert: returns an IndexReader reading the index in
the given Directory, using a specific commit and with
a custom {@link IndexDeletionPolicy}. You should pass
readOnly=true, since it gives much better concurrent
performance, unless you intend to do write operations
(delete documents or change norms) with the reader.
|