TML - Text Mining Library for LSA (Latent Semantic Analysis) implemetation

2014-04-14 Thread Navneet Mathpal
Hi, does anyone knows about how to implement TML in elasticsearch with the help of java ? -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubs

Use LSI with elasticsearch

2014-04-07 Thread Navneet Mathpal
Hi, i want to use LSI with elastic search, is there any tutorial for starting it ? how can i do this ? thanks, Navneet -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an

query related to explain api

2014-02-11 Thread Navneet Mathpal
hi, what is queryWeight and fieldWeight value which we get as an output of explain api, and how is it calculated? Thanks Navneet Mathpal -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop

query related to explain api

2014-02-11 Thread Navneet Mathpal
hi, what is the queryWeight and fieldweight and how does it calculated.I am getting the follwing results. Thanks Navneet Mathpal -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving e

how elasticsearch calculate the score corresponding to the document

2014-02-11 Thread Navneet Mathpal
HOW DOES ELASTICSEARCH CALCULATE THE SCORE FOR THE FOLLWING AND WHAT THIS SCORE MEANS. hits: [ - { - _shard: 3 - _node: k8BXmkARRsaaYlUJTRpIqQ - _index: phone - _type: iphone - _id: 2 - *_score: 0.2712221* - _source: { - title: iphone

discription about explain api

2014-02-11 Thread Navneet Mathpal
hi , I want to know about follwing things about the explain api, description: score(doc=0,freq=1.0 = termFreq=1.0 ) what does mean of freq=0 and docs=0 description: idf(docFreq=1, maxDocs=1) value: 2.304384 what is the docFreq and how it calculated and what is the maxdocs and how does it

Re: calculation of whymatch in elasticsearch

2014-02-10 Thread Navneet Mathpal
. Thanks Navneet Mathpal On Friday, 7 February 2014 12:05:33 UTC+5:30, usha...@gmail.com wrote: > > Hi, > > How do we implement whymatch concept in elasticsearch by finding the total > number of fields in which the search term occurs and the frequency of that

Highlight the matched word in elasticsearch

2014-02-10 Thread Navneet Mathpal
Hi , how to highlight the matched word in elastic search if i am firing a query like { "explain": true, "query": { "match": { "name": "age of kamal" } } } how to highlight the result which contained "age of kamal&qu

whymatch in elasticsearch pharse query

2014-02-10 Thread Navneet Mathpal
Hi, I am trying to match a phrase "repair iphone", with the help of explain i am getting it but not getting how many times the hole phrase is occurring and in which field. -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from

how to implement whymatch in elastic search

2014-02-06 Thread Navneet Mathpal
Hi, how to implement whymatch in elastic search, Is there is any procedure to calculate the term frequency for particular word. for example : search query- google founder results are :- g123,g456,g789 (these are the docId corresponding to results ) In g123 google is in title field 3 times

Re: how to find precision

2014-02-05 Thread Navneet Mathpal
rest of the result..? On Wednesday, 5 February 2014 19:02:05 UTC+5:30, Navneet Mathpal wrote: > > Hi, > > This is actually not very related to elasticsearch, if i want to calculate > the precision and recall how can i do it .following is the scenario. > > the formula for

how to find precision

2014-02-05 Thread Navneet Mathpal
Hi, This is actually not very related to elasticsearch, if i want to calculate the precision and recall how can i do it .following is the scenario. the formula for precision is :- No of relevant document retrieved / total no of document retrieved how can we know that which of retrieved ar

Re: how to calculate relevancy by the help of precision and recall

2014-02-04 Thread Navneet Mathpal
Ivan but On Wednesday, 5 February 2014 11:36:50 UTC+5:30, Navneet Mathpal wrote: > > Hi, > > I want to know how do we calculate relevancy with the help of precision > and reacall, > > for example:- > A = The number of relevant records retrieved, > B = The number of re

Re: how to calculate relevancy by the help of precision and recall

2014-02-04 Thread Navneet Mathpal
t; Ivan > > > On Tue, Feb 4, 2014 at 10:06 PM, Navneet Mathpal > > > wrote: > >> Hi, >> >> I want to know how do we calculate relevancy with the help of precision >> and reacall, >> >> for example:- >> A = The number of relevant

how to calculate relevancy by the help of precision and recall

2014-02-04 Thread Navneet Mathpal
Hi, I want to know how do we calculate relevancy with the help of precision and reacall, for example:- A = The number of relevant records retrieved, B = The number of relevantrecords not retrieved, and C = The number of irrelevant records retrieved. In this example A = 45, B = 35(80-45)and C

Re: boosting in es

2014-02-04 Thread Navneet Mathpal
if I am running the above command it is showing SearchPhaseExecutionException error ... but the command you have suggested working fine. Thanks. On Tuesday, 4 February 2014 14:24:39 UTC+5:30, Jayesh Bhoyar wrote: > > Hi Navneet, > > What error you are getting while running above command? >

boosting in es

2014-02-04 Thread Navneet Mathpal
I am trying to do the follwing query but it is showing error { "query": { "boosting": { "positive": { "term": { "name": "kamal" } }, "negative": { "term": { "email": "abc" } } } } } -- You received this me

Re: elasticsearch how to display the csv data

2014-01-28 Thread Navneet Mathpal
lato wrote: > > How does your document look like? > How did you index it? > > -- > David ;-) > Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs > > > Le 29 janv. 2014 à 07:29, Navneet Mathpal > > > a écrit : > > hi, > > I an doing quer

elasticsearch how to display the csv data

2014-01-28 Thread Navneet Mathpal
hi, I an doing query like this my_csv_data/csv_row/_search { "field": { "first_name": "Aaron" } } the name Aaron are not getting diplayed?? why? -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and s