AW: negative wildcard query

2011-06-30 Thread Clemens Wyss
; H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: u...@thetaphi.de > > > > -Original Message- > > From: Clemens Wyss [mailto:clemens...@mysign.ch] > > Sent: Thursday, June 30, 2011 9:44 AM > > To: java-user@lucene.apache.org > >

AW: negative wildcard query

2011-06-30 Thread Clemens Wyss
@mysign.ch] > Gesendet: Donnerstag, 30. Juni 2011 05:37 > An: java-user@lucene.apache.org > Betreff: AW: negative wildcard query > > Karl, I just saw, that I had a typo in my initial post. It should be: > > Say I have a document with a single field "f". How can I se

AW: negative wildcard query

2011-06-29 Thread Clemens Wyss
Karl, I just saw, that I had a typo in my initial post. It should be: Say I have a document with a single field "f". How can I search Documents which have not "test" in field "f" I tried: -f: *test* f: -*test* f: NOT *test* but no luck. Using WildCardQuery class... Any advices? Thx Clemens >