mirror of https://github.com/apache/lucene.git
fix broken javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@769654 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
88249e3977
commit
aaf2be3f73
|
@ -54,7 +54,7 @@ public abstract class RequestHandlerBase implements SolrRequestHandler, SolrInfo
|
|||
|
||||
|
||||
/**
|
||||
* Initializes the {@link org.apache.solr.request.SolrRequestHandler} by creating three {@link org.apache.solr.common.params.SolrParams} named:
|
||||
* Initializes the {@link org.apache.solr.request.SolrRequestHandler} by creating three {@link org.apache.solr.common.params.SolrParams} named.
|
||||
* <table border="1">
|
||||
* <tr><th>Name</th><th>Description</th></tr>
|
||||
* <tr><td>defaults</td><td>Contains all of the named arguments contained within the list element named "defaults".</td></tr>
|
||||
|
@ -65,21 +65,21 @@ public abstract class RequestHandlerBase implements SolrRequestHandler, SolrInfo
|
|||
* Example:
|
||||
* <pre>
|
||||
* <lst name="defaults">
|
||||
<str name="echoParams">explicit</str>
|
||||
<str name="qf">text^0.5 features^1.0 name^1.2 sku^1.5 id^10.0</str>
|
||||
<str name="mm">2<-1 5<-2 6<90%</str>
|
||||
<str name="bq">incubationdate_dt:[* TO NOW/DAY-1MONTH]^2.2</str>
|
||||
</lst>
|
||||
<lst name="appends">
|
||||
<str name="fq">inStock:true</str>
|
||||
</lst>
|
||||
|
||||
<lst name="invariants">
|
||||
<str name="facet.field">cat</str>
|
||||
<str name="facet.field">manu_exact</str>
|
||||
<str name="facet.query">price:[* TO 500]</str>
|
||||
<str name="facet.query">price:[500 TO *]</str>
|
||||
</lst>
|
||||
* <str name="echoParams">explicit</str>
|
||||
* <str name="qf">text^0.5 features^1.0 name^1.2 sku^1.5 id^10.0</str>
|
||||
* <str name="mm">2<-1 5<-2 6<90%</str>
|
||||
* <str name="bq">incubationdate_dt:[* TO NOW/DAY-1MONTH]^2.2</str>
|
||||
* </lst>
|
||||
* <lst name="appends">
|
||||
* <str name="fq">inStock:true</str>
|
||||
* </lst>
|
||||
*
|
||||
* <lst name="invariants">
|
||||
* <str name="facet.field">cat</str>
|
||||
* <str name="facet.field">manu_exact</str>
|
||||
* <str name="facet.query">price:[* TO 500]</str>
|
||||
* <str name="facet.query">price:[500 TO *]</str>
|
||||
* </lst>
|
||||
* </pre>
|
||||
*
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue