You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Rahul Mehta <ra...@gmail.com> on 2011/11/22 05:25:01 UTC

how to use term proxymity queries with apache solr

Hello,

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 ,Please suggest how to install surround.

currently we are using solr 3.1 .

Thanks & Regards

Rahul Mehta

Re: how to use term proxymity queries with apache solr

Posted by Ahmet Arslan <io...@yahoo.com>.
> 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

Posted by Rahul Mehta <ra...@gmail.com>.
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 <io...@yahoo.com> 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
>



-- 
Thanks & Regards

Rahul Mehta

Re: how to use term proxymity queries with apache solr

Posted by Ahmet Arslan <io...@yahoo.com>.
> 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

Posted by Ahmet Arslan <io...@yahoo.com>.
> 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 ,Please suggest how to install surround.
> 
> currently we are using solr 3.1 .

Not sure about leading wildcard but uou can use https://issues.apache.org for this.