Overload List

  NameDescription
Public methodStatic memberOpen(FileInfo) Obsolete.
Returns a read/write IndexReader reading the index in an FSDirectory in the named path.
Public methodStatic memberOpen(String) Obsolete.
Returns a read/write IndexReader reading the index in an FSDirectory in the named path.
Public methodStatic memberOpen(Directory) Obsolete.
Returns a read/write IndexReader reading the index in the given Directory.
Public methodStatic memberOpen(IndexCommit) Obsolete.
Expert: returns a read/write IndexReader reading the index in the given {@link IndexCommit}.
Public methodStatic memberOpen(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.
Public methodStatic memberOpen(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.
Public methodStatic memberOpen(Directory, IndexDeletionPolicy) Obsolete.
Expert: returns a read/write IndexReader reading the index in the given Directory, with a custom {@link IndexDeletionPolicy}.
Public methodStatic memberOpen(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.
Public methodStatic memberOpen(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}.
Public methodStatic memberOpen(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.
Public methodStatic memberOpen(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.
Public methodStatic memberOpen(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.
Public methodStatic memberOpen(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.
Public methodStatic memberOpen(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.

See Also