Re: Proximity search with wildcard

2013-10-18 Thread sayeed
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 mess

Complex Queries in solr

2013-10-18 Thread sayeed
Hi, Is it possible to search complex queries like (consult* or advis*) NEAR(40) (fee or retainer or salary or bonus) in solr - Sayeed -- View this message in context: http://lucene.472066.n3.nabble.com/Complex-Queries-in-solr-tp4096288.html Sent from the Solr - User mailing list archive

Proximity search with wildcard

2013-10-18 Thread sayeed
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://lucene.472066.n3.nabble.com/Proximity-search-with-wildcard-tp4096285.html Sent from the Solr - User mailing list archive at Nabble.com.