> From: Ype Kingma [mailto:[EMAIL PROTECTED]] > > I happen to be familiar with a (boolean) query language that > only allows > proximity operators between or like queries (including prefix terms). > This case is not too difficult to explain and not confusing at all. > It might be not too difficult to implement, either. > It allows eg. > > asdf* NEAR3 (fdsa* OR jkl* OR quotsch)
I've spoken before of adding an add(Term[]) method to PhraseQuery. That could support this and would not be too hard to implement. Doug -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
