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

Re: Solr suggester : duplicate suggestions

2020-01-10 Thread Dhanesh Radhakrishnan
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 suggester component. > > > > *Fi

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": {

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
=suggest.dictionarysuggest/str str name=wtxml/str /lst /lst /response Regards, Edwin On 4 June 2015 at 15:26, Dhanesh Radhakrishnan dhan...@hifx.co.in

Re: Derive suggestions across multiple fields

2015-06-04 Thread Dhanesh Radhakrishnan
Try this http://localhost:8983/solr/collection1/suggest?suggest=truesuggest.dictionary=suggestsuggest.build=truewt=xmlsuggest.q=mater On Thu, Jun 4, 2015 at 11:53 AM, Zheng Lin Edwin Yeo edwinye...@gmail.com wrote: I've tried to use the solr.SuggestComponent as stated in the website, but it

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

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

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

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

2015-06-03 Thread Dhanesh Radhakrishnan
, Dhanesh Radhakrishnan dhan...@hifx.co.in wrote: 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

Re: Occasionally getting error in solr suggester component.

2015-01-15 Thread Dhanesh Radhakrishnan
spellcheck.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 buildOnCommit=false in solrConfig. After that change

Re: Occasionally getting error in solr suggester component.

2015-01-14 Thread Dhanesh Radhakrishnan
- 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: Hi all, I am experiencing a problem in Solr SuggestComponent Occasionally solr

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

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:-

Re: Solr spatial search within the polygon

2013-11-19 Thread Dhanesh Radhakrishnan
} } } } On Tue, Nov 19, 2013 at 8:56 PM, Smiley, David W. dsmi...@mitre.org wrote: On 11/19/13 4:06 AM, Dhanesh Radhakrishnan dhan...@hifx.co.in wrote: 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

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 fieldType name=location_rpt class=solr.SpatialRecursivePrefixTreeFieldType