I came across this type when I checked this blog:
http://blog.trifork.com/2011/10/27/introducing-lucene-index-doc-values/
The blog mentions that the IndexDocValues are created as sorting types indexed
specifically for the purpose and reduce the overhead created by the FieldCache.
I could not
wrote:
>> Hi,
>>
>> I am experimenting with the Lucene trunk (aka 4.0), especially with the new
>> IndexDocValues feature. I am trying to store some query-independent
>> statistics such as PageRank, etc. One stat that I am trying to store is the
>> sum of a
Hey,
On Wed, Jan 4, 2012 at 1:15 PM, Hany Azzam wrote:
> Hi,
>
> I am experimenting with the Lucene trunk (aka 4.0), especially with the new
> IndexDocValues feature. I am trying to store some query-independent
> statistics such as PageRank, etc. One stat that I am trying
Hi,
I am experimenting with the Lucene trunk (aka 4.0), especially with the new
IndexDocValues feature. I am trying to store some query-independent statistics
such as PageRank, etc. One stat that I am trying to store is the sum of all the
term frequencies in a document. This can be seen as the