Expert: returns a read/write IndexReader reading the index in the given {@link IndexCommit}.

Namespace: Lucene.Net.Index
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
[ObsoleteAttribute("Use Open(IndexCommit, bool) instead. This method will be removed in the 3.0 release.")]
public static IndexReader Open(
	IndexCommit commit
)
Visual Basic
<ObsoleteAttribute("Use Open(IndexCommit, bool) instead. This method will be removed in the 3.0 release.")> _
Public Shared Function Open ( _
	commit As IndexCommit _
) As IndexReader
Visual C++
[ObsoleteAttribute(L"Use Open(IndexCommit, bool) instead. This method will be removed in the 3.0 release.")]
public:
static IndexReader^ Open(
	IndexCommit^ commit
)

Parameters

commit
Type: Lucene.Net.Index..::..IndexCommit
the commit point to open

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Index.IndexReader.Open(Lucene.Net.Index.IndexCommit)"]

See Also