[jira] [Commented] (SOLR-2026) Need infrastructure support in Solr for requests that perform multiple sequential queries

2016-10-11 Thread Alexandre Rafalovitch (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15566643#comment-15566643 ] Alexandre Rafalovitch commented on SOLR-2026: - In Solr 6.x, we have *subquery* document

[jira] Commented: (SOLR-2026) Need infrastructure support in Solr for requests that perform multiple sequential queries

2011-03-04 Thread Peter Sturge (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13002701#comment-13002701 ] Peter Sturge commented on SOLR-2026: Hi Karl, This patch is a really good idea - many

[jira] Commented: (SOLR-2026) Need infrastructure support in Solr for requests that perform multiple sequential queries

2011-03-04 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13002719#comment-13002719 ] Karl Wright commented on SOLR-2026: --- Lots of stuff has changed in trunk since the patch

Re: [jira] Commented: (SOLR-2026) Need infrastructure support in Solr for requests that perform multiple sequential queries

2011-03-04 Thread Peter Sturge
Hi Karl, Yes, from looking at the conflicts, it looked like trunk changes were causing the errors - but won't be too difficult to fix these. I've got the patch (+tweaks) installed and working, and basic (i.e. non qt=multiquery) searches are working fine. What I can't figure out is how to enter

RE: [jira] Commented: (SOLR-2026) Need infrastructure support in Solr for requests that perform multiple sequential queries

2011-03-04 Thread karl.wright
All that the patch contributes is the infrastructure needed to allow multiple queries. It's structured so that the results from one query are available to construct the query for the next. The patch does not contribute a multi-query query parser, or means of merging the results into a final

Re: [jira] Commented: (SOLR-2026) Need infrastructure support in Solr for requests that perform multiple sequential queries

2011-03-04 Thread Peter Sturge
Hi Karl, So you would write a QueryParser that leveraged the patch to get multiple results/ResponseBuilders etc. and then do some custom magic to return a final result. Ok, I slightly misunderstood the scope of the patch (thought it let the client queries/params decide what the 'magic' is) - but

[jira] Commented: (SOLR-2026) Need infrastructure support in Solr for requests that perform multiple sequential queries

2010-08-28 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12903791#action_12903791 ] Lance Norskog commented on SOLR-2026: - In fact, I have a use case that needs no custom

[jira] Commented: (SOLR-2026) Need infrastructure support in Solr for requests that perform multiple sequential queries

2010-08-26 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12903111#action_12903111 ] Hoss Man commented on SOLR-2026: bq. I understand those use-cases but I still have a hard

[jira] Commented: (SOLR-2026) Need infrastructure support in Solr for requests that perform multiple sequential queries

2010-08-20 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12900966#action_12900966 ] Lance Norskog commented on SOLR-2026: - NP. All I would suggest is to make all of the

[jira] Commented: (SOLR-2026) Need infrastructure support in Solr for requests that perform multiple sequential queries

2010-08-17 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12899382#action_12899382 ] Simon Willnauer commented on SOLR-2026: --- bq. But if it's a distinct RequestHandler,

[jira] Commented: (SOLR-2026) Need infrastructure support in Solr for requests that perform multiple sequential queries

2010-08-16 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12899154#action_12899154 ] Hoss Man commented on SOLR-2026: bq. I still don't understand what this has to do with

[jira] Commented: (SOLR-2026) Need infrastructure support in Solr for requests that perform multiple sequential queries

2010-08-16 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12899253#action_12899253 ] Lance Norskog commented on SOLR-2026: - Here's a use case: field collapsing. Some people

[jira] Commented: (SOLR-2026) Need infrastructure support in Solr for requests that perform multiple sequential queries

2010-08-13 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12898195#action_12898195 ] Simon Willnauer commented on SOLR-2026: --- bq. Wouldn't this be more straight forward as

[jira] Commented: (SOLR-2026) Need infrastructure support in Solr for requests that perform multiple sequential queries

2010-08-06 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12896007#action_12896007 ] Karl Wright commented on SOLR-2026: --- Re: Distributed Search: Luckily, shards from a

[jira] Commented: (SOLR-2026) Need infrastructure support in Solr for requests that perform multiple sequential queries

2010-08-06 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12896009#action_12896009 ] Simon Willnauer commented on SOLR-2026: --- bq. So, I would request that the new

[jira] Commented: (SOLR-2026) Need infrastructure support in Solr for requests that perform multiple sequential queries

2010-08-06 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12896211#action_12896211 ] Lance Norskog commented on SOLR-2026: - bq. Lance, can you elaborate why you have such

[jira] Commented: (SOLR-2026) Need infrastructure support in Solr for requests that perform multiple sequential queries

2010-08-05 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12895914#action_12895914 ] Lance Norskog commented on SOLR-2026: - Also, how does this interact with Distributed

[jira] Commented: (SOLR-2026) Need infrastructure support in Solr for requests that perform multiple sequential queries

2010-08-04 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12895340#action_12895340 ] Karl Wright commented on SOLR-2026: --- Here's an example of the solrconfig.xml using the

[jira] Commented: (SOLR-2026) Need infrastructure support in Solr for requests that perform multiple sequential queries

2010-08-04 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12895468#action_12895468 ] Lance Norskog commented on SOLR-2026: - What if I want to send different data the second

[jira] Commented: (SOLR-2026) Need infrastructure support in Solr for requests that perform multiple sequential queries

2010-08-04 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12895500#action_12895500 ] Karl Wright commented on SOLR-2026: --- What if I want to send different data the second

[jira] Commented: (SOLR-2026) Need infrastructure support in Solr for requests that perform multiple sequential queries

2010-08-04 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12895503#action_12895503 ] Karl Wright commented on SOLR-2026: --- Further clarification as to the purpose behind this