Generally in solr if we give "Company engage"~5 it will give the results
containing "engage" 5 words near to the "company".
So here I want to get the results if i gave the query with wildcard as
"Compa* engage"~5
-
Sayeed
--
View this message in context:
http://lucene.472066.n3.nabble.co
Hi Sayeed,
you can use fuzzy search. comp engage~0.2.
Regards
harshvardhan ojha
On Fri, Oct 18, 2013 at 10:28 AM, sayeed wrote:
> Hi,
> I am new to solr. Is it possible to do proximity search with solr.
>
> For example
> "comp* engage"~5.
>
>
>
>
> --
> View this message in context:
> http://