Overload List
Name | Description | |
---|---|---|
![]() | IndexSearcher(String) | Obsolete. Creates a searcher searching the index in the named directory. |
![]() | IndexSearcher(Directory) | Obsolete. Creates a searcher searching the index in the provided directory. |
![]() | IndexSearcher(IndexReader) | Creates a searcher searching the provided index. |
![]() | IndexSearcher(String, Boolean) | Obsolete. Creates a searcher searching the index in the named
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 underlying IndexReader.
|
![]() | IndexSearcher(Directory, Boolean) | Creates a searcher searching the index in the named
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 underlying IndexReader.
|