Re: Top terms relevance from specific documents ?

2016-01-27 Thread Ahmet Arslan
Hi Yannick, More like this (mlt) stuff does this already. It extracts "interesting terms" from top N documents. Don't remember but this feature may require "term vectors" to be stored. Ahmet On Wednesday, January 27, 2016 10:41 AM, Yannick Martel wrote: Le Tue, 15 Dec 2015 17:56:05 +0100, Ya

Re: Top terms relevance from specific documents ?

2016-01-27 Thread Yannick Martel
Le Tue, 15 Dec 2015 17:56:05 +0100, Yannick Martel a écrit : > Hi ! > > I am using (Java) Lucene for data indexation, and I want to produce > kind of tags cloud for specific data. > > I've found HighFreqTerms to get a top list of terms from *all > documents* (if I have well understood) (by the

Top terms relevance from specific documents ?

2015-12-15 Thread Yannick Martel
Hi ! I am using (Java) Lucene for data indexation, and I want to produce kind of tags cloud for specific data. I've found HighFreqTerms to get a top list of terms from *all documents* (if I have well understood) (by the bye, I had override it to be able to filter on several fields instead only on

Top terms relevance from specific documents ?

2015-12-15 Thread Yannick Martel
Hi ! I am using (Java) Lucene for data indexation, and I want to produce kind of tags cloud for specific data. I've found HighFreqTerms to get a top list of terms from *all documents* (if I have well understood) (by the bye, I had override it to be able to filter on several fields instead only on

Re: Retrieving Top Terms for a subset of the index (or for all results of a query)

2008-10-12 Thread Grant Ingersoll
TermVectorMapper, I suspect. HTH, Grant On Oct 11, 2008, at 6:36 AM, Aleksander M. Stensby wrote: Hello everyone. I've been fiddeling with the idea of retrieving the top terms from a subset of the index (i.e. top terms from the documents retrieved by a given search). This could for ins

Retrieving Top Terms for a subset of the index (or for all results of a query)

2008-10-11 Thread Aleksander M. Stensby
Hello everyone. I've been fiddeling with the idea of retrieving the top terms from a subset of the index (i.e. top terms from the documents retrieved by a given search). This could for instance be useful to identify top ranking terms in a given datespan etc. It would be something

Re: top terms

2008-08-12 Thread Otis Gospodnetic
e.org > Sent: Tuesday, August 12, 2008 7:39:40 PM > Subject: top terms > > hello, > > how do we get the terms with the highest frequency for a given field? > > I know one can TermEnum terms = searcher.getIndexReader().terms() then, > iterate over it and filter the fields requir

top terms

2008-08-12 Thread Cam Bazz
hello, how do we get the terms with the highest frequency for a given field? I know one can TermEnum terms = searcher.getIndexReader().terms() then, iterate over it and filter the fields required and count them, but is there a way to get lets say top 50 terms for a given field without iterating?

Re: Luke shows in top terms but no search results??

2008-07-24 Thread samd
ibe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Luke-shows-in-top-terms-but-no-search-results---tp18638011p18638704.html Sent from the Lucene - Java Users mailing list archive at Nabble.com.

Re: Luke shows in top terms but no search results??

2008-07-24 Thread Matthew Hall
Erm.. if its not tokenized that's your problem. You are setting up an Analyzer when indexing.. but then not actually USING it. Whereas when you are searching you are running your query through the analyzer, which transforms your text in such a way that it no longer matches against your untok

Re: Luke shows in top terms but no search results??

2008-07-24 Thread samd
at 2:45 PM, samd <[EMAIL PROTECTED]> wrote: > >> >> Can someone explain this to me? >> >> After indexing I can see the terms I expect in the top terms using Luke >> but >> then when I search I get no results?? >> >> This is really bizarre and

Re: Luke shows in top terms but no search results??

2008-07-24 Thread samd
Oh and the field is not tokenized and stored. -- View this message in context: http://www.nabble.com/Luke-shows-in-top-terms-but-no-search-results---tp18638011p18638323.html Sent from the Lucene - Java Users mailing list archive at Nabble.com

Re: Luke shows in top terms but no search results??

2008-07-24 Thread samd
ard Concourse, J42E > Alpharetta, GA 30005 > desk: 770 740 6951 > email: [EMAIL PROTECTED] > > > > samd <[EMAIL PROTECTED]> > 07/24/2008 02:45 PM > Please respond to > java-user@lucene.apache.org > > > To > java-user@luc

Re: Luke shows in top terms but no search results??

2008-07-24 Thread Erick Erickson
> > Can someone explain this to me? > > After indexing I can see the terms I expect in the top terms using Luke but > then when I search I get no results?? > > This is really bizarre and is blocker for me. > > Thanks. > -- > View this message in context: > http:/

Re: Luke shows in top terms but no search results??

2008-07-24 Thread Aravind . Yarram
4/2008 02:45 PM Please respond to java-user@lucene.apache.org To java-user@lucene.apache.org cc Subject Luke shows in top terms but no search results?? Can someone explain this to me? After indexing I can see the terms I expect in the top terms using Luke but then when I search I get no r

Luke shows in top terms but no search results??

2008-07-24 Thread samd
Can someone explain this to me? After indexing I can see the terms I expect in the top terms using Luke but then when I search I get no results?? This is really bizarre and is blocker for me. Thanks. -- View this message in context: http://www.nabble.com/Luke-shows-in-top-terms-but-no-search