Erick Erickson created SOLR-12884: ------------------------------------- Summary: Admin UI and *Point fields Key: SOLR-12884 URL: https://issues.apache.org/jira/browse/SOLR-12884 Project: Solr Issue Type: Bug Security Level: Public (Default Security Level. Issues are Public) Affects Versions: master (8.0) Reporter: Erick Erickson
One of the conference attendees noted that you go to the schema browser and click on, say, a pint field, then click "load term info", nothing is shown. admin/luke similarly doesn't show much interesting, here's the response for a pint .vs. a tint field: "popularity":\{ "type":"pint", "schema":"I-SD-----OF------"}, "popularityt":{ "type":"tint", "schema":"I-S------OF------", "index":"-TS--------------", "docs":15}, What, if anything, should we do in these two cases? Since the points-based numerics don't have terms like Trie* fields, I don't think we _can_ show much more so the above makes sense, it's just jarring to end users and looks like a bug. WDYT about putting in some useful information though. Say for the Admin UI for points-based "terms cannot be shown for points-based fields" or some such? -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org