Re: searching for an id

2013-01-31 Thread Alexandre Rafalovitch
Are you using eDismax? Maybe your ID field is not part of the search fields or not a high priority. And, just maybe, you are doing a copyField * to text and the text splits the ID into parts. Enable the debug on your query and you should be able to figure it out. Regards, Alex. Personal blog:

Re: searching for an id

2013-01-31 Thread Chandan Tamrakar
which analyzer are you using to index that field , you can verify that from schema file . thanks On Thu, Jan 31, 2013 at 2:35 PM, b.riez...@pixel-ink.de < b.riez...@pixel-ink.de> wrote: > Hi > > I have an id wich is a string like this. > tx-20130130-4599 > > i'm using a field without processi

searching for an id

2013-01-31 Thread b.riez...@pixel-ink.de
Hi I have an id wich is a string like this. tx-20130130-4599 i'm using a field without processing, wich i got confirmed via the analyser tool But when i search for that it got split up, so instead of finding that specific entry with that unique id, it finds all entries with "tx" in it. Any idea