Is it possible to add stemming in a text_exact field

2020-01-22 Thread Dhanesh Radhakrishnan
Hello, I'm facing an issue with stemming. My search query is "restaurant dubai" and returns results. If I search "restaurants dubai" it returns no data. How to stem this keyword "restaurant dubai" with "restaurants dubai" ? I'm using a text exact field for search. Here is the field definition

Re: Solr suggester : duplicate suggestions

2020-01-10 Thread Dhanesh Radhakrishnan
Is 'and' present in your stopwords list? > > I think posting the query and results for both cases of first problem will > help us more. > > On Thu, 9 Jan 2020 at 20:50, Dhanesh Radhakrishnan > wrote: > > > Dear all, > > I'm facing two issues with solr

Solr suggester : duplicate suggestions

2020-01-09 Thread Dhanesh Radhakrishnan
Dear all, I'm facing two issues with solr suggester component. *First * If I typed "Fire and safety", I'll get the result. But If I type "Fire & safety" suggester is not showing *Second* I'm getting duplicate suggestions in suggester "suggest": { "categorySuggester": { "sof

solr search relevancy

2015-11-09 Thread Dhanesh Radhakrishnan
Hi, Can anybody help me to resolve an issues with solr search relevancy. Problem is that when somebody search "Bank", it displays some other business related to this phrase. For Eg it shows "Blood bank" and "Power bank" as the first results. To resolve this, we implemented the proximity search at

Re: Derive suggestions across multiple fields

2015-06-07 Thread Dhanesh Radhakrishnan
> > > > > > >> >> Regards, > > > > > > > >> >> Edwin > > > > > > > >> >> > > > > > > > >> >> > > > > > > > >> >> On 4 June

Re: How to identify field names from the suggested values in multiple fields

2015-06-04 Thread Dhanesh Radhakrishnan
multiple suggesters I'm using SOLR 5.1 Regards dhanesh s.r On Thu, Jun 4, 2015 at 11:33 AM, Erick Erickson wrote: > Yes, this might help: http://lucidworks.com/blog/solr-suggester/ > > Best, > Erick > > On Wed, Jun 3, 2015 at 10:32 PM, Dhanesh Radhakrishnan > wrote: &

Re: Derive suggestions across multiple fields

2015-06-04 Thread Dhanesh Radhakrishnan
Try this http://localhost:8983/solr/collection1/suggest?suggest=true&suggest.dictionary=suggest&suggest.build=true&wt=xml&suggest.q=mater On Thu, Jun 4, 2015 at 11:53 AM, Zheng Lin Edwin Yeo wrote: > I've tried to use the solr.SuggestComponent as stated in the website, but > it couldn't work. >

Re: How to identify field names from the suggested values in multiple fields

2015-06-03 Thread Dhanesh Radhakrishnan
n 4, 2015 at 10:40 AM, Walter Underwood wrote: > Configure two suggesters, one based on each field. Use both of them and > you’ll get separate suggestions from each. > > wunder > Walter Underwood > wun...@wunderwood.org > http://observer.wunderwood.org/ (my blog) > >

How to identify field names from the suggested values in multiple fields

2015-06-03 Thread Dhanesh Radhakrishnan
Hi Anyone help me to build a suggester auto complete based on multiple fields? There are two fields in my schema. Category and Subcategory and I'm trying to build suggester based on these 2 fields. When the suggestions result, how can I distinguish from which filed it come from? I used a copyfie

Re: Occasionally getting error in solr suggester component.

2015-01-15 Thread Dhanesh Radhakrishnan
eck.build as described > here: https://cwiki.apache.org/confluence/display/solr/Spell+Checking ? > > -Mike > > > On 01/14/2015 07:19 AM, Dhanesh Radhakrishnan wrote: > >> Hi, >> Thanks for the reply. >> As you mentioned in the previous mail I changed buildOnCom

Re: Occasionally getting error in solr suggester component.

2015-01-14 Thread Dhanesh Radhakrishnan
; I would recommend against using buildOnCommit=true - with a large index > this can be a performance-killer. Instead, build the index yourself using > the Solr spellchecker support (spellcheck.build=true) > > -Mike > > > On 01/13/2015 10:41 AM, Dhanesh Radhakrishnan wrote:

Occasionally getting error in solr suggester component.

2015-01-13 Thread Dhanesh Radhakrishnan
Hi all, I am experiencing a problem in Solr SuggestComponent Occasionally solr suggester component throws an error like Solr failed: {"responseHeader":{"status":500,"QTime":1},"error":{"msg":"suggester was not built","trace":"java.lang.IllegalStateException: suggester was not built\n\tat org.apa

Re: Solr spatial search within the polygon

2013-11-19 Thread Dhanesh Radhakrishnan
uot;facet": { "time": 0 }, "mlt": { "time": 0 }, "highlight": { "time": 0 }, "stats": { "time": 0

Re: Solr spatial search within the polygon

2013-11-19 Thread Dhanesh Radhakrishnan
Hi David, Thank you so much for the detailed reply. I've checked each and every lat lng coordinates and its a purely polygon. After some time I did one change in the lat lng indexing. Changed the indexing format. Initially I indexed the latitude and longitude separated by comma Eg:- "location":[

Solr spatial search within the polygon

2013-11-14 Thread Dhanesh Radhakrishnan
Hi, I'm experimenting with solr spatial search, with plotting points in the map (Latitude and longitude) and based on the value I need to get the result. As the first step I've defined the filed type as And then added the field *location* as type *location_rpt* Indexed the location filed as $