On Fri, Sep 25, 2009 at 12:19 PM, Avlesh Singh <avl...@gmail.com> wrote: > Faceting, as of now, can only be done of definitive field names.
To further clarify, the fields you can facet on can include those defined by dynamic fields. You just must specify the exact field name when you facet. <dynamicField name="*&STRING_NOT_ANALYZED_YES" type="string" indexed="true" stored="true" multiValued="true"/> Did you really mean for the ampersand to be in the dynamic field name? I'd advise against this, and it could be the source of your problems (escaping the ampersand in your request, etc). What is the exact facet request you are sending? -Yonik http://www.lucidimagination.com