IndexDocValues

2014-06-26 Thread Sandeep Khanzode
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

Re: IndexDocValues and storing Stats

2012-01-04 Thread 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 to store is the >> sum of a

Re: IndexDocValues and storing Stats

2012-01-04 Thread Simon Willnauer
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

Re: IndexDocValues and storing Stats

2012-01-04 Thread Hany Azzam
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