[jira] [Commented] (SOLR-5408) CollapsingQParserPlugin scores incorrectly when multiple sort criteria are used

2013-12-20 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13854793#comment-13854793
 ] 

ASF subversion and git services commented on SOLR-5408:
---

Commit 1552875 from [~joel.bernstein] in branch 'dev/branches/lucene_solr_4_6'
[ https://svn.apache.org/r1552875 ]

SOLR-5408: CollapsingQParserPlugin scores incorrectly when multiple sort 
criteria are used

> CollapsingQParserPlugin scores incorrectly when multiple sort criteria are 
> used
> ---
>
> Key: SOLR-5408
> URL: https://issues.apache.org/jira/browse/SOLR-5408
> Project: Solr
>  Issue Type: Bug
>Affects Versions: 4.5
>Reporter: Brandon Chapman
>Assignee: Joel Bernstein
>Priority: Critical
> Fix For: 4.6
>
> Attachments: CollapsingQParserPlugin.java, 
> CollapsingQParserPlugin.java, SOLR-5027.patch, SOLR-5408.2.patch, 
> SOLR-5408.patch, SOLR-5408.patch
>
>
> When using the collapsing query parser, only the last sort field appears to 
> be used.
> http://172.18.0.10:8080/solr/product/select_eng?sort=score%20desc,name_sort_eng%20desc&qf=name_eng^3+brand^2+categories_term_eng+sku+upc+promoTag+model+related_terms_eng&pf2=name_eng^2&defType=edismax&rows=12&pf=name_eng~5^3&start=0&q=ipad&boost=sqrt(popularity)&qt=/select_eng&fq=productType:MERCHANDISE&fq=merchant:bestbuycanada&fq=(*:*+AND+-all_all_suppressed_b_ovly:[*+TO+*]+AND+-rbc_all_suppressed_b_ovly:[*+TO+*]+AND+-rbc_cpx_suppressed_b_ovly:[*+TO+*])+OR+(all_all_suppressed_b_ovly:false+AND+-rbc_all_suppressed_b_ovly:[*+TO+*]+AND+-rbc_cpx_suppressed_b_ovly:[*+TO+*])+OR+(rbc_all_suppressed_b_ovly:false+AND+-rbc_cpx_suppressed_b_ovly:[*+TO+*])+OR+(rbc_cpx_suppressed_b_ovly:false)&fq=translations:eng&fl=psid,name_eng,score&debug=true&debugQuery=true&fq={!collapse+field%3DgroupId+nullPolicy%3Dexpand}
> 
> 
> 3002010250210
> 
> ZOTAC ZBOX nano XS AD13 Plus All-In-One PC (AMD E2-1800/2GB RAM/64GB SSD)
> 
> 0.41423172
> 
> The same query without using the collapsing query parser produces the 
> expected result.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

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



[jira] [Commented] (SOLR-5408) CollapsingQParserPlugin scores incorrectly when multiple sort criteria are used

2013-12-12 Thread David (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13846662#comment-13846662
 ] 

David commented on SOLR-5408:
-

whew! Ok I applied the patches from SOLR-5416, SOLR-5408, and from your latest 
patch attached to this tracker. All tests now pass. Going to upgrade my servers 
and see if this works for me. In my current implementation I am getting a lot 
of errors from SolrCache (the patch I provided) and am running into heap memory 
errors. I'm wondering if the errors are caused by my patch.

> CollapsingQParserPlugin scores incorrectly when multiple sort criteria are 
> used
> ---
>
> Key: SOLR-5408
> URL: https://issues.apache.org/jira/browse/SOLR-5408
> Project: Solr
>  Issue Type: Bug
>Affects Versions: 4.5
>Reporter: Brandon Chapman
>Assignee: Joel Bernstein
>Priority: Critical
> Fix For: 4.6
>
> Attachments: CollapsingQParserPlugin.java, 
> CollapsingQParserPlugin.java, SOLR-5027.patch, SOLR-5408.2.patch, 
> SOLR-5408.patch, SOLR-5408.patch
>
>
> When using the collapsing query parser, only the last sort field appears to 
> be used.
> http://172.18.0.10:8080/solr/product/select_eng?sort=score%20desc,name_sort_eng%20desc&qf=name_eng^3+brand^2+categories_term_eng+sku+upc+promoTag+model+related_terms_eng&pf2=name_eng^2&defType=edismax&rows=12&pf=name_eng~5^3&start=0&q=ipad&boost=sqrt(popularity)&qt=/select_eng&fq=productType:MERCHANDISE&fq=merchant:bestbuycanada&fq=(*:*+AND+-all_all_suppressed_b_ovly:[*+TO+*]+AND+-rbc_all_suppressed_b_ovly:[*+TO+*]+AND+-rbc_cpx_suppressed_b_ovly:[*+TO+*])+OR+(all_all_suppressed_b_ovly:false+AND+-rbc_all_suppressed_b_ovly:[*+TO+*]+AND+-rbc_cpx_suppressed_b_ovly:[*+TO+*])+OR+(rbc_all_suppressed_b_ovly:false+AND+-rbc_cpx_suppressed_b_ovly:[*+TO+*])+OR+(rbc_cpx_suppressed_b_ovly:false)&fq=translations:eng&fl=psid,name_eng,score&debug=true&debugQuery=true&fq={!collapse+field%3DgroupId+nullPolicy%3Dexpand}
> 
> 
> 3002010250210
> 
> ZOTAC ZBOX nano XS AD13 Plus All-In-One PC (AMD E2-1800/2GB RAM/64GB SSD)
> 
> 0.41423172
> 
> The same query without using the collapsing query parser produces the 
> expected result.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

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



[jira] [Commented] (SOLR-5408) CollapsingQParserPlugin scores incorrectly when multiple sort criteria are used

2013-12-12 Thread David (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13846603#comment-13846603
 ] 

David commented on SOLR-5408:
-

OK I'll try that

> CollapsingQParserPlugin scores incorrectly when multiple sort criteria are 
> used
> ---
>
> Key: SOLR-5408
> URL: https://issues.apache.org/jira/browse/SOLR-5408
> Project: Solr
>  Issue Type: Bug
>Affects Versions: 4.5
>Reporter: Brandon Chapman
>Assignee: Joel Bernstein
>Priority: Critical
> Fix For: 4.6
>
> Attachments: CollapsingQParserPlugin.java, 
> CollapsingQParserPlugin.java, SOLR-5027.patch, SOLR-5408.2.patch, 
> SOLR-5408.patch, SOLR-5408.patch
>
>
> When using the collapsing query parser, only the last sort field appears to 
> be used.
> http://172.18.0.10:8080/solr/product/select_eng?sort=score%20desc,name_sort_eng%20desc&qf=name_eng^3+brand^2+categories_term_eng+sku+upc+promoTag+model+related_terms_eng&pf2=name_eng^2&defType=edismax&rows=12&pf=name_eng~5^3&start=0&q=ipad&boost=sqrt(popularity)&qt=/select_eng&fq=productType:MERCHANDISE&fq=merchant:bestbuycanada&fq=(*:*+AND+-all_all_suppressed_b_ovly:[*+TO+*]+AND+-rbc_all_suppressed_b_ovly:[*+TO+*]+AND+-rbc_cpx_suppressed_b_ovly:[*+TO+*])+OR+(all_all_suppressed_b_ovly:false+AND+-rbc_all_suppressed_b_ovly:[*+TO+*]+AND+-rbc_cpx_suppressed_b_ovly:[*+TO+*])+OR+(rbc_all_suppressed_b_ovly:false+AND+-rbc_cpx_suppressed_b_ovly:[*+TO+*])+OR+(rbc_cpx_suppressed_b_ovly:false)&fq=translations:eng&fl=psid,name_eng,score&debug=true&debugQuery=true&fq={!collapse+field%3DgroupId+nullPolicy%3Dexpand}
> 
> 
> 3002010250210
> 
> ZOTAC ZBOX nano XS AD13 Plus All-In-One PC (AMD E2-1800/2GB RAM/64GB SSD)
> 
> 0.41423172
> 
> The same query without using the collapsing query parser produces the 
> expected result.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

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



[jira] [Commented] (SOLR-5408) CollapsingQParserPlugin scores incorrectly when multiple sort criteria are used

2013-11-14 Thread Joel Bernstein (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-5408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13822374#comment-13822374
 ] 

Joel Bernstein commented on SOLR-5408:
--

Brandon,

That's good news. This fix has been committed to trunk and 4x. Thanks for 
reporting.

Joel

> CollapsingQParserPlugin scores incorrectly when multiple sort criteria are 
> used
> ---
>
> Key: SOLR-5408
> URL: https://issues.apache.org/jira/browse/SOLR-5408
> Project: Solr
>  Issue Type: Bug
>Affects Versions: 4.5
>Reporter: Brandon Chapman
>Assignee: Joel Bernstein
>Priority: Critical
> Attachments: CollapsingQParserPlugin.java, 
> CollapsingQParserPlugin.java, SOLR-5027.patch, SOLR-5408.2.patch, 
> SOLR-5408.patch, SOLR-5408.patch
>
>
> When using the collapsing query parser, only the last sort field appears to 
> be used.
> http://172.18.0.10:8080/solr/product/select_eng?sort=score%20desc,name_sort_eng%20desc&qf=name_eng^3+brand^2+categories_term_eng+sku+upc+promoTag+model+related_terms_eng&pf2=name_eng^2&defType=edismax&rows=12&pf=name_eng~5^3&start=0&q=ipad&boost=sqrt(popularity)&qt=/select_eng&fq=productType:MERCHANDISE&fq=merchant:bestbuycanada&fq=(*:*+AND+-all_all_suppressed_b_ovly:[*+TO+*]+AND+-rbc_all_suppressed_b_ovly:[*+TO+*]+AND+-rbc_cpx_suppressed_b_ovly:[*+TO+*])+OR+(all_all_suppressed_b_ovly:false+AND+-rbc_all_suppressed_b_ovly:[*+TO+*]+AND+-rbc_cpx_suppressed_b_ovly:[*+TO+*])+OR+(rbc_all_suppressed_b_ovly:false+AND+-rbc_cpx_suppressed_b_ovly:[*+TO+*])+OR+(rbc_cpx_suppressed_b_ovly:false)&fq=translations:eng&fl=psid,name_eng,score&debug=true&debugQuery=true&fq={!collapse+field%3DgroupId+nullPolicy%3Dexpand}
> 
> 
> 3002010250210
> 
> ZOTAC ZBOX nano XS AD13 Plus All-In-One PC (AMD E2-1800/2GB RAM/64GB SSD)
> 
> 0.41423172
> 
> The same query without using the collapsing query parser produces the 
> expected result.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

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