Re: Queried value and Indexed value are the same still no match in the query result

2012-02-13 Thread Lee Carroll
query and index analysis is different. word delimiters are set up differently and no ngram filter. look at the index and query an field analysis.jsp output you should see what filter in the query chain fails to match. (choose verbose output) On 13 February 2012 11:12, Dirceu Vieira wrote: > Hi

Re: Queried value and Indexed value are the same still no match in the query result

2012-02-13 Thread Dirceu Vieira
Hi Lee, Thanks for you reply! Yes, we actually need those filters. This dynamic field is parsing the meta data concerning each video and they may have different content. If I understand where you're going with your comment you mean that I probably should plan it better and create field types that

Re: Queried value and Indexed value are the same still no match in the query result

2012-02-13 Thread Lee Carroll
Hi You have a lot of language processing for a field which contains, at least in your example non words. Do you need the synonyms, two lots of stemming, etc what is the field for? >>" I don't believe that this last point is what actually causes >> my unsatisfactory results" it probably is

Re: Queried value and Indexed value are the same still no match in the query result

2012-02-13 Thread Dirceu Vieira
Hi, Anybody has any thoughts about this? I'm really struggling whit these problems, any hints would be very welcome! Regards, Dirceu On Fri, Feb 10, 2012 at 4:45 PM, Dirceu Vieira wrote: > Hi Guys, > > Would someone have time to help me understand what's happening here: > > I have a dynamic f