Re: Facet with large number of unigram entries

2012-12-05 Thread Erick Erickson
This is really not the use-case faceting is designed for, I don't think there's really any good way to speed this case up. What is the higher-level issue you're trying to solve? Perhaps there's a better way to do it. I'm not sure why you think altering the cache settings would help, they're really

Facet with large number of unigram entries

2012-12-04 Thread Andreas Niekler
Dear List, i have an index with 2.000.000 articles. All those texts get tokenized while indexing. On this data i run a faceted query like this (to receive associated words): select?q=a_spell:{some word}&facet.method=enum&facet=true&facet.field=Paragraph&facet.limit=10&facet.prefix={some pre