[jira] Updated: (LUCENE-449) NullPointerException when temporary directory not readable

2005-10-09 Thread Jeff Turner (JIRA)
[ 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

[jira] Created: (LUCENE-449) NullPointerException when temporary directory not readable

2005-10-09 Thread Jeff Turner (JIRA)
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

Re: Adding information to an index

2005-10-09 Thread Chris Hostetter
: 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

Re: Eliminating norms ... completley

2005-10-09 Thread Chris Hostetter
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