There's really nothing in the Solr architecture that automaticaly
reindexes anything, you have to feed docs to Solr.

You could write a custom search component that tacked this
data on to the response packet at whatever granularity you
required. It's not actually as hard as it sounds and you wouldn't
have to re-index.

Best
Erick

On Thu, Nov 10, 2011 at 12:45 PM, kingkong <jasonmeyer...@yahoo.com> wrote:
> Thanks for the reply. There are many keyword terms (<1000?) and not sure if
> Solr would choke on a query string that long. Perhaps solr is not built to
> handle this type of internal re-indexing.
>
> Thank you.
>
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/Keyword-counts-tp3491955p3497448.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to