Re: Building term frequency matrix over 6 million documents...

2014-01-24 Thread Marcio Napoli
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

Building term frequency matrix over 6 million documents...

2014-01-24 Thread Witdouck, Xavier
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

Re: Frequency Matrix

2006-02-04 Thread varun sood
: 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

Re: Frequency Matrix

2006-02-03 Thread Chris Hostetter
: 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

Frequency Matrix

2006-02-03 Thread varun sood
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