Re: Payloads

2007-01-03 Thread Nadav Har'El
On Wed, Dec 20, 2006, Michael Busch wrote about Payloads: .. Some weeks ago I started working on an improved design which I would like to propose now. The new design simplifies the API extensions (the Field API remains unchanged) and uses less disk space in most use cases. Now there are

[jira] Created: (LUCENE-764) Document the temporary free space requirements of IndexWriter methods

2007-01-03 Thread Michael McCandless (JIRA)
Document the temporary free space requirements of IndexWriter methods - Key: LUCENE-764 URL: https://issues.apache.org/jira/browse/LUCENE-764 Project: Lucene - Java Issue

[jira] Commented: (LUCENE-763) LuceneDictionary skips first word in enumeration

2007-01-03 Thread Steven Parkes (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462042 ] Steven Parkes commented on LUCENE-763: -- I was wondering about something very similar just recently: to call

[jira] Commented: (LUCENE-763) LuceneDictionary skips first word in enumeration

2007-01-03 Thread Dan Ertman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462054 ] Dan Ertman commented on LUCENE-763: --- Ah, that makes sense. So the one basically behaves like ResultSet - the

[jira] Resolved: (LUCENE-493) Nightly build archives do not contain Java source code.

2007-01-03 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved LUCENE-493. Resolution: Fixed I have downloaded the nightly build of Jan 3, 2007 and was able to

[jira] Commented: (LUCENE-756) Maintain norms in a single file .nrm

2007-01-03 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462069 ] Doron Cohen commented on LUCENE-756: I am updating the patch (nrm.patch.3.txt): - using a single constant for

[jira] Updated: (LUCENE-756) Maintain norms in a single file .nrm

2007-01-03 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen updated LUCENE-756: --- Attachment: nrm.patch.3.txt Maintain norms in a single file .nrm

[jira] Commented: (LUCENE-707) Lucene Java Site docs

2007-01-03 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462075 ] Doug Cutting commented on LUCENE-707: - PMC members maintain the top-level site. Please provide a patch.

[jira] Closed: (LUCENE-708) Setup nightly build website links and docs

2007-01-03 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll closed LUCENE-708. -- Setup nightly build website links and docs --

[jira] Created: (LUCENE-765) Index package level javadocs needs content

2007-01-03 Thread Grant Ingersoll (JIRA)
Index package level javadocs needs content -- Key: LUCENE-765 URL: https://issues.apache.org/jira/browse/LUCENE-765 Project: Lucene - Java Issue Type: Task Components: Javadocs

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

2007-01-03 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462114 ] Grant Ingersoll commented on LUCENE-510: Hi Marvin, This no longer applies cleanly to trunk, care to

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

2007-01-03 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll reassigned LUCENE-510: -- Assignee: Grant Ingersoll IndexOutput.writeString() should write length in bytes

[jira] Commented: (LUCENE-675) Lucene benchmark: objective performance test for Lucene

2007-01-03 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462117 ] Grant Ingersoll commented on LUCENE-675: Doron, When I apply your patch, I am getting strange errors. It

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

2007-01-03 Thread Chuck Williams (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462122 ] Chuck Williams commented on LUCENE-510: --- Has an improvement been made to eliminate the reported 20% indexing

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

2007-01-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462138 ] Yonik Seeley commented on LUCENE-510: - I'd like to see everything kept as bytes for as long as possible (right