Hello, is there a way at Lucene when i can find associations in a term-document matrix (index)?
On R there is a tm package called findAssocs. Basically, the TERM and CORRELATION BOUND LIMIT is passed as parameter and is returned a array with all terms(words) which correlate with term more than corlimit.