Re: wildcarded phrase queries

2005-04-06 Thread Paul Elschot
On Wednesday 06 April 2005 08:19, Chuck Williams wrote: > Erik Hatcher writes (4/5/2005 5:57 PM): > > > I have a need to implement wildcarded phrase queries, such as this: > > > > "apach? luc*" > > > > which would match "apache lucene"

Re: wildcarded phrase queries

2005-04-05 Thread Chuck Williams
Erik Hatcher writes (4/5/2005 5:57 PM): I have a need to implement wildcarded phrase queries, such as this: "apach? luc*" which would match "apache lucene", for example. This needs to also support ordered and unordered proximity like SpanNearQuery does: "apac

wildcarded phrase queries

2005-04-05 Thread Erik Hatcher
I have a need to implement wildcarded phrase queries, such as this: "apach? luc*" which would match "apache lucene", for example. This needs to also support ordered and unordered proximity like SpanNearQuery does: "apach? luc*"~10 I presume I