Method Flush
Flush()
Declaration
public void Flush()
Flush(IDictionary<String, String>)
Declaration
public void Flush(IDictionary<string, string> commitUserData)
Parameters
Type | Name | Description |
---|---|---|
IDictionary<System.String, System.String> | commitUserData | Opaque Map (String -> String) that's recorded into the segments file in the index, and retrievable by GetCommitUserData(Directory) |