acquire

fun acquire(version: Long): IndexSearcher?

Retrieve a previously recorded IndexSearcher, if it has not yet been closed

NOTE: this may return null when the requested searcher has already timed out. When this happens you should notify your user that their session timed out and that they'll have to restart their search.

If this returns a non-null result, you must match later call [release] on this searcher, best from a finally clause.