[ http://issues.apache.org/jira/browse/LUCENE-449?page=all ]
Jeff Turner updated LUCENE-449:
---
Attachment: unreadable-lockdir.diff
..attached is a one-line patch which prints something more useful than a NPE.
> NullPointerException when temporary directory
NullPointerException when temporary directory not readable
--
Key: LUCENE-449
URL: http://issues.apache.org/jira/browse/LUCENE-449
Project: Lucene - Java
Type: Improvement
Versions: CVS Nightly - Specify dat
: I'm looking to store some additional information in a Lucene index
: and I'm looking for an advise on how to implement the functionality.
: Specifically, I'm planning to store 1) collection frequency count for
: each term, 2) actual document length for each document (yes, I looked
: at the norm f
Paul, thanx for your suggestions. It seems like they mostly address the
issue of improving search time, by eliminting the need to read the norm
files from disk -- but the spead of the query isn't as big of a concern
for us as the memory footprint.
As I understand it, the point when we are reall