[jira] [Commented] (SOLR-7496) Empty buckets when faceting with JSON API over EnumField and TrieIntField

2015-06-03 Thread Michael Lawrence (JIRA)

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

Michael Lawrence commented on SOLR-7496:


This query:

http://localhost:8983/solr/techproducts/select?q=*:*json={facet:{price:{type:terms,field:price,sort:index
 asc,mincount:0}}}wt=json

Yields results where every bucket has value 0.0 and count 0. Dropping 
either the mincount parameter or sort parameter fixes it.

This is using nightly build 5.3.0-2015-05-29_12-15-41 1682437 - jenkins - 
2015-05-29 08:22:15. Apologies if this has been fixed since.

 Empty buckets when faceting with JSON API over EnumField and TrieIntField
 -

 Key: SOLR-7496
 URL: https://issues.apache.org/jira/browse/SOLR-7496
 Project: Solr
  Issue Type: Bug
  Components: faceting
Affects Versions: 5.1, 5.2
 Environment: OS X 10.10.3
 $ java -version
 java version 1.8.0_31
 Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
 Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)
Reporter: Alfonso Muñoz-Pomer Fuentes
Assignee: Yonik Seeley
  Labels: patch
 Fix For: 5.2


 When using facets with the new JSON API over an EnumFiled or a TrieIntField, 
 I get a list of empty buckets.



--
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-7496) Empty buckets when faceting with JSON API over EnumField and TrieIntField

2015-05-10 Thread JIRA

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

Alfonso Muñoz-Pomer Fuentes commented on SOLR-7496:
---

Thanks! Are these changes scheduled for the 5.2 release?

 Empty buckets when faceting with JSON API over EnumField and TrieIntField
 -

 Key: SOLR-7496
 URL: https://issues.apache.org/jira/browse/SOLR-7496
 Project: Solr
  Issue Type: Bug
  Components: faceting
Affects Versions: 5.1, 5.2
 Environment: OS X 10.10.3
 $ java -version
 java version 1.8.0_31
 Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
 Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)
Reporter: Alfonso Muñoz-Pomer Fuentes
  Labels: patch

 When using facets with the new JSON API over an EnumFiled or a TrieIntField, 
 I get a list of empty buckets.



--
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-7496) Empty buckets when faceting with JSON API over EnumField and TrieIntField

2015-05-10 Thread Yonik Seeley (JIRA)

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

Yonik Seeley commented on SOLR-7496:


Yep, all changes to the JSON Facet API are in the 5x branch (and thus will be 
in 5.2 when it's released).
For now, you can build your own, or work off nightly builds: 
https://builds.apache.org/job/Solr-Artifacts-5.x/lastSuccessfulBuild/artifact/solr/package/

 Empty buckets when faceting with JSON API over EnumField and TrieIntField
 -

 Key: SOLR-7496
 URL: https://issues.apache.org/jira/browse/SOLR-7496
 Project: Solr
  Issue Type: Bug
  Components: faceting
Affects Versions: 5.1, 5.2
 Environment: OS X 10.10.3
 $ java -version
 java version 1.8.0_31
 Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
 Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)
Reporter: Alfonso Muñoz-Pomer Fuentes
  Labels: patch
 Fix For: 5.2


 When using facets with the new JSON API over an EnumFiled or a TrieIntField, 
 I get a list of empty buckets.



--
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-7496) Empty buckets when faceting with JSON API over EnumField and TrieIntField

2015-05-09 Thread Yonik Seeley (JIRA)

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

Yonik Seeley commented on SOLR-7496:


SOLR-7522 should fix the single-valued numeric case.
I'll be testing / fixing the other cases next (multi-valued, dates, enums).

 Empty buckets when faceting with JSON API over EnumField and TrieIntField
 -

 Key: SOLR-7496
 URL: https://issues.apache.org/jira/browse/SOLR-7496
 Project: Solr
  Issue Type: Bug
  Components: faceting
Affects Versions: 5.1, 5.2
 Environment: OS X 10.10.3
 $ java -version
 java version 1.8.0_31
 Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
 Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)
Reporter: Alfonso Muñoz-Pomer Fuentes
  Labels: patch

 When using facets with the new JSON API over an EnumFiled or a TrieIntField, 
 I get a list of empty buckets.



--
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-7496) Empty buckets when faceting with JSON API over EnumField and TrieIntField

2015-05-01 Thread Yonik Seeley (JIRA)

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

Yonik Seeley commented on SOLR-7496:


Thanks for the report Alfonso, enum fields aren't supported yet.
They will also need some special support for distrib search since sorting is 
not by the text labels but the underlying numeric values.

 Empty buckets when faceting with JSON API over EnumField and TrieIntField
 -

 Key: SOLR-7496
 URL: https://issues.apache.org/jira/browse/SOLR-7496
 Project: Solr
  Issue Type: Bug
  Components: faceting
Affects Versions: 5.1, 5.2
 Environment: OS X 10.10.3
 $ java -version
 java version 1.8.0_31
 Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
 Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)
Reporter: Alfonso Muñoz-Pomer Fuentes
  Labels: patch

 When using facets with the new JSON API over an EnumFiled or a TrieIntField, 
 I get a list of empty buckets.



--
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-7496) Empty buckets when faceting with JSON API over EnumField and TrieIntField

2015-05-01 Thread JIRA

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

Alfonso Muñoz-Pomer Fuentes commented on SOLR-7496:
---

My browser got a bit wonky while reporting this issue, and I thought it didn’t 
go through. This is a duplicate of 
https://issues.apache.org/jira/browse/SOLR-7497.

 Empty buckets when faceting with JSON API over EnumField and TrieIntField
 -

 Key: SOLR-7496
 URL: https://issues.apache.org/jira/browse/SOLR-7496
 Project: Solr
  Issue Type: Bug
  Components: faceting
Affects Versions: 5.1, 5.2
 Environment: OS X 10.10.3
 $ java -version
 java version 1.8.0_31
 Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
 Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)
Reporter: Alfonso Muñoz-Pomer Fuentes
  Labels: patch

 When using facets with the new JSON API over an EnumFiled or a TrieIntField, 
 I get a list of empty buckets.



--
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