[Missing <summary> documentation for "M:Lucene.Net.Index.IndexReader.Flush(System.Collections.Generic.IDictionary{System.String,System.String})"]
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
| C# |
|---|
public void Flush( IDictionary<string, string> commitUserData ) |
| Visual Basic |
|---|
Public Sub Flush ( _ commitUserData As IDictionary(Of String, String) _ ) |
| Visual C++ |
|---|
public: void Flush( IDictionary<String^, String^>^ commitUserData ) |
Parameters
- commitUserData
- Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, String>)>)>
Opaque Map (String -> String) that's recorded into the segments file in the index, and retrievable by {@link IndexReader#getCommitUserData}.