Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The following page has been changed by HossMan: http://wiki.apache.org/solr/SimpleFacetParameters The comment on the change is: anchors ------------------------------------------------------------------------------ When using this param, it is important to remember that "Term" is a very specific concept in Lucene -- it relates to the literal field/value pairs that are ''Indexed'' after any Analysis occurs. For text fields that include stemming, or lowercasing, or word splitting you may not get what you expect. If you want both Analysis (for searching) and Faceting on the full literal Strings, use copyField to create two versions of the field: one Text and one String. Make sure both are `indexed="true"` + [[Anchor(facet.field)]] === facet.field === This param allows you to specify a field which should be treated as a facet. It will iterate over each Term in the field and generate a facet count using that Term as the constraint. @@ -96, +97 @@ This parameter can be specified on a per field basis. + [[Anchor(facet.method)]] === facet.method === This parameter indicates what type of algorithm/method to use when faceting a field.
