mirror of https://github.com/apache/lucene.git
Fix typo in SolrRequestHandler's javadocs.
This commit is contained in:
parent
2437f3f56c
commit
ffdd29e6fb
|
@ -24,7 +24,7 @@ import org.apache.solr.response.SolrQueryResponse;
|
||||||
* Implementations of <code>SolrRequestHandler</code> are called to handle query requests.
|
* Implementations of <code>SolrRequestHandler</code> are called to handle query requests.
|
||||||
*
|
*
|
||||||
* Different <code>SolrRequestHandler</code>s are registered with the <code>SolrCore</code>.
|
* Different <code>SolrRequestHandler</code>s are registered with the <code>SolrCore</code>.
|
||||||
* One way to register a SolrRequestHandler with the core is thorugh the <code>solrconfig.xml</code> file.
|
* One way to register a SolrRequestHandler with the core is through the <code>solrconfig.xml</code> file.
|
||||||
* <p>
|
* <p>
|
||||||
* Example <code>solrconfig.xml</code> entry to register a <code>SolrRequestHandler</code> implementation to
|
* Example <code>solrconfig.xml</code> entry to register a <code>SolrRequestHandler</code> implementation to
|
||||||
* handle all queries with a Request Handler of "/test":
|
* handle all queries with a Request Handler of "/test":
|
||||||
|
|
Loading…
Reference in New Issue