Skip to content

Commit

Permalink
Minor doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
mausch committed Sep 18, 2014
1 parent 76f668f commit d917153
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SolrNet/Commands/Parameters/GroupingParameters.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ public class GroupingParameters
public GroupingFormat Format { get; set; }

/// <summary>
/// If true, facet counts are based on the most relevant document of each group matching the query. Same applies for StatsComponent. Default is false. <!> Solr3.4 Supported from Solr 3.4 and up.
/// If true, facet counts are based on the most relevant document of each group matching the query. Same applies for StatsComponent. Default is false.
/// Requires Solr 3.4+
/// <see cref="http://wiki.apache.org/solr/FieldCollapsing#parameters"/>
/// </summary>
public bool? Truncate { get; set; }
Expand Down

0 comments on commit d917153

Please sign in to comment.