Re: proximity within phrases

2011-07-26 Thread Ahmet Arslan
> How do u write solr query to mention > proximity between two phrases > > dance jockey should appear within 10 words before video > jokey > > "("dance jockey") ("video jockey")"~10 > > This isn't working fine . can some one suggest a way ? This is not possible with out-of-the-box solr, thou

proximity within phrases

2011-07-26 Thread Jame Vaalet
How do u write solr query to mention proximity between two phrases dance jockey should appear within 10 words before video jokey "("dance jockey") ("video jockey")"~10 This isn't working fine . can some one suggest a way ? -JAME