MergeTrigger
MergeTrigger is passed to MergePolicy.findMerges to indicate the event that triggered the merge.
Entries
Link copied to clipboard
Merge was triggered by a segment flush.
Link copied to clipboard
Merge was triggered by a full flush. Full flushes can be caused by a commit, NRT reader reopen or a close call on the index writer.
Link copied to clipboard
Merge was triggered by a successfully finished merge.
Link copied to clipboard
Merge was triggered on opening NRT readers.
Link copied to clipboard
Merge was triggered by an IndexWriter.addIndexes operation
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.