Re: how to use term proxymity queries with apache solr

2011-11-22 Thread Ahmet Arslan
> do i need to install this seperately > or it is integrated in solr 4.0 ? You need to install SOLR-1604 separately. But this is easy since it is implemented as a solr plugin.

Re: how to use term proxymity queries with apache solr

2011-11-22 Thread Rahul Mehta
do i need to install this seperately or it is integrated in solr 4.0 ? On Tue, Nov 22, 2011 at 5:49 PM, Ahmet Arslan wrote: > > Not sure about leading wildcard but you can use > https://issues.apache.org for this. > > Sorry, link was : https://issues.apache.org/jira/browse/SOLR-1604 > -- Tha

Re: how to use term proxymity queries with apache solr

2011-11-22 Thread Ahmet Arslan
> Not sure about leading wildcard but you can use https://issues.apache.org for > this. Sorry, link was : https://issues.apache.org/jira/browse/SOLR-1604

Re: how to use term proxymity queries with apache solr

2011-11-22 Thread Ahmet Arslan
> Have used Proximity Queries only work using a sloppy phrase > query (e.g.: > "catalyst polymer" ~5) but do not allow wildcards. > > Want to use Proximity Queries between any terms (e.g.: > (poly* NEAR *lyst)) > is this possible using additional query parsers like > "Surround"? > > if yes ,Pleas