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
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
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
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
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
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
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
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?
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.
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
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
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
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
>
> 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:/
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
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
16 matches
Mail list logo