Fix typo in SolrRequestHandler's javadocs.

This commit is contained in:
Christine Poerschke 2020-04-09 17:21:47 +01:00
parent 2437f3f56c
commit ffdd29e6fb
1 changed files with 1 additions and 1 deletions

View File

@ -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":