On 13 March 2015 at 10:25,  <phi...@free.fr> wrote:
> I would like to:
>
> - loop throught the documents in my core
> - extract the most-frequently-appearing words in each document's text field
> - generate a .vm  which displays those words ranked number of occurrences, 
> or, ideally, automatically generate that .vm whenever users use SOLR.

That's what faceting does. You you can fine tune it further by telling
how many of top hits you want to get back. Have a look at those
parameters and play with them first in Web Admin UI before trying to
apply them to the browse handler.

Regards,
   Alex.
P.s. You are not planning to expose /browse handler directly to users,
do you? Because unless you REALLY know how to secure the rest of Solr,
you are asking for big troubles.

Reply via email to