[jira] [Commented] (SOLR-6580) facet(.query) responses duplicated

2015-01-11 Thread Alexandre Rafalovitch (JIRA)

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

Alexandre Rafalovitch commented on SOLR-6580:
-

Probably SOLR-6780

 facet(.query) responses duplicated
 --

 Key: SOLR-6580
 URL: https://issues.apache.org/jira/browse/SOLR-6580
 Project: Solr
  Issue Type: Bug
Affects Versions: 4.10, 4.10.1
Reporter: Erik Hatcher
 Fix For: 5.0, Trunk


 I uncommented the invariants of the standard request handler commented out in 
 the default example solrconfig.xml, restarted Solr, and made this request 
 {{http://localhost:8983/solr/collection1/select?q=*:*facet=onfacet.query=foorows=0}}
  and got duplicate responses back for the invariant price range facet.query's 
 (but no facet.query response for the query string provided one, as expected):
 {code}
 lst name=facet_queries
   int name=price:[* TO 500]14/int
   int name=price:[500 TO *]2/int
   int name=price:[* TO 500]14/int
   int name=price:[500 TO *]2/int
 /lst
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SOLR-6580) facet(.query) responses duplicated

2014-10-02 Thread Erik Hatcher (JIRA)

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

Erik Hatcher commented on SOLR-6580:


Looks to be a regression introduced in SOLR-6314

 facet(.query) responses duplicated
 --

 Key: SOLR-6580
 URL: https://issues.apache.org/jira/browse/SOLR-6580
 Project: Solr
  Issue Type: Bug
Affects Versions: 4.10, 4.10.1
Reporter: Erik Hatcher
 Fix For: 5.0, Trunk


 I uncommented the invariants of the standard request handler commented out in 
 the default example solrconfig.xml, restarted Solr, and made this request 
 {{http://localhost:8983/solr/collection1/select?q=*:*facet=onfacet.query=foorows=0}}
  and got duplicate responses back for the invariant price range facet.query's 
 (but no facet.query response for the query string provided one, as expected):
 {code}
 lst name=facet_queries
   int name=price:[* TO 500]14/int
   int name=price:[500 TO *]2/int
   int name=price:[* TO 500]14/int
   int name=price:[500 TO *]2/int
 /lst
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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