On 4/12/07, Kevin Osborn <[EMAIL PROTECTED]> wrote:
I discovered the issue. Some of my dynamic field names have spaces in them. If I replace ' ' with '_', then it works fine. This really isn't a great solution, since a '_' could be a legitimate part of the field name.
Do you not have any control over the base names of your dynamic fields?
facet.query also fails. So, perhaps this is a Lucene issue?
Most likely... I doubt the Lucene QueryParser can parse field names with spaces. -Yonik