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
>

Reply via email to