Re: schema field type doesn't work

2007-03-24 Thread Dimitar Ouzounov
Thanks a lot ! The analyzer admin tool is indeed useful. On 3/24/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: On 3/24/07, Bertrand Delacretaz <[EMAIL PROTECTED]> wrote: > On 3/24/07, Dimitar Ouzounov <[EMAIL PROTECTED]> wrote: > > > ...I must be doing something wrong, maybe in the schema. Does a

Re: schema field type doesn't work

2007-03-24 Thread Yonik Seeley
On 3/24/07, Bertrand Delacretaz <[EMAIL PROTECTED]> wrote: On 3/24/07, Dimitar Ouzounov <[EMAIL PROTECTED]> wrote: > ...I must be doing something wrong, maybe in the schema. Does anyone > have any suggestions?.. The best way to debug such problems is with the analyzer admin tool: http://localho

Re: schema field type doesn't work

2007-03-24 Thread Bertrand Delacretaz
On 3/24/07, Dimitar Ouzounov <[EMAIL PROTECTED]> wrote: ...I must be doing something wrong, maybe in the schema. Does anyone have any suggestions?.. The best way to debug such problems is with the analyzer admin tool: http://localhost:8983/solr/admin/analysis.jsp You can try various combinati

schema field type doesn't work

2007-03-24 Thread Dimitar Ouzounov
Hi everybody, I added the following fieldtype in schema.xml : I want to index two types of strings, for example : 12345678 1234-5678 No matter which of the above strings is stored, I'd like to match it by using either 12345678 or 1234-5678. Ever