[
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
[
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
[
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
[
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
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
[
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
[
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
[
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
[
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
[
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
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
[
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
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
[
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
[
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
[
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
[
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
[
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
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
[
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
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
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
$^ -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
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
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
25 matches
Mail list logo