mirror of https://github.com/apache/lucene.git
javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@660511 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
da6341f0ec
commit
81731ea9b8
|
@ -54,7 +54,7 @@ public class SolrQuery extends ModifiableSolrParams
|
||||||
|
|
||||||
/** add a field for facet computation
|
/** add a field for facet computation
|
||||||
*
|
*
|
||||||
* @param f the field name from the IndexSchema
|
* @param fields the field name from the IndexSchema
|
||||||
*/
|
*/
|
||||||
public void addFacetField(String ... fields) {
|
public void addFacetField(String ... fields) {
|
||||||
for( String f : fields ) {
|
for( String f : fields ) {
|
||||||
|
|
Loading…
Reference in New Issue