Re: adding term information to Index

2006-06-09 Thread Grant Ingersoll
Hi Patricio, As of now, I don't think this is possible. However, we are slowly but surely working on similar problems. Please feel free to add your two cents to http://wiki.apache.org/jakarta-lucene/FlexibleIndexing as we are considering several new ideas related to making indexing more fle

adding term information to Index

2006-06-08 Thread Patricio Galeas
Hello, I try to use Lucene to make some experiments with the distribution of words in documents. Using the TermPositionVector, one can compute some statistics about word positions (mean, standard deviation, etc.). It is possible to store such statistical values directly in the Lucene index? For

adding term information to index ...

2006-06-08 Thread Patricio
Hello, I try to use Lucene to make some experiments with the distribution of words in documents. Using the TermPositionVector, one can compute some statistics about word positions (mean, standard deviation, etc.). It is possible to store such statistical values directly in the Lucene index? For