A simple, low-performance strategy mainly useful for debugging,
where index readers are created on each search query execution
and the index writer is committed after each write.
The default, near-real-time strategy,
where index readers are based on the index writer to get up-to-date search results,
the index writer is committed periodically.
The default, near-real-time strategy,
where index readers are based on the index writer to get up-to-date search results,
the index writer is committed periodically.
A simple, low-performance strategy mainly useful for debugging,
where index readers are created on each search query execution
and the index writer is committed after each write.
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.)
Parameters:
name - the name of the enum constant to be returned.