Flexible indexing (LUCENE-1458) should make this possible.
IE you could use your own codec which discards doc/freq/prox/payload
and during indexing (for this one field) and simply stores the term
frequency in the terms dict. However, one problem will be deletions
(in case it matters to yo
Can you share what the actual problem is that you are trying to
solve? It might help put things in context for me. I'm guessing you
are doing some type of co-occurrence analysis, but...
More below.
On Nov 13, 2008, at 11:08 AM, Sven wrote:
First - I apologize for the double post on my ear
First - I apologize for the double post on my earlier email. The first
time I sent it I received an error message from [EMAIL PROTECTED]
saying that I should instead send email to [EMAIL PROTECTED] so I
thought it did not go through.
My question is this - is there a way to use the Lucene/Solr