mirror of https://github.com/apache/lucene.git
- Fix XML in Javadoc so it's displayed correctly in HTML
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@698822 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0507ce4512
commit
e3c5988d56
|
@ -25,14 +25,14 @@ import org.apache.solr.request.SolrQueryResponse;
|
|||
*
|
||||
* This is the default implementation and can be configured via solrconfig.xml with:
|
||||
*
|
||||
* <updateRequestProcessors name="key" default="true">
|
||||
* <processor class="PathToClass1" />
|
||||
* <processor class="PathToClass2" />
|
||||
* <processor class="solr.LogUpdateProcessorFactory" >
|
||||
* <int name="maxNumToLog">100</int>
|
||||
* </processor>
|
||||
* <processor class="solr.RunUpdateProcessorFactory" />
|
||||
* </updateRequestProcessors>
|
||||
* <updateRequestProcessors name="key" default="true">
|
||||
* <processor class="PathToClass1" />
|
||||
* <processor class="PathToClass2" />
|
||||
* <processor class="solr.LogUpdateProcessorFactory" >
|
||||
* <int name="maxNumToLog">100</int>
|
||||
* </processor>
|
||||
* <processor class="solr.RunUpdateProcessorFactory" />
|
||||
* </updateRequestProcessors>
|
||||
*
|
||||
* @since solr 1.3
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue