Searched defs:fl (Results 1 - 2 of 2) sorted by relevance

/lucene-3.6.0/solr/core/src/java/org/apache/solr/util/
H A DCommonParams.java37 public String fl = null; field in class:CommonParams
86 fl = tmp.toString();
H A DSolrPluginUtils.java182 * Assumes the standard query param of "fl" to specify the return fields
197 public static int setReturnFields(String fl, argument
200 if (fl != null) {
203 String[] flst = split(fl);

Completed in 19 milliseconds