[jira] [Commented] (SOLR-2949) QueryElevationComponent does not fully support distributed search

2012-04-30 Thread Mark Miller (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-2949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13265165#comment-13265165
 ] 

Mark Miller commented on SOLR-2949:
---

If we have another 3.x release - i half remember someone proposing we stop 3.x 
releases (other than bug fix).

 QueryElevationComponent does not fully support distributed search
 -

 Key: SOLR-2949
 URL: https://issues.apache.org/jira/browse/SOLR-2949
 Project: Solr
  Issue Type: Improvement
Reporter: Grant Ingersoll
Assignee: Mark Miller
Priority: Minor
 Fix For: 4.0

 Attachments: SOLR-2949-3.X.patch, SOLR-2949.patch, SOLR-2949.patch


 The QueryElevationComponent does not fully support distributed search.  Add 
 tests and make a fix for it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-2949) QueryElevationComponent does not fully support distributed search

2012-04-30 Thread Mark Miller (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-2949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13265168#comment-13265168
 ] 

Mark Miller commented on SOLR-2949:
---

Also please note: I think Yonik made an additional fix or two to my patch on 
his commit.

 QueryElevationComponent does not fully support distributed search
 -

 Key: SOLR-2949
 URL: https://issues.apache.org/jira/browse/SOLR-2949
 Project: Solr
  Issue Type: Improvement
Reporter: Grant Ingersoll
Assignee: Mark Miller
Priority: Minor
 Fix For: 4.0

 Attachments: SOLR-2949-3.X.patch, SOLR-2949.patch, SOLR-2949.patch


 The QueryElevationComponent does not fully support distributed search.  Add 
 tests and make a fix for it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



Re: [jira] [Commented] (SOLR-2949) QueryElevationComponent does not fully support distributed search

2012-04-30 Thread Erick Erickson
I think it was Muir's original proposal, 3.x is done as far as I know
except for
critical fixes.



On Mon, Apr 30, 2012 at 4:05 PM, Mark Miller (JIRA) j...@apache.org wrote:

    [ 
 https://issues.apache.org/jira/browse/SOLR-2949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13265165#comment-13265165
  ]

 Mark Miller commented on SOLR-2949:
 ---

 If we have another 3.x release - i half remember someone proposing we stop 
 3.x releases (other than bug fix).

 QueryElevationComponent does not fully support distributed search
 -

                 Key: SOLR-2949
                 URL: https://issues.apache.org/jira/browse/SOLR-2949
             Project: Solr
          Issue Type: Improvement
            Reporter: Grant Ingersoll
            Assignee: Mark Miller
            Priority: Minor
             Fix For: 4.0

         Attachments: SOLR-2949-3.X.patch, SOLR-2949.patch, SOLR-2949.patch


 The QueryElevationComponent does not fully support distributed search.  Add 
 tests and make a fix for it.

 --
 This message is automatically generated by JIRA.
 If you think it was sent incorrectly, please contact your JIRA 
 administrators: 
 https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
 For more information on JIRA, see: http://www.atlassian.com/software/jira



 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-2949) QueryElevationComponent does not fully support distributed search

2012-03-16 Thread Yonik Seeley (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-2949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231260#comment-13231260
 ] 

Yonik Seeley commented on SOLR-2949:


In distributedProcess, I understand the switching on reverse=true for the QEC 
comparator, but it looks like it modifies all of the sort fields?
AFAIK, it's only QEC that currently has a field comparator that is reverse of 
the natural ordering of the objects it creates.
Perhaps we just need to check for instanceof ElevationComparatorSource?

 QueryElevationComponent does not fully support distributed search
 -

 Key: SOLR-2949
 URL: https://issues.apache.org/jira/browse/SOLR-2949
 Project: Solr
  Issue Type: Improvement
Reporter: Grant Ingersoll
Assignee: Mark Miller
Priority: Minor
 Fix For: 3.6, 4.0

 Attachments: SOLR-2949.patch


 The QueryElevationComponent does not fully support distributed search.  Add 
 tests and make a fix for it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-2949) QueryElevationComponent does not fully support distributed search

2012-03-16 Thread Mark Miller (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-2949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231530#comment-13231530
 ] 

Mark Miller commented on SOLR-2949:
---

bq. Perhaps we just need to check for instanceof ElevationComparatorSource?

I had tried that, but it wasn't working - flipping them all helped make tests 
pass coincidently. A little more testing added and it fell down.

Latest patch reverses the QEC comparator, uses reverse=true for the QEC sort 
fields and doesn't require the distributedProcess part.

There is still a problem in the the QEC sort field used is 'id' - this causes a 
problem with distrib. If you change it to something like _elevate_ that 
solves the distrib problem - but then some of the single node tests fail.

For now its left at 'id' and sorting by id in distrib with QEC is not supported 
iwth this patch.

 QueryElevationComponent does not fully support distributed search
 -

 Key: SOLR-2949
 URL: https://issues.apache.org/jira/browse/SOLR-2949
 Project: Solr
  Issue Type: Improvement
Reporter: Grant Ingersoll
Assignee: Mark Miller
Priority: Minor
 Fix For: 3.6, 4.0

 Attachments: SOLR-2949.patch, SOLR-2949.patch


 The QueryElevationComponent does not fully support distributed search.  Add 
 tests and make a fix for it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-2949) QueryElevationComponent does not fully support distributed search

2012-03-16 Thread Mark Miller (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-2949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231781#comment-13231781
 ] 

Mark Miller commented on SOLR-2949:
---

Looks like sort by id doesnt work with QEC on a single instance either.

 QueryElevationComponent does not fully support distributed search
 -

 Key: SOLR-2949
 URL: https://issues.apache.org/jira/browse/SOLR-2949
 Project: Solr
  Issue Type: Improvement
Reporter: Grant Ingersoll
Assignee: Mark Miller
Priority: Minor
 Fix For: 3.6, 4.0

 Attachments: SOLR-2949.patch, SOLR-2949.patch


 The QueryElevationComponent does not fully support distributed search.  Add 
 tests and make a fix for it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org