Re: Lingustically-enhanced indexing for Lucene

2008-05-09 Thread Otis Gospodnetic
Felipe, I must have missed your email from a few months back. What are you looking to contribute? I'm simply curious (blame the attractive subject line!) Thanks, Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: "[EMAIL PROTECTED]" <[EMAIL

Re: Help to solve an issue when upgrading Lucene-Oracle integration to lucene 2.3.1

2008-05-09 Thread Michael McCandless
Hmm, all I added on this last iteration were detailed prints inside quickSort itself. Apparently those prints were enough to work around the issue. Now your prints perfectly match mine when running the standalone test. I would say remove the prints from quickSort and verify the issue co

Re: Help to solve an issue when upgrading Lucene-Oracle integration to lucene 2.3.1

2008-05-09 Thread Michael McCandless
CC'ing java-dev... Marcelo and I have been iterating / drilling down on this odd exception when flushing a segment. Lucene is running embedded in Oracle, using Oracle's JVM. After adding numerous prints, it looks as if DocumentWriter's quickSort suddenly stops working correctly. We pass in an

Re: Lingustically-enhanced indexing for Lucene

2008-05-09 Thread DM Smith
Steven A Rowe wrote: Hi Felipe, On 05/09/2008 at 8:06 AM, [EMAIL PROTECTED] wrote: On the other hand, it is java 1.5 compatible. Even developments in contrib, that are rather independent, must be java 1.4 compatible? Actually, the policy is now that code in contrib can be java 1.5 (o

RE: Lingustically-enhanced indexing for Lucene

2008-05-09 Thread Steven A Rowe
Hi Felipe, On 05/09/2008 at 8:06 AM, [EMAIL PROTECTED] wrote: > A couple of moths ago I asked in this list how to contribute > to Lucene. You told me that I should do a patch a report a > bug to JIRA. Actually, what I want to contribute is a > completely new development that I think should be pla

Re: Lingustically-enhanced indexing for Lucene

2008-05-09 Thread DM Smith
On May 9, 2008, at 8:06 AM, [EMAIL PROTECTED] wrote: On the other hand, it is java 1.5 compatible. Even developments in contrib, that are rather independent, must be java 1.4 compatible? Java 5 is fine for contrib. -

[jira] Resolved: (LUCENE-510) IndexOutput.writeString() should write length in bytes

2008-05-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-510. --- Resolution: Fixed > IndexOutput.writeString() should write length in bytes >

Re: Lingustically-enhanced indexing for Lucene

2008-05-09 Thread fsanchez
A couple of moths ago I asked in this list how to contribute to Lucene. You told me that I should do a patch a report a bug to JIRA. Actually, what I want to contribute is a completely new development that I think should be placed in the contrib folder. It is not a bug, all the code is new, no exi

[jira] Commented: (LUCENE-510) IndexOutput.writeString() should write length in bytes

2008-05-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12595575#action_12595575 ] Michael McCandless commented on LUCENE-510: --- OK, I've fixed TestBackwardsCompatib

[jira] Closed: (LUCENE-1281) Open Office Created PDF content could not be searched

2008-05-09 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll closed LUCENE-1281. --- Resolution: Invalid Lucene knows nothing about Open Office PDFs. It is the applications job

[jira] Commented: (LUCENE-510) IndexOutput.writeString() should write length in bytes

2008-05-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12595565#action_12595565 ] Michael McCandless commented on LUCENE-510: --- bq. Time to add some upgrade index t

[jira] Commented: (LUCENE-510) IndexOutput.writeString() should write length in bytes

2008-05-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12595559#action_12595559 ] Mark Miller commented on LUCENE-510: No problem Michael. Brave/Foolish, I certainly am

[jira] Created: (LUCENE-1281) Open Office Created PDF content could not be searched

2008-05-09 Thread bharath.s (JIRA)
Open Office Created PDF content could not be searched --- Key: LUCENE-1281 URL: https://issues.apache.org/jira/browse/LUCENE-1281 Project: Lucene - Java Issue Type: Bug Componen

[jira] Reopened: (LUCENE-510) IndexOutput.writeString() should write length in bytes

2008-05-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reopened LUCENE-510: --- > IndexOutput.writeString() should write length in bytes > --

[jira] Commented: (LUCENE-510) IndexOutput.writeString() should write length in bytes

2008-05-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12595526#action_12595526 ] Michael McCandless commented on LUCENE-510: --- Whoa, I think you are correct Mark!