ve over 6 million documents in our index, and would like to construct
> a term frequency matrix over all 6 million documents as quickly as
> possible. Each document has a numeric date field, so we would like to
> build a time series which contains values which are the sum of all
> freq
Hi all,
We have over 6 million documents in our index, and would like to construct a
term frequency matrix over all 6 million documents as quickly as possible.
Each document has a numeric date field, so we would like to build a time series
which contains values which are the sum of all
: Date: Fri, 3 Feb 2006 13:31:49 -0500
> : From: varun sood <[EMAIL PROTECTED]>
> : Reply-To: java-user@lucene.apache.org
> : To: java-user@lucene.apache.org
> : Subject: Frequency Matrix
> :
> : Hi,
> : I am impelementing Lucene to index my website. I would like to know if
&g
: varun sood <[EMAIL PROTECTED]>
: Reply-To: java-user@lucene.apache.org
: To: java-user@lucene.apache.org
: Subject: Frequency Matrix
:
: Hi,
: I am impelementing Lucene to index my website. I would like to know if its
: possible to generate a simple frequency matrix?
:
: By frequency matrix
Hi,
I am impelementing Lucene to index my website. I would like to know if its
possible to generate a simple frequency matrix?
By frequency matrix I mean, docmuent name on top X-Axis and keywords on left
Y-Axis. and the cells of the matrix will contain the frequency of the
keyword in a