i'm having an issue with doing the following type of search: there* NEAR/5 here I have FLAG_WILDCARD, FLAG_PHRASE and FLAG_BOOLEAN enabled for my query, but when i use the wildcard within the proximity the entire query breaks (i.e. all ORs are treated as terms themselves). any ideas? Thanks! Tom
On Wed, Mar 05, 2008 at 02:56:35PM -0500, Thomas Matthew wrote:> i'm having an issue with doing the following type of search: > > there* NEAR/5 here > > I have FLAG_WILDCARD, FLAG_PHRASE and FLAG_BOOLEAN enabled for my query, but > when i use the wildcard within the proximity the entire query breaks (i.e. > all ORs are treated as terms themselves). any ideas? Thanks!Currently proximity searches only work on simple terms. Cheers, Olly