Re: Facet ignoring repeated word

2016-05-10 Thread Toke Eskildsen
G, Rajesh wrote: > Thanks Toke. The issue I have is I cannot look for a specific word e.g. ddr > in termfreq(%27name%27,%20%27ddr%27). I have to find count of all words > and their sum Is that really the case? As your field is a comment field, your word cloud could easily contain tens or hundred

RE: Facet ignoring repeated word

2016-05-10 Thread G, Rajesh
than the intended person(s) is prohibited. -Original Message- From: G, Rajesh [mailto:r...@cebglobal.com] Sent: Tuesday, May 10, 2016 6:22 PM To: solr-user@lucene.apache.org; t...@statsbiblioteket.dk Subject: RE: Facet ignoring repeated word Thanks Toke. The issue I have is I cannot look for

RE: Facet ignoring repeated word

2016-05-10 Thread G, Rajesh
- From: Toke Eskildsen [mailto:t...@statsbiblioteket.dk] Sent: Tuesday, May 10, 2016 1:52 PM To: solr-user@lucene.apache.org Subject: Re: Facet ignoring repeated word On Fri, 2016-04-29 at 08:55 +, G, Rajesh wrote: > I am trying to implement word > cloud<https://urldefense.proofpoi

Re: Facet ignoring repeated word

2016-05-10 Thread Ahmet Arslan
+1 to Toke's facet and stats combo! On Tuesday, May 10, 2016 11:21 AM, Toke Eskildsen wrote: On Fri, 2016-04-29 at 08:55 +, G, Rajesh wrote: > I am trying to implement word > cloud

Re: Facet ignoring repeated word

2016-05-10 Thread Toke Eskildsen
On Fri, 2016-04-29 at 08:55 +, G, Rajesh wrote: > I am trying to implement word > cloud

Re: Facet ignoring repeated word

2016-05-09 Thread Ahmet Arslan
r than the intended person(s) is prohibited. -Original Message- From: G, Rajesh [mailto:r...@cebglobal.com] Sent: Friday, May 6, 2016 1:08 PM To: Ahmet Arslan ; solr-user@lucene.apache.org Subject: RE: Facet ignoring repeated word Hi Ahmet, Sorry it is Word Cloud https://urldefense.proofpo

RE: Facet ignoring repeated word

2016-05-09 Thread G, Rajesh
; solr-user@lucene.apache.org Subject: RE: Facet ignoring repeated word Hi Ahmet, Sorry it is Word Cloud https://urldefense.proofpoint.com/v2/url?u=https-3A__www.google.co.uk_webhp-3Fsourceid-3Dchrome-2Dinstant-26ion-3D1-26espv-3D2-26ie-3DUTF-2D8-23newwindow-3D1-26q-3Dword-2Bcloud&d=CwIG

RE: Facet ignoring repeated word

2016-05-06 Thread G, Rajesh
om: Ahmet Arslan [mailto:iori...@yahoo.com] Sent: Friday, May 6, 2016 12:39 PM To: G, Rajesh ; solr-user@lucene.apache.org Subject: Re: Facet ignoring repeated word Hi Rajesh, Can you please explain what do you mean by "tag cloud"? How it is related to a query? Please explain your requirements.

Re: Facet ignoring repeated word

2016-05-06 Thread Ahmet Arslan
er than the intended person(s) is prohibited. -Original Message- From: G, Rajesh [mailto:r...@cebglobal.com] Sent: Thursday, May 5, 2016 4:29 PM To: Ahmet Arslan ; solr-user@lucene.apache.org; erickerick...@gmail.com Subject: RE: Facet ignoring repeated word Hi, TermVectorComponent work

RE: Facet ignoring repeated word

2016-05-05 Thread G, Rajesh
; erickerick...@gmail.com Subject: RE: Facet ignoring repeated word Hi, TermVectorComponent works. I am able to find the repeating words within the same document...that facet was not able to. The problem I see is TermVectorComponent produces result by a document e.g. and I have to combine the counts

RE: Facet ignoring repeated word

2016-05-05 Thread G, Rajesh
ited. -Original Message- From: Ahmet Arslan [mailto:iori...@yahoo.com] Sent: Tuesday, May 3, 2016 6:19 AM To: solr-user@lucene.apache.org; G, Rajesh Subject: Re: Facet ignoring repeated word Hi, StatsComponent does not respect the query parameter. However you can feed a function query

RE: Facet ignoring repeated word

2016-05-05 Thread G, Rajesh
@lucene.apache.org Subject: RE: Facet ignoring repeated word Hi, TearmVector component is also not considering query parameter. The below query shows result for all question id instead of question id 3426 http://localhost:8182/solr/dev/terms?terms.fl=comments&terms=true&terms.limit=1000&q=que

RE: Facet ignoring repeated word

2016-05-05 Thread G, Rajesh
this e-mail and attachments by anyone other than the intended person(s) is prohibited. -Original Message- From: Ahmet Arslan [mailto:iori...@yahoo.com] Sent: Tuesday, May 3, 2016 6:19 AM To: solr-user@lucene.apache.org; G, Rajesh Subject: Re: Facet ignoring repeated word Hi, StatsCompon

Re: Facet ignoring repeated word

2016-05-02 Thread Ahmet Arslan
than the intended person(s) is prohibited. -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Friday, April 29, 2016 9:16 PM To: solr-user ; Ahmet Arslan Subject: Re: Facet ignoring repeated word That's the way faceting is designed to work. It counts the

RE: Facet ignoring repeated word

2016-05-01 Thread G, Rajesh
o:erickerick...@gmail.com] Sent: Friday, April 29, 2016 9:16 PM To: solr-user ; Ahmet Arslan Subject: Re: Facet ignoring repeated word That's the way faceting is designed to work. It counts the _documents_ that a term appears in that satisfy your query, if a word appears multiple times in a

Re: Facet ignoring repeated word

2016-04-29 Thread Erick Erickson
That's the way faceting is designed to work. It counts the _documents_ that a term appears in that satisfy your query, if a word appears multiple times in a doc, it'll only count it once. For the general use-case it'd be unsettling for a user to see a facet count of 500, then click on it and disco

Re: Facet ignoring repeated word

2016-04-29 Thread Ahmet Arslan
Hi, Depending on your requirements; StatsComponent, TermsComponent, LukeRequestHandler can also be used. https://cwiki.apache.org/confluence/display/solr/The+Terms+Component https://wiki.apache.org/solr/LukeRequestHandler https://cwiki.apache.org/confluence/display/solr/The+Stats+Component Ahme

Facet ignoring repeated word

2016-04-29 Thread G, Rajesh
Hi, I am trying to implement word cloud