Re: a "real" PhrasePrefixQuery

2005-05-20 Thread Paul Elschot
On Friday 20 May 2005 17:20, Terry Steichen wrote: > Paul, > > Could you flesh out the implementation you describe below with some code > or pseudocode? You can start from this: http://issues.apache.org/bugzilla/show_bug.cgi?id=34331 and use code from the method in src/java org.surround.search.S

Re: a "real" PhrasePrefixQuery

2005-05-20 Thread Terry Steichen
Paul, Could you flesh out the implementation you describe below with some code or pseudocode? Regards, Terry Paul Elschot wrote: On Friday 20 May 2005 11:30, Stanislav Jordanov wrote: Is there a Lucene Query (or something that will do a job) like: "Star Wars tri*" that will match all docs cont

Re: a "real" PhrasePrefixQuery

2005-05-20 Thread Paul Elschot
On Friday 20 May 2005 11:30, Stanislav Jordanov wrote: > Is there a Lucene Query (or something that will do a job) like: > "Star Wars tri*" > > that will match all docs containing a 3 word phrase: 'Star' followed by > 'Wars' followed by a word starting with 'tri'. > > I.e. the above query will m