[jira] Commented: (LUCENE-774) TopDocs and TopFieldDocs does not implement equals and hashCode

2007-01-14 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464670 ] Hoss Man commented on LUCENE-774: - The summary refers to TopDocs and TopFieldDocs, but the diff changes FieldDoc and

[jira] Commented: (LUCENE-775) Searcher code creating Hits is somewhat messy

2007-01-14 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464669 ] Hoss Man commented on LUCENE-775: - I agree that's messy and should be cleaned up .. while we're at it the Hits const

Re: adding "explicit commits" to Lucene?

2007-01-14 Thread Chuck Williams
Micahel, This seems to me to be a great idea, especially the ability to support index transactions. ParallelWriter (original implementation in LUCENE-600 -- I have a much better one now) provides a companion writer to ParallelReader. It takes a Document, breaks it up into subdocuments associated

[jira] Resolved: (LUCENE-776) Use WeakHashMap instead of Hashtable in FSDirectory

2007-01-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-776. --- Resolution: Won't Fix Fix Version/s: 2.1 Just updated the javadoc for FSDirect

[jira] Commented: (LUCENE-776) Use WeakHashMap instead of Hashtable in FSDirectory

2007-01-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464626 ] Michael McCandless commented on LUCENE-776: --- Karl, thanks for the offer, but we're still on JDK 1.4.x so fa

adding "explicit commits" to Lucene?

2007-01-14 Thread Michael McCandless
Team, I've been struggling to find a clean solution for LUCENE-710, when I thought of a simple addition to Lucene ("explicit commits") that would I think resolve LUCENE-710 and would fix a few other outstanding issues when readers are using a "live" index (being updated by a writer). The basic i

Re: publishing lucene 2.0.0 contribs to ibiblio?

2007-01-14 Thread Joerg Hohwiller
Hi Erik, > Anyone gonna tackle this? > > I personally have never used Maven or the POM stuff, and have never > published our releases to the repository. Could this step be automated > somehow? Volunteers? If you add appropriate pom.xml files to lucene (one for lucene-core and one for each contri

[jira] Commented: (LUCENE-776) Use WeakHashMap instead of Hashtable in FSDirectory

2007-01-14 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464610 ] Nicolas Lalevée commented on LUCENE-776: I think you've describe the problem completely Michael. When submitt

[jira] Commented: (LUCENE-773) Deprecate "create" method in FSDirectory.getDirectory in favor of IndexWriter's "create"

2007-01-14 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464608 ] Nicolas Lalevée commented on LUCENE-773: ho, yeah, it's the 662 of course, my eyes might have squited. :) (an

[jira] Commented: (LUCENE-777) SpanWithinQuery - A SpanNotQuery that allows a specified number of intersections

2007-01-14 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464607 ] Mark Miller commented on LUCENE-777: This could be useful to someone, so I am putting it up. There are a couple

[jira] Updated: (LUCENE-777) SpanWithinQuery - A SpanNotQuery that allows a specified number of intersections

2007-01-14 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-777: --- Attachment: SpanWithinQuery.java > SpanWithinQuery - A SpanNotQuery that allows a specified number of

[jira] Created: (LUCENE-777) SpanWithinQuery - A SpanNotQuery that allows a specified number of intersections

2007-01-14 Thread Mark Miller (JIRA)
SpanWithinQuery - A SpanNotQuery that allows a specified number of intersections Key: LUCENE-777 URL: https://issues.apache.org/jira/browse/LUCENE-777 Project: Lucene - J

[jira] Commented: (LUCENE-776) Use WeakHashMap instead of Hashtable in FSDirectory

2007-01-14 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464601 ] Karl Wettin commented on LUCENE-776: Michael McCandless [14/Jan/07 04:07 AM] > Good catch! And thanks for opening

Decorative cache (and Hits.setSearcher)

2007-01-14 Thread karl wettin
I just wrote this transparent search results cache. As it depends on just about everything in my big jira issue, and was thus posted in that. It is based on this thread: This cache updates only the aff

[jira] Commented: (LUCENE-550) InstantiatedIndex - faster but memory consuming index

2007-01-14 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464598 ] Karl Wettin commented on LUCENE-550: New patch has all assimilated test cases moved to a new non conflicting pack

[jira] Updated: (LUCENE-550) InstantiatedIndex - faster but memory consuming index

2007-01-14 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-550: --- Attachment: (was: trunk.diff.bz2) > InstantiatedIndex - faster but memory consuming index > -

[jira] Updated: (LUCENE-550) InstantiatedIndex - faster but memory consuming index

2007-01-14 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-550: --- Attachment: trunk.diff.bz2 > InstantiatedIndex - faster but memory consuming index >

[jira] Commented: (LUCENE-773) Deprecate "create" method in FSDirectory.getDirectory in favor of IndexWriter's "create"

2007-01-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464590 ] Michael McCandless commented on LUCENE-773: --- Nicolas, I think you meant LUCENE-662 above? But I'll take th

[jira] Assigned: (LUCENE-776) Use WeakHashMap instead of Hashtable in FSDirectory

2007-01-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-776: - Assignee: Michael McCandless > Use WeakHashMap instead of Hashtable in FSDirector

[jira] Commented: (LUCENE-776) Use WeakHashMap instead of Hashtable in FSDirectory

2007-01-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464589 ] Michael McCandless commented on LUCENE-776: --- Good catch! And thanks for opening this. But: how would we a

[jira] Commented: (LUCENE-773) Deprecate "create" method in FSDirectory.getDirectory in favor of IndexWriter's "create"

2007-01-14 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464588 ] Nicolas Lalevée commented on LUCENE-773: forget what I have said about "removing any index structure specific

[jira] Commented: (LUCENE-773) Deprecate "create" method in FSDirectory.getDirectory in favor of IndexWriter's "create"

2007-01-14 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464586 ] Nicolas Lalevée commented on LUCENE-773: I was working on the IndexFormat mechanism, LUCENE-622 being the fir