[jira] Commented: (LUCENE-1051) Separate javadocs for core and contribs

2007-11-13 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12542356 ] Paul Elschot commented on LUCENE-1051: -- This has been somewhere far down on my todo list for quite a while, so

[jira] Commented: (LUCENE-743) IndexReader.reopen()

2007-11-13 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12542333 ] Michael Busch commented on LUCENE-743: -- {quote} So how about a public IndexReader.flush() method {quote} Since

[jira] Commented: (LUCENE-743) IndexReader.reopen()

2007-11-13 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12542332 ] Michael Busch commented on LUCENE-743: -- {quote} * You should also close fieldsReader when referencedSegmentR

[jira] Commented: (LUCENE-1051) Separate javadocs for core and contribs

2007-11-13 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12542322 ] Michael Busch commented on LUCENE-1051: --- I'm planning to commit this tomorrow... any objections? Did anyone lo

[jira] Commented: (LUCENE-1044) Behavior on hard power shutdown

2007-11-13 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12542261 ] Doug Cutting commented on LUCENE-1044: -- > Maybe we should leave the default as false for now? Perhaps for the

Re: [jira] Reopened: (LUCENE-1044) Behavior on hard power shutdown

2007-11-13 Thread robert engels
You might be misreading the results for the mac mini. If you compare the mac mini with the sync pro, they are what is expected, the unsync'd is roughly the same as the sync'd. It might be that Apple configures the driver to not allow lazy writes for the internal drive? Maybe for reliability

[jira] Reopened: (LUCENE-1044) Behavior on hard power shutdown

2007-11-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reopened LUCENE-1044: OK I ran sync/nosync tests across various platforms/IO system. In each case I ran the

[jira] Commented: (LUCENE-743) IndexReader.reopen()

2007-11-13 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12542212 ] Yonik Seeley commented on LUCENE-743: - So how about a public IndexReader.flush() method so that one could also re

[jira] Commented: (LUCENE-743) IndexReader.reopen()

2007-11-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12542201 ] Michael McCandless commented on LUCENE-743: --- {quote} Awesome! Thanks so much for pointing me there, Mike! I

[jira] Updated: (LUCENE-1052) Add an "termInfosIndexDivisor" to IndexReader

2007-11-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1052: --- Attachment: LUCENE-1052.patch Attached patch derived from Doug's & Chuck's patches f

Re: Jira seems to be in trouble

2007-11-13 Thread Michael McCandless
"Chris Hostetter" <[EMAIL PROTECTED]> wrote: > > : When I load an issue I see tons of verbose text (eg > : issue.operations.attach) instead of the normal links (Attach...). > > verified ... looks like resource bundle stirngs for I18N and it's showing > the key and not the value. OK. It seems

Re: Jira seems to be in trouble

2007-11-13 Thread Chris Hostetter
: When I load an issue I see tons of verbose text (eg : issue.operations.attach) instead of the normal links (Attach...). verified ... looks like resource bundle stirngs for I18N and it's showing the key and not the value. : More scary, when I click on an attachment to download it I get "error

Jira seems to be in trouble

2007-11-13 Thread Michael McCandless
When I load an issue I see tons of verbose text (eg issue.operations.attach) instead of the normal links (Attach...). More scary, when I click on an attachment to download it I get "error project.does.not.exist.desc". Does anyone else see this? Mike --

Re: [jira] Resolved: (LUCENE-1053) OutOfMemoryError on search in large, simple index

2007-11-13 Thread robert engels
The user list is the appropriate spot, but this brings up a discussion point. The "norms" will require 1 byte per document, so you will need at least 512 M for the heap. Start the java process with -Xmx512m and see what happens. Depending on what you are doing you might be able to "omit th

[jira] Resolved: (LUCENE-1053) OutOfMemoryError on search in large, simple index

2007-11-13 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved LUCENE-1053. - Resolution: Invalid Lucene Fields: (was: [New]) Hi Lars, Generally we recommen

[jira] Created: (LUCENE-1053) OutOfMemoryError on search in large, simple index

2007-11-13 Thread Lars Clausen (JIRA)
OutOfMemoryError on search in large, simple index - Key: LUCENE-1053 URL: https://issues.apache.org/jira/browse/LUCENE-1053 Project: Lucene - Java Issue Type: Bug Components: Search

Re: [jira] Commented: (LUCENE-743) IndexReader.reopen()

2007-11-13 Thread robert engels
I was just trying to figure out why reopen() could fail ??? It would seem that on unix/linux the files could always be read (since they don't delete until last close), and on Windows they would be there (since they can't be deleted because they are open). When "deleting segments", it would

[jira] Created: (LUCENE-1052) Add an "termInfosIndexDivisor" to IndexReader

2007-11-13 Thread Michael McCandless (JIRA)
Add an "termInfosIndexDivisor" to IndexReader - Key: LUCENE-1052 URL: https://issues.apache.org/jira/browse/LUCENE-1052 Project: Lucene - Java Issue Type: Improvement Components: Index

Re: Term pollution from binary data

2007-11-13 Thread Michael McCandless
"Chuck Williams" <[EMAIL PROTECTED]> wrote: > Doug Cutting wrote on 11/07/2007 09:26 AM: > > Hadoop's MapFile is similar to Lucene's term index, and supports a > > feature where only a subset of the index entries are loaded > > (determined by io.map.index.skip). It would not be difficult to add

Re: [jira] Commented: (LUCENE-743) IndexReader.reopen()

2007-11-13 Thread Michael McCandless
I've become lost in this thread. It started with the unit test in the reopen patch, suddenly jumped to NFS and lockless commits, then sync() got pulled in as well. The retry logic (part of lockless commits) already handles this case of a segments file being partially written & falling back to th