Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The "TermsComponent" page has been changed by ErickErickson: http://wiki.apache.org/solr/TermsComponent?action=diff&rev1=24&rev2=25 Comment: Add the fact that terms.fl can be specified multiple times These params are: * terms={true|false} - Turn on the !TermsComponent - * terms.fl={FIELD NAME} - Required. The name of the field to get the terms from. + * terms.fl={FIELD NAME} - Required. The name of the field to get the terms from. May be specified multiple times as terms.fl=field1&terms.fl=field2... * terms.lower={The lower bound term} - Optional. The term to start at. If not specified, the empty string is used, meaning start at the beginning of the field. * terms.lower.incl={true|false} - Optional. Include the lower bound term in the result set. Default is true. * terms.mincount=<Integer> - Optional. The minimum doc frequency to return in order to be included. Results are '''inclusive''' of the mincount (i.e. >= mincount)