Re: Tokenization and wild card search

2010-01-19 Thread Erick Erickson
Listen to Ahmet, ignore me. I missed "catenatewords=1", which should produce the tokens exactly as Ahmet said. So standard wildcarding should work it seems to me Sorry 'bout that Erick On Tue, Jan 19, 2010 at 12:01 PM, Ahmet Arslan wrote: > > > I want the following searches to work: >

RE: Tokenization and wild card search

2010-01-19 Thread Ahmet Arslan
> I want the following searches to work: > >   MyField:SDD_Expedition_PCB > > This should match the word "SDD_Expedition_PCB" only, and > not matching individual words such as "SDD" or "Expedition", > or "PCB". > > And the following search: > >   MyField:SDD_Expedition* > > Should match a

Re: Tokenization and wild card search

2010-01-19 Thread Erick Erickson
arch work. > > I have tried various search syntax with no luck. Is there no search syntax > to make this work without re-indexing?! > > -- JM > > > -Original Message- > From: Erick Erickson > To: solr-user@lucene.apache.org > Sent: Tue, Jan 19, 2010 10:30

Re: Tokenization and wild card search

2010-01-19 Thread johnmunir
out re-indexing?! -- JM -Original Message- From: Erick Erickson To: solr-user@lucene.apache.org Sent: Tue, Jan 19, 2010 10:30 am Subject: Re: Tokenization and wild card search I'm pretty sure you're going to be disappointed about he re-indexing part. I'm pretty sure that

Re: Tokenization and wild card search

2010-01-19 Thread Erick Erickson
otwords.txt"/> > > > > > Any help on how I can achieve the above is greatly appreciated. > > Btw, if at all possible, I would like to be able to achieve this search > without having to change how I'm indexing / tokenizing the data. I'm &g

RE: Tokenization and wild card search

2010-01-19 Thread johnmunir
to make this work. -- JM -Original Message- From: Ahmet Arslan [mailto:iori...@yahoo.com] Sent: Tuesday, January 19, 2010 7:57 AM To: solr-user@lucene.apache.org Subject: Re: Tokenization and wild card search > I have an issue and I'm not sure how to

Re: Tokenization and wild card search

2010-01-19 Thread Ahmet Arslan
> I have an issue and I'm not sure how to address it, so I > hope someone can help me. > > I have the following text in one of my fields: > "ABC_Expedition_ERROR".   When I search on it > like: "MyField:SDD_Expedition_PCB" (without quotes) it will > fail to find me only this word “ABC_Expedition_

Tokenization and wild card search

2010-01-18 Thread johnmunir
Hi, I have an issue and I'm not sure how to address it, so I hope someone can help me. I have the following text in one of my fields: "ABC_Expedition_ERROR". When I search on it like: "MyField:SDD_Expedition_PCB" (without quotes) it will fail to find me only this word “ABC_Expedition_ERRO