[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-06-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13057538#comment-13057538 ] Michael McCandless commented on LUCENE-2454: bq. Do you think there any effic

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-06-22 Thread Srinivas Raj (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13053663#comment-13053663 ] Srinivas Raj commented on LUCENE-2454: -- This is exactly what I am looking for, hope

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-06-22 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13053142#comment-13053142 ] Mark Harwood commented on LUCENE-2454: -- bq. Could that work for your use case? Soun

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-06-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13052696#comment-13052696 ] Michael McCandless commented on LUCENE-2454: bq. I think the only thing 3171

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-06-21 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13052657#comment-13052657 ] Mark Harwood commented on LUCENE-2454: -- Sounds encouraging. I think the only thing 3

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-06-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13052648#comment-13052648 ] Michael McCandless commented on LUCENE-2454: bq. A common pattern is for solu

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-06-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13052644#comment-13052644 ] Michael McCandless commented on LUCENE-2454: bq. A variant of prevSetBit coul

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-06-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13052459#comment-13052459 ] Michael McCandless commented on LUCENE-2454: {quote} bq. It uses 2 passes if

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-06-21 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13052436#comment-13052436 ] Mark Harwood commented on LUCENE-2454: -- bq. This overlaps with the BlockJoinQuery of

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-06-21 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13052409#comment-13052409 ] Paul Elschot commented on LUCENE-2454: -- This overlaps with the BlockJoinQuery of LUC

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-06-20 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13052223#comment-13052223 ] Mark Harwood commented on LUCENE-2454: -- bq. prevSetBit is called for each child doc

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-06-20 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13052194#comment-13052194 ] Michael McCandless commented on LUCENE-2454: bq. Would modules/grouping meanw

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-06-19 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051673#comment-13051673 ] Paul Elschot commented on LUCENE-2454: -- The assert on the parent was an IllegalArgum

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-06-19 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051662#comment-13051662 ] Paul Elschot commented on LUCENE-2454: -- With these rewrite and createWeight methods

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-06-18 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051611#comment-13051611 ] Paul Elschot commented on LUCENE-2454: -- At Query, the javadocs of both createWeight(

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-06-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051508#comment-13051508 ] Michael McCandless commented on LUCENE-2454: bq. NestedDocumentQuery already

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-06-18 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051502#comment-13051502 ] Paul Elschot commented on LUCENE-2454: -- One of the nocommits in the patch is about t

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-06-18 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051495#comment-13051495 ] Paul Elschot commented on LUCENE-2454: -- NestedDocumentQuery already implements rewri

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-06-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051486#comment-13051486 ] Michael McCandless commented on LUCENE-2454: I suspect the NestedDocumentQuer

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-06-18 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051484#comment-13051484 ] Paul Elschot commented on LUCENE-2454: -- Tried the current patch here to make use pre

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-06-07 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13045561#comment-13045561 ] Paul Elschot commented on LUCENE-2454: -- So one concern that is left is performance f

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-06-07 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13045334#comment-13045334 ] Mark Harwood commented on LUCENE-2454: -- bq. Looking at the structure of the BooleanQ

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-06-07 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13045319#comment-13045319 ] Paul Elschot commented on LUCENE-2454: -- Looking at the structure of the BooleanQuery

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-06-07 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13045314#comment-13045314 ] Paul Elschot commented on LUCENE-2454: -- That is very nicely readable XML. The probl

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-06-06 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13044828#comment-13044828 ] Mark Harwood commented on LUCENE-2454: -- Below are 2 example tests searching employme

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-06-05 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13044608#comment-13044608 ] Paul Elschot commented on LUCENE-2454: -- I finally had some time to start taking a lo

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-06-04 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13044326#comment-13044326 ] Michael McCandless commented on LUCENE-2454: OK I opened LUCENE-3171 to explo

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-05-26 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13039848#comment-13039848 ] Paul Elschot commented on LUCENE-2454: -- Mark, this may occur when one child contains

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-05-26 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13039733#comment-13039733 ] Mark Harwood commented on LUCENE-2454: -- Mike - having thought about it moving the pe

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-05-26 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13039641#comment-13039641 ] Paul Elschot commented on LUCENE-2454: -- I see no test cases for required terms in a

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-05-26 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13039623#comment-13039623 ] Michael McCandless commented on LUCENE-2454: bq. I'll need to check LUCENE-31

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-05-24 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13038460#comment-13038460 ] Mark Harwood commented on LUCENE-2454: -- Thanks for the patch work, Mike. I'll need t

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-05-23 Thread Thomas Guttesen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13038415#comment-13038415 ] Thomas Guttesen commented on LUCENE-2454: - Hi. Great feature... I have some diff

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-05-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13038024#comment-13038024 ] Michael McCandless commented on LUCENE-2454: One idea: maybe the parent doc s

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-05-17 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13034726#comment-13034726 ] Mark Harwood commented on LUCENE-2454: -- bq. I think this is the only core change ne

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-05-17 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13034702#comment-13034702 ] Michael McCandless commented on LUCENE-2454: I think this is a very important

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-03-29 Thread RynekMedyczny.pl (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13012501#comment-13012501 ] RynekMedyczny.pl commented on LUCENE-2454: -- {quote} Code like this ends up in tr

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-03-23 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13010110#comment-13010110 ] Mark Harwood commented on LUCENE-2454: -- bq. I have not looked this patch so this com

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-03-22 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13009985#comment-13009985 ] Ryan McKinley commented on LUCENE-2454: --- bq. Solr, however does introduce a schema

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-03-21 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13009163#comment-13009163 ] Mark Harwood commented on LUCENE-2454: -- Lucene does not dictate a schema and so usin

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-03-21 Thread Jamal Natour (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13009141#comment-13009141 ] Jamal Natour commented on LUCENE-2454: -- Mark, For my project this is a must have fe

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-03-21 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13009111#comment-13009111 ] Mark Harwood commented on LUCENE-2454: -- bq. Mark, do you have any plans for includin

Re: [jira] [Commented] (LUCENE-2454) Nested Document query support

2011-03-21 Thread Dawid Weiss
Oh, in this case I also welcome RynekMedyczny.pl as a Solr user ;) Dawid P.S. RynekMedyczny ~= HealthCareMarket On Mon, Mar 21, 2011 at 11:07 AM, Andrzej Bialecki wrote: > On 3/21/11 10:51 AM, Dawid Weiss wrote: >> >> Is it just me, or was that last e-mail sent with the header: >> >> From: "Ryn

Re: [jira] [Commented] (LUCENE-2454) Nested Document query support

2011-03-21 Thread Andrzej Bialecki
On 3/21/11 10:51 AM, Dawid Weiss wrote: Is it just me, or was that last e-mail sent with the header: From: "RynekMedyczny.pl (JIRA)" JIRA comment notifications put username in front of JIRA's own address. Apparently someone uses RynekMedyczny.pl as their username. This is weird :) I, fo

Re: [jira] [Commented] (LUCENE-2454) Nested Document query support

2011-03-21 Thread Dawid Weiss
Is it just me, or was that last e-mail sent with the header: From: "RynekMedyczny.pl (JIRA)" This is weird :) Dawid On Mon, Mar 21, 2011 at 10:35 AM, RynekMedyczny.pl (JIRA) wrote: > >    [ > https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanel

[jira] [Commented] (LUCENE-2454) Nested Document query support

2011-03-21 Thread RynekMedyczny.pl (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13009071#comment-13009071 ] RynekMedyczny.pl commented on LUCENE-2454: -- Mark, do you have any plans for incl

[jira] Commented: (LUCENE-2454) Nested Document query support

2011-02-28 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13000541#comment-13000541 ] Mark Harwood commented on LUCENE-2454: -- I'm not sure the auto-repair is that trivial

[jira] Commented: (LUCENE-2454) Nested Document query support

2011-02-28 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13000503#comment-13000503 ] Paul Elschot commented on LUCENE-2454: -- So the missing basic operation is a copy/app

[jira] Commented: (LUCENE-2454) Nested Document query support

2011-02-28 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13000444#comment-13000444 ] Mark Harwood commented on LUCENE-2454: -- bq. The intention is quite simple: allow a s

[jira] Commented: (LUCENE-2454) Nested Document query support

2011-02-28 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13000413#comment-13000413 ] Paul Elschot commented on LUCENE-2454: -- bq. I think your proposal here is related to

[jira] Commented: (LUCENE-2454) Nested Document query support

2011-02-28 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13000239#comment-13000239 ] Mark Harwood commented on LUCENE-2454: -- Hi Paul, I'm not sure I currently have an is

[jira] Commented: (LUCENE-2454) Nested Document query support

2011-02-27 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1300#comment-1300 ] Paul Elschot commented on LUCENE-2454: -- How about an implementation for strict hiera

[jira] Commented: (LUCENE-2454) Nested Document query support

2010-07-16 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12889217#action_12889217 ] Mark Harwood commented on LUCENE-2454: -- bq. I made a minor modification your approch

[jira] Commented: (LUCENE-2454) Nested Document query support

2010-07-16 Thread Buddika Gajapala (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12889215#action_12889215 ] Buddika Gajapala commented on LUCENE-2454: -- Mark, that was fast :) BTW another s

[jira] Commented: (LUCENE-2454) Nested Document query support

2010-07-16 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12889104#action_12889104 ] Mark Harwood commented on LUCENE-2454: -- bq. Maybe we should add an addDocuments call

[jira] Commented: (LUCENE-2454) Nested Document query support

2010-07-16 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12889088#action_12889088 ] Michael McCandless commented on LUCENE-2454: Maybe we should add an addDocumen

[jira] Commented: (LUCENE-2454) Nested Document query support

2010-07-15 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12888908#action_12888908 ] Mark Harwood commented on LUCENE-2454: -- The 2nd comment above talks about this and th

[jira] Commented: (LUCENE-2454) Nested Document query support

2010-07-15 Thread Buddika Gajapala (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1296#action_1296 ] Buddika Gajapala commented on LUCENE-2454: -- I tried this solution and works perfe

[jira] Commented: (LUCENE-2454) Nested Document query support

2010-06-26 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12882899#action_12882899 ] Mark Harwood commented on LUCENE-2454: -- bq. Can this help in searching over multiple

[jira] Commented: (LUCENE-2454) Nested Document query support

2010-06-24 Thread Amit Kulkarni (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12882163#action_12882163 ] Amit Kulkarni commented on LUCENE-2454: --- This is amazing feature! Can this help in

[jira] Commented: (LUCENE-2454) Nested Document query support

2010-06-14 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12878782#action_12878782 ] Mark Harwood commented on LUCENE-2454: -- bq. I wonder if potentially many places in S

[jira] Commented: (LUCENE-2454) Nested Document query support

2010-06-14 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12878741#action_12878741 ] David Smiley commented on LUCENE-2454: -- That's an interesting strategy. The size of

[jira] Commented: (LUCENE-2454) Nested Document query support

2010-06-14 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12878617#action_12878617 ] Mark Harwood commented on LUCENE-2454: -- Yep, I can see an app with a thousand cached

[jira] Commented: (LUCENE-2454) Nested Document query support

2010-06-14 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12878581#action_12878581 ] David Smiley commented on LUCENE-2454: -- 35.7MB of RAM for every filter is a LOT compa

[jira] Commented: (LUCENE-2454) Nested Document query support

2010-06-13 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12878434#action_12878434 ] Mark Harwood commented on LUCENE-2454: -- bq. Wow, this is absolutely awesome! Thanks

[jira] Commented: (LUCENE-2454) Nested Document query support

2010-06-12 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12878317#action_12878317 ] David Smiley commented on LUCENE-2454: -- Wow, this is absolutely awesome! This is one

[jira] Commented: (LUCENE-2454) Nested Document query support

2010-05-17 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12868268#action_12868268 ] Earwin Burrfoot commented on LUCENE-2454: - I think, here - LUCENE-2309 > Nest

[jira] Commented: (LUCENE-2454) Nested Document query support

2010-05-11 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12866148#action_12866148 ] Mark Harwood commented on LUCENE-2454: -- bq. - there was a discussion on narrowing ind

[jira] Commented: (LUCENE-2454) Nested Document query support

2010-05-11 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12866134#action_12866134 ] Earwin Burrfoot commented on LUCENE-2454: - Both things can be combined for sure. N

[jira] Commented: (LUCENE-2454) Nested Document query support

2010-05-11 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12866133#action_12866133 ] Earwin Burrfoot commented on LUCENE-2454: - An alternate approach - there was a dis

[jira] Commented: (LUCENE-2454) Nested Document query support

2010-05-11 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12866128#action_12866128 ] Mark Harwood commented on LUCENE-2454: -- Robust use of this feature is dependent on ca