Re: Distributed search has problems with some field names

2011-09-29 Thread Erick Erickson
I know I've seen other anomalies with odd characters in field names. In general, it's much safer to use only letters, numbers, and underscores. In fact, I even prefer lowercase letters. Since you're pretty sure those work, why not just use them? Best Erick On Wed, Sep 28, 2011 at 6:59 AM, Luis

Re: Distributed search has problems with some field names

2011-09-29 Thread Luis Neves
Hi, On 09/29/2011 03:10 PM, Erick Erickson wrote: I know I've seen other anomalies with odd characters in field names. In general, it's much safer to use only letters, numbers, and underscores. In fact, I even prefer lowercase letters. Since you're pretty sure those work, why not just use

Distributed search has problems with some field names

2011-09-28 Thread Luis Neves
Hello all, I'm experimenting with the Distributed Search bits in the nightly builds and I'm facing a problem. I have on my schema.xml some dynamic fields defined like this: dynamicField name=$* type=double indexed=true stored=true / dynamicField name=@* type=string indexed=true stored=true