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"
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
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