Hi,

is it possible to use the stored terms of a field for a faceted search?

I mean, I don't want to get the term frequency per document as it is
shown here:
http://wiki.apache.org/solr/TermVectorComponentExampleOptions

I want to get the frequency of the term of my special search and show
only the 10 most frequent terms and all the nice things that I can do
for faceting.

At the moment I am calculating the terms for every document and index
them into a separate multivalued field where I can then easily apply
faceting.
But is there a better way?

Regards,
Peter.

Reply via email to