[jira] Issue Comment Edited: (LUCENE-1715) DirectoryIndexReader finalize() holding TermInfosReader longer than necessary

2009-06-23 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723203#action_12723203 ] Robert Newson edited comment on LUCENE-1715 at 6/23/09 10:4

[jira] Commented: (LUCENE-1715) DirectoryIndexReader finalize() holding TermInfosReader longer than necessary

2009-06-23 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723203#action_12723203 ] Robert Newson commented on LUCENE-1715: --- I wonder if it's also worth exam

[jira] Commented: (LUCENE-1510) InstantiatedIndexReader throws NullPointerException in norms() when used with a MultiReader

2009-01-08 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12661956#action_12661956 ] Robert Newson commented on LUCENE-1510: --- Looks good to me. I wonder if you sh

[jira] Updated: (LUCENE-1510) InstantiatedIndexReader throws NullPointerException in norms() when used with a MultiReader

2009-01-02 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Newson updated LUCENE-1510: -- Attachment: TestWithMultiReader.java Test case to demonstrate NPE

[jira] Created: (LUCENE-1510) InstantiatedIndexReader throws NullPointerException in norms() when used with a MultiReader

2009-01-02 Thread Robert Newson (JIRA)
Project: Lucene - Java Issue Type: Bug Components: contrib/* Affects Versions: 2.4 Reporter: Robert Newson When using InstantiatedIndexReader under a MultiReader where the other Reader contains documents, a NullPointerException is thrown here; public

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2008-12-16 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657151#action_12657151 ] Robert Newson commented on LUCENE-831: -- I was wondering if the next version of

[jira] Updated: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2008-12-08 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Newson updated LUCENE-831: - Attachment: ExtendedDocument.java Type-safe Document-style object. Doesn't extend Docume

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2008-12-08 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654418#action_12654418 ] Robert Newson commented on LUCENE-831: -- Yes, something like that. I made a Docu

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2008-12-06 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654109#action_12654109 ] Robert Newson commented on LUCENE-831: -- The conflict was easy to resolve, it

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2008-12-06 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654069#action_12654069 ] Robert Newson commented on LUCENE-831: -- This enhancement is particularly interes

[jira] Created: (LUCENE-1438) StandardTokenizer splits host names with hyphens into multiple tokens

2008-11-04 Thread Robert Newson (JIRA)
Type: Bug Components: Analysis Affects Versions: 2.4 Reporter: Robert Newson StandardTokenizer does not recognize host names with hyphens as a single HOST token. Specifically "www.m-w.com" is tokenized as "www.m" and "w.com", both of &quo

[jira] Commented: (LUCENE-1326) Inflater.end() method not always called in FieldsReader

2008-07-03 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12610315#action_12610315 ] Robert Newson commented on LUCENE-1326: --- You're welcome and thanks for

[jira] Created: (LUCENE-1326) Inflater.end() method not always called in FieldsReader

2008-07-03 Thread Robert Newson (JIRA)
Versions: 2.3.1 Reporter: Robert Newson We've just found an insidious memory leak in our own application as we did not always call Deflater.end() and Inflater.end(). As documented here; http://bugs.sun.com/view_bug.do?bug_id=4797189 The non-heap memory that the native zlib code us

[jira] Commented: (LUCENE-1305) Assertion error in TermsInfoWriter

2008-06-12 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12604582#action_12604582 ] Robert Newson commented on LUCENE-1305: --- Well, it passes when I have only on

[jira] Resolved: (LUCENE-1305) Assertion error in TermsInfoWriter

2008-06-12 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Newson resolved LUCENE-1305. --- Resolution: Invalid Had two versions of Lucene on my classpath (2.2.0 and 2.3.2), this

[jira] Commented: (LUCENE-1305) Assertion error in TermsInfoWriter

2008-06-12 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12604562#action_12604562 ] Robert Newson commented on LUCENE-1305: --- Works just fine with just 2.3.2 on

[jira] Commented: (LUCENE-1305) Assertion error in TermsInfoWriter

2008-06-12 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12604558#action_12604558 ] Robert Newson commented on LUCENE-1305: --- Ok, new theory. It seems I have

[jira] Commented: (LUCENE-1305) Assertion error in TermsInfoWriter

2008-06-12 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12604556#action_12604556 ] Robert Newson commented on LUCENE-1305: --- The test case indexes the Enron co

[jira] Created: (LUCENE-1305) Assertion error in TermsInfoWriter

2008-06-12 Thread Robert Newson (JIRA)
Reporter: Robert Newson The test passes on my local machine but fails on machine in our lab. Both are using JDK 6 and Ubuntu 8.04. Another interesting difference is that the directory that my input files are read from is an NFS share, but the index is written to a local disk. the

[jira] Commented: (LUCENE-669) finalize()-methods of FSDirectory.FSIndexInput and FSDirectory.FSIndexOutput try to close already closed file

2007-02-06 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12470628 ] Robert Newson commented on LUCENE-669: -- The close() method in RandomAccessFile is defined not to throw

Re: Hits not serializable. (bulk document retrieval)

2005-06-26 Thread Robert Newson
esire. I think this solves your problem. Nrupal On 6/24/05, Robert Newson <[EMAIL PROTECTED]> wrote: Can Hits be made serializable? I'm finding that almost all of the time for a remote search is spent lazily retrieving document objects. I'd like to create a remote interface l

Hits not serializable.

2005-06-23 Thread Robert Newson
Can Hits be made serializable? I'm finding that almost all of the time for a remote search is spent lazily retrieving document objects. I'd like to create a remote interface like with a method like; Hits search(Query query, Filter filter, int prefetch) The remote end would call Hits.doc() f

Re: Building gcj target.

2005-06-21 Thread Robert Newson
$^ -o $@ \ --main=org.apache.lucene.demo.IndexFiles $(BUILD)/searchFiles: $(OBJ) $(GCJ) $(GCJFLAGS) $(PROPS) $(LIBS) ../../build/lucene-core-1.9-rc1-dev\.jar $^ -o $@ \ --main=org.apache.lucene.demo.SearchFiles Robert Newson wrote: Hi, I'm having some problems build

Re: Building gcj target.

2005-06-21 Thread Robert Newson
nformation. PyLucene is a gcj-compiled Lucene wrapped by SWIG in order to integrate it with Python. The http://svn.osafoundation.org/pylucene/trunk/INSTALL and http://svn.osafoundation.org/pylucene/trunk/Makefile files should provide useful information. Andi.. On Tue, 21 Jun 2005, Rober

Building gcj target.

2005-06-21 Thread Robert Newson
Hi, I'm having some problems building Lucene using GCJ. I've appended some compiler output (there's lot more undefined references). Does the gcj target work for anyone else? I'm using Debian sarge with GCJ-3.4 with the following build command; GCJ=gcj-3.4 GCJH=gcjh-3.4 GPLUSPLUS=g++-3.4 ant c