Set _score field value in Elasticsearch

2014-10-17 Thread Kruti Shukla
Hello All, I'm trying achieve one functionality in Elasticsearch but I'm not able to do it. In SQL we can do it like -- select SET score_1 = _score from sometable I trying to assign value of score in one field. That means Elastic search will return 2 columns having same values _score and

Re: snowball analyzer not working

2014-05-19 Thread Kruti Shukla
Is there anyone who can help? Please? On Friday, May 16, 2014 6:47:55 AM UTC-4, Kruti Shukla wrote: Hi All, I want to search document in following order -- 1. men's foil shaver 2. men's foils shaver 3. men's foil advanced shaver I tried multi-field option while mapping the field

snowball analyzer not working

2014-05-16 Thread Kruti Shukla
Hi All, I want to search document in following order -- 1. men's foil shaver 2. men's foils shaver 3. men's foil advanced shaver I tried multi-field option while mapping the field and mapped it with different filters and analyzers like one index with not_analyzed,one with snow ball analyzer,

Return result same score problem, any option to re-sequence return result order?

2014-05-13 Thread Kruti Shukla
Hi All, I want to search document in following order -- 1. men's foil shaver 2. men's foils shaver 3. men's foil advanced shaver I tried multi-field option while mapping the field and mapped it with different filters and analyzers like one index with not_analyzed,one with snow ball analyzer,

Re: Return result same score problem, any option to re-sequence return result order?

2014-05-13 Thread Kruti Shukla
one more question I have posted before few weeks but no suggestion worked: https://groups.google.com/forum/#!searchin/elasticsearch/plural/elasticsearch/ET-S3SCD22I/zFyErGO4SRcJ On Tuesday, May 13, 2014 8:22:55 AM UTC-4, Kruti Shukla wrote: Hi All, I want to search document in following

Re: Newbie, basic search help

2014-05-13 Thread Kruti Shukla
I have problem with plurals and want to more relevance in the search. please look at my question here: https://groups.google.com/d/msg/elasticsearch/8yjfx2HLelc/2bEuar6NT9YJ. Thank you. Please help or suggest. Thank you for your time. On Tuesday, September 3, 2013 8:54:41 AM UTC-4, MArk

Re: Partial word match with singular and plurals: Elasticsearch

2014-05-02 Thread Kruti Shukla
Any help? Why higher distance document scored higher? Is there any problem with stemmer or nGram settings? On Thursday, May 1, 2014 8:37:09 AM UTC-4, Kruti Shukla wrote: Hi Radu, Thank you so for the suggestions. I was knowing mul-field but was not knowing how helpful it can be but now I'm

Re: Substring match in search term order using Elasticsearch

2014-05-01 Thread Kruti Shukla
:15:35 UTC-5, Kruti Shukla wrote: Posted same question on stackover flow http://stackoverflow.com/questions/23244796/substring-match-in-search-term-order-using-elasticsearch; but still looking for Answer. I'm new to elasticsearch I want to perform substring/partial word match using

Partial word match with singular and plurals: Elasticsearch

2014-05-01 Thread Kruti Shukla
*My final goal is to have following search precedence:* 1. Exact phrase match 2. Exact word match with incremental distance 3. Plurals 4. Substring *Suppose I have following documents:* i. men’s shaver ii. men’s shavers iii. men’s foil shaver iv. men’s foils shaver v. men’s foil shavers vi.

Re: Partial word match with singular and plurals: Elasticsearch

2014-05-01 Thread Kruti Shukla
AM, Kruti Shukla krutib...@gmail.comjavascript: wrote: *My final goal is to have following search precedence:* 1. Exact phrase match 2. Exact word match with incremental distance 3. Plurals 4. Substring *Suppose I have following documents:* i. men’s shaver ii. men’s shavers iii

Substring match in search term order using Elasticsearch

2014-04-30 Thread Kruti Shukla
Posted same question on stackover flow http://stackoverflow.com/questions/23244796/substring-match-in-search-term-order-using-elasticsearch; but still looking for Answer. I'm new to elasticsearch I want to perform substring/partial word match using elastic search. I want results to be