Thanks, and what we can do about that? On Apr 2, 2016 5:28 PM, "Reth RM" <reth.ik...@gmail.com> wrote:
> Afaik, such feature doesn't exist currently, but looks like nice to have. > > > > > On Thu, Mar 31, 2016 at 8:33 PM, michael solomon <micheal...@gmail.com> > wrote: > > > Hi, > > It's possible to return the most popular collate? > > i.e: > > spellcheck.q = prditive analytiycs > > spellcheck.maxCollations = 5 > > spellcheck.count=0 > > response: > > <lst name="spellcheck"> > > <lst name="suggestions"/> > > <bool name="correctlySpelled">false</bool> > > <lst name="collations"> > > <str name="collation">positive analytic</str> > > <str name="collation">positive analytics</str> > > <str name="collation">predictive analytics</str> > > <str name="collation">primitive analytics</str> > > <str name="collation">punitive analytic</str> > > </lst> > > </lst> > > > > I want that the collations will order by numFound. and obviesly that > > "predictive analytics" have more results from "positive analytic". > > Thanks, > > Michael > > >