My Solr Deep Dive e-book has a whole chapter on the Solr term vector search
component, which is based on the Lucene term vector support.
It won't help you directly for Java coding, but the examples may help
illustrate what this feature can do.
See:
http://www.lulu.com/us/en/shop/jack-krupansk
getTermFreqVector() for each desired field on each
document, then sum that; but this seems slow to me.
-Original Message-
From: Michael D. Curtin [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 15, 2006 11:35 AM
To: java-user@lucene.apache.org
Subject: Re: term vectors
Phil Rosen wrote:
I am
Phil Rosen wrote:
I would like to get the sum of frequency counts for each term in the fields
I specify across the search results. I can just iterate through the
documents and use getTermFreqVector() for each desired field on each
document, then sum that; but this seems slow to me.
It seems
.
-Original Message-
From: Michael D. Curtin [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 15, 2006 11:35 AM
To: java-user@lucene.apache.org
Subject: Re: term vectors
Phil Rosen wrote:
> I am building an application that requires I index a set of documents on
> the scale of hundr
Phil Rosen wrote:
I am building an application that requires I index a set of documents on
the scale of hundreds of thousands.
A document can have a varying number of attribute fields with an unknown
set of potential values. I realize that just indexing a blob of fields
would be much faster, ho
Why do you think you need term frequencies in the first place? What is it
that you're trying to do that just searching wouldn't accomplish?
I've often jumped into the middle of something and made it way too
complex, so I'm asking to see if you're doing something similar .
Lucene has no requi
--
Received: Fri, 28 Oct 2005 08:22:04 PM EDT
From: Chris Hostetter <[EMAIL PROTECTED]>
To: java-user@lucene.apache.org
Subject: Re: Term Vectors
: "Now, you can get these term vectors per
documents with the Lucene API if
the
: index was built with the term vectors option."
:
: H
ROTECTED]> wrote:
>
>
> -- Original Message --
> Received: Fri, 28 Oct 2005 08:22:04 PM EDT
> From: Chris Hostetter <[EMAIL PROTECTED]>
> To: java-user@lucene.apache.org
> Subject: Re: Term Vectors
>
> : "Now, you can get these term vectors per
&