[ https://issues.apache.org/jira/browse/SOLR-4963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13694749#comment-13694749 ]
Thomas Murphy commented on SOLR-4963: ------------------------------------- I'm not sure if there is a simple comment that can be added to the schema browser that would make this behavior seem more expected. Compared to the term splitting behavior that is evident in the schema for various text fields, the creation of additional terms in Trie fields just isn't intuitive. While this histogram output is accurate according to the details of the field contents, it differs greatly in appearance in comparison to tokenized text fields or fields that don't process their inputs. Now that I better understand what a Trie field does behind the scenes, the apparently incorrect output seems reasonable. However, it is impossible to derive much useful distribution information from the stats of a Trie field. It comes down to comprehension of what the schema browser displays and what a Trie field adds to the index. Not properly understanding both and their relationship made this appear like a bug, with no help from my use of randomly generated dates. > Schema Browser does not report stats properly on TrieDateField > -------------------------------------------------------------- > > Key: SOLR-4963 > URL: https://issues.apache.org/jira/browse/SOLR-4963 > Project: Solr > Issue Type: Bug > Components: web gui > Affects Versions: 4.3 > Environment: Customized single-core Solr from example running in > default Jetty server. > Apple Inc. Java HotSpot(TM) 64-Bit Server VM (1.6.0_51 20.51-b01-456) > Reporter: Thomas Murphy > Priority: Minor > Attachments: luke-date.json, solr-admin-query-facet-date.png, > solr-admin-schema-browser-date.png > > > Loading documents into a schema with a TrieDateField and viewing that field > in the Schema Browser has distinctly wrong information displayed. Encountered > using psudo-randomly generated data. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators 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