The analizer removes the - so it's not indexed, but the queryparser treat it building a "not dream" term query. If you want to find results you must clean the "-" before the parse of the queryphrase.
On Thu, Jun 12, 2008 at 3:42 PM, Robert Pohl <[EMAIL PROTECTED]> wrote: > Hi List! > > Another question regarding the standard analyzer: > > If I search for "adidas - dream big" which is the exact title of a indexed > item, it does not show up in the hits. It does if I remove the "-". Should > it not trigger on the other words it the analyzer removes the "-" ? > > Thanks >