[jira] Commented: (SOLR-1492) Can't facet Trie fields with precisionSteps

2009-10-05 Thread Shalin Shekhar Mangar (JIRA)

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

Shalin Shekhar Mangar commented on SOLR-1492:
-

I guess I was solving the wrong problems in SOLR-1483 :)

I'll add some tests.

 Can't facet Trie fields with precisionSteps
 ---

 Key: SOLR-1492
 URL: https://issues.apache.org/jira/browse/SOLR-1492
 Project: Solr
  Issue Type: Bug
Affects Versions: 1.4
Reporter: Yonik Seeley
Assignee: Yonik Seeley
 Fix For: 1.4

 Attachments: SOLR-1492.patch


 A known limitation - can't facet on multi-part trie fields.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (SOLR-1492) Can't facet Trie fields with precisionSteps

2009-10-05 Thread Yonik Seeley (JIRA)

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

Yonik Seeley commented on SOLR-1492:


Hey, more good news... stats now works with both singleValued and multiValued 
trie fields after this patch (I assume because the stats component piggybacks 
off of UnInvertedField, and it also mistakenly thinks all trie based fields are 
multiValued).

We should be able to get rid of both disadvantages that the trie fields had in 
comparison to the older sortable fields.

 Can't facet Trie fields with precisionSteps
 ---

 Key: SOLR-1492
 URL: https://issues.apache.org/jira/browse/SOLR-1492
 Project: Solr
  Issue Type: Bug
Affects Versions: 1.4
Reporter: Yonik Seeley
Assignee: Yonik Seeley
 Fix For: 1.4

 Attachments: SOLR-1492.patch


 A known limitation - can't facet on multi-part trie fields.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (SOLR-1492) Can't facet Trie fields with precisionSteps

2009-10-05 Thread Yonik Seeley (JIRA)

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

Yonik Seeley commented on SOLR-1492:


bq. Date faceting does not work correctly.

Really?  It should... I added support for date faceting on trie fields long 
ago.  What doesn't work?

 Can't facet Trie fields with precisionSteps
 ---

 Key: SOLR-1492
 URL: https://issues.apache.org/jira/browse/SOLR-1492
 Project: Solr
  Issue Type: Bug
Affects Versions: 1.4
Reporter: Yonik Seeley
Assignee: Yonik Seeley
 Fix For: 1.4

 Attachments: SOLR-1492.patch, SOLR-1492.patch, SOLR-1492.patch


 A known limitation - can't facet on multi-part trie fields.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (SOLR-1492) Can't facet Trie fields with precisionSteps

2009-10-05 Thread Shalin Shekhar Mangar (JIRA)

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

Shalin Shekhar Mangar commented on SOLR-1492:
-

I'm trying date faceting (facet.date) and the counts seem to be wrong (I'm 
expecting 2 but getting 4 back). See TestTrie in my patch. I'm trying to figure 
it out.

Normal faceting on a trie date field works fine.

 Can't facet Trie fields with precisionSteps
 ---

 Key: SOLR-1492
 URL: https://issues.apache.org/jira/browse/SOLR-1492
 Project: Solr
  Issue Type: Bug
Affects Versions: 1.4
Reporter: Yonik Seeley
Assignee: Yonik Seeley
 Fix For: 1.4

 Attachments: SOLR-1492.patch, SOLR-1492.patch, SOLR-1492.patch


 A known limitation - can't facet on multi-part trie fields.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (SOLR-1492) Can't facet Trie fields with precisionSteps

2009-10-05 Thread Yonik Seeley (JIRA)

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

Yonik Seeley commented on SOLR-1492:


Hmmm, stats.facet is failing for the trie fields... I'm looking into it.

 Can't facet Trie fields with precisionSteps
 ---

 Key: SOLR-1492
 URL: https://issues.apache.org/jira/browse/SOLR-1492
 Project: Solr
  Issue Type: Bug
Affects Versions: 1.4
Reporter: Yonik Seeley
Assignee: Yonik Seeley
 Fix For: 1.4

 Attachments: SOLR-1492.patch, SOLR-1492.patch, SOLR-1492.patch, 
 SOLR-1492.patch


 A known limitation - can't facet on multi-part trie fields.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (SOLR-1492) Can't facet Trie fields with precisionSteps

2009-10-05 Thread Grant Ingersoll (JIRA)

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

Grant Ingersoll commented on SOLR-1492:
---

stats.facet doesn't work for multivalued fields at all, unless you fixed that 
here.

 Can't facet Trie fields with precisionSteps
 ---

 Key: SOLR-1492
 URL: https://issues.apache.org/jira/browse/SOLR-1492
 Project: Solr
  Issue Type: Bug
Affects Versions: 1.4
Reporter: Yonik Seeley
Assignee: Yonik Seeley
 Fix For: 1.4

 Attachments: SOLR-1492.patch, SOLR-1492.patch, SOLR-1492.patch, 
 SOLR-1492.patch


 A known limitation - can't facet on multi-part trie fields.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (SOLR-1492) Can't facet Trie fields with precisionSteps

2009-10-05 Thread Yonik Seeley (JIRA)

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

Yonik Seeley commented on SOLR-1492:


It appears that just the normal stats.field doesn't work with field types other 
than plain int (i.e. not sortable).

 Can't facet Trie fields with precisionSteps
 ---

 Key: SOLR-1492
 URL: https://issues.apache.org/jira/browse/SOLR-1492
 Project: Solr
  Issue Type: Bug
Affects Versions: 1.4
Reporter: Yonik Seeley
Assignee: Yonik Seeley
 Fix For: 1.4

 Attachments: SOLR-1492.patch, SOLR-1492.patch, SOLR-1492.patch, 
 SOLR-1492.patch


 A known limitation - can't facet on multi-part trie fields.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.