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
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
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)
>
>
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.
>
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:
&
> > > > > > >> >> Regards,
> > > > > > > >> >> Edwin
> > > > > > > >> >>
> > > > > > > >> >>
> > > > > > > >> >> On 4 June
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 $
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":[
uot;facet": {
"time": 0
},
"mlt": {
"time": 0
},
"highlight": {
"time": 0
},
"stats": {
"time": 0
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
; 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:
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
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
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
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
15 matches
Mail list logo