RE: negative wildcard query

2011-06-30 Thread Uwe Schindler
t* > > > > but no luck. Using WildCardQuery class... > > Any advices? > > > > Thx > > Clemens > > > > > -Ursprüngliche Nachricht- > > > Von: Karl Wettin [mailto:karl.wet...@gmail.com] > > > Gesendet: Mittwoch, 29. Juni 2011 22:36 > >

Re: negative wildcard query

2011-06-29 Thread Karl Wettin
You'll also need things to exclude from, eg a MatchAllDocsQuery. karl 29 jun 2011 kl. 17.25 skrev Clemens Wyss: > Say I have a document with field "f1". How can I search Documents which have > not "test" in field "f" > I tried: > -f: *test* > f: -*test* > f: NOT *test* > > but no luck.