Overload List

  NameDescription
Public methodGetCommitUserData()()()()
Retrieve the String userData optionally passed to IndexWriter#commit. This will return null if {@link IndexWriter#Commit(Map)} has never been called for this index.
Public methodStatic memberGetCommitUserData(Directory)
Reads commitUserData, previously passed to {@link IndexWriter#Commit(Map)}, from current index segments file. This will return null if {@link IndexWriter#Commit(Map)} has never been called for this index.

See Also