Re: Internationalization

2007-01-17 Thread Bess Sadler
On Jan 17, 2007, at 3:07 AM, Erik Hatcher wrote: Why are you assigning all fields to a "string" type? That indexes each field as-is, with no tokenization at all. How are you using that field from the front-end? I'd think you'd want to copyField everything into a "text" field. The sho

Re: Internationalization

2007-01-17 Thread Erik Hatcher
Way to go Bess! This is great stuff you're sharing. I have a question though... On Jan 16, 2007, at 11:48 AM, Bess Sadler wrote: Currently, we are assigning all fields, no matter what language to type string, defined as sortMissingLast="true"/> This does string matching very well, but do

Re: Internationalization

2007-01-16 Thread Bess Sadler
Hi, Jörg. At the Tibetan Himalayan Digital Library, we are working with XML files that have fields that might be in Tibetan, Chinese, Nepalese, or English. Our solr schema.xml file looks like this: stored="true" multiValued="true"/> stored="true" multiValued="true"/> stored="true"

Re: Internationalization

2007-01-16 Thread Bertrand Delacretaz
Hi Jorg, On 1/16/07, Jörg Pfründer <[EMAIL PROTECTED]> wrote: ...is there anyone who has experience on internationalization (internationalisation) with SOLR?... I've been setting up a french language index in the last months, and it works very well. There are some pointers on how to analyz