mirror of https://github.com/apache/lucene.git
use prettify
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1198636 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
64f8a1ffaf
commit
64298eab4c
|
@ -38,7 +38,7 @@ import org.apache.lucene.store.Directory;
|
|||
* Use {@link #acquire} to obtain the current searcher, and {@link #release} to
|
||||
* release it, like this:
|
||||
*
|
||||
* <pre>
|
||||
* <pre class="prettyprint">
|
||||
* IndexSearcher s = manager.acquire();
|
||||
* try {
|
||||
* // Do searching, doc retrieval, etc. with s
|
||||
|
|
Loading…
Reference in New Issue