[jira] Updated: (LUCENE-2831) Revise Weight#scorer Filter#getDocIdSet API to pass Readers context

2011-02-02 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-2831: Attachment: LUCENE-2831-recursion.patch here is a slightly different patch that makes the

[jira] Updated: (LUCENE-2831) Revise Weight#scorer Filter#getDocIdSet API to pass Readers context

2011-02-02 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-2831: Attachment: LUCENE-2831-no_sub_searcher.patch another iteration - fixed / added some

[jira] Updated: (LUCENE-2831) Revise Weight#scorer Filter#getDocIdSet API to pass Readers context

2011-02-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2831: --- Attachment: LUCENE-2831-recursion.patch I think something like this patch is needed

[jira] Updated: (LUCENE-2831) Revise Weight#scorer Filter#getDocIdSet API to pass Readers context

2011-02-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2831: --- Attachment: LUCENE-2831-recursion.patch Patch to fix recursion, take 2. Still not

[jira] Updated: (LUCENE-2831) Revise Weight#scorer Filter#getDocIdSet API to pass Readers context

2011-02-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2831: --- Attachment: LUCENE-2831-recursion.patch Another rev -- fixed QueryValueSource.

[jira] Updated: (LUCENE-2831) Revise Weight#scorer Filter#getDocIdSet API to pass Readers context

2011-01-12 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-2831: Attachment: LUCENE-2831-nuke-SolrIndexReader.patch this patch cuts over all function

[jira] Updated: (LUCENE-2831) Revise Weight#scorer Filter#getDocIdSet API to pass Readers context

2011-01-11 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-2831: Attachment: LUCENE-2831_transition_to_atomicCtx.patch this patch cuts over Weight#scorer,

[jira] Updated: (LUCENE-2831) Revise Weight#scorer Filter#getDocIdSet API to pass Readers context

2011-01-11 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-2831: Attachment: LUCENE-2831_transition_to_atomicCtx.patch next transition iteration - this

[jira] Updated: (LUCENE-2831) Revise Weight#scorer Filter#getDocIdSet API to pass Readers context

2011-01-11 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-2831: Attachment: LUCENE-2831_transition_to_atomicCtx.patch renamed setNextContext back to

[jira] Updated: (LUCENE-2831) Revise Weight#scorer Filter#getDocIdSet API to pass Readers context

2011-01-05 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-2831: Attachment: LUCENE-2831.patch Updated to trunk and fixed some variable naming

[jira] Updated: (LUCENE-2831) Revise Weight#scorer Filter#getDocIdSet API to pass Readers context

2011-01-05 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-2831: Attachment: LUCENE-2831.patch fixed those little spelling issues added a children()

[jira] Updated: (LUCENE-2831) Revise Weight#scorer Filter#getDocIdSet API to pass Readers context

2011-01-05 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-2831: Attachment: LUCENE-2831.patch final patch, fixed the leafes problem and added changes.txt

[jira] Updated: (LUCENE-2831) Revise Weight#scorer Filter#getDocIdSet API to pass Readers context

2011-01-04 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-2831: Attachment: LUCENE-2831.patch Attaching my current state. There is still one testcase