- 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:
Otis Gospodnetic 2008-09-25 05:06:31 +00:00
parent 0507ce4512
commit e3c5988d56
1 changed files with 8 additions and 8 deletions

View File

@ -25,14 +25,14 @@ import org.apache.solr.request.SolrQueryResponse;
* *
* This is the default implementation and can be configured via solrconfig.xml with: * This is the default implementation and can be configured via solrconfig.xml with:
* *
* <updateRequestProcessors name="key" default="true"> * &lt;updateRequestProcessors name="key" default="true"&gt;
* <processor class="PathToClass1" /> * &lt;processor class="PathToClass1" /&gt;
* <processor class="PathToClass2" /> * &lt;processor class="PathToClass2" /&gt;
* <processor class="solr.LogUpdateProcessorFactory" > * &lt;processor class="solr.LogUpdateProcessorFactory" &gt;
* <int name="maxNumToLog">100</int> * &lt;int name="maxNumToLog"&gt;100&lt;/int&gt;
* </processor> * &lt;/processor&gt;
* <processor class="solr.RunUpdateProcessorFactory" /> * &lt;processor class="solr.RunUpdateProcessorFactory" /&gt;
* </updateRequestProcessors> * &lt;/updateRequestProcessors&gt;
* *
* @since solr 1.3 * @since solr 1.3
*/ */