mirror of https://github.com/apache/lucene.git
javadocs error fixed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1659008 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cb87848acd
commit
067b01c1b3
|
@ -245,15 +245,15 @@ public final class RequestHandlers {
|
|||
* Rather then instantiate and initialize the handler on startup, this wrapper waits
|
||||
* until it is actually called. This should only be used for handlers that are
|
||||
* unlikely to be used in the normal lifecycle.
|
||||
* <p>
|
||||
*
|
||||
* You can enable lazy loading in solrconfig.xml using:
|
||||
* <p>
|
||||
*
|
||||
* <pre>
|
||||
* <requestHandler name="..." class="..." startup="lazy">
|
||||
* ...
|
||||
* </requestHandler>
|
||||
* </pre>
|
||||
* <p>
|
||||
*
|
||||
* This is a private class - if there is a real need for it to be public, it could
|
||||
* move
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue