[
https://issues.apache.org/jira/browse/SOLR-2440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13124056#comment-13124056
]
Joan Codina commented on SOLR-2440:
-----------------------------------
ok,
the patch for the screen.css (but this is a matter of taste). Even that what I
changed was to improve a bit the contrast as the grey was "almost white" . If
using a projector, then this low contrast colors are still worst, but in my
screen where difficult to distinguish.
The patch includes 3 functionalities.
* Drill down : You can click on any of the items in the the list of most common
words, to get the top documents having that item.
* Field Selector: On the right of the field's Name there is a minus sign.
Clicking on it changes to a plus sign. After changing the field to view, the
next drill down actions will include these fields in the result. (if none
selected only current field is shown)
* Filter query: When a filter query is specified, then the list of most common
words and frequencies are obtained from the facets after doing a search using
that filter. Not very scalable, but it helps when guessing some properties of
the data imported.
> Schema Browser more user friendly
> ---------------------------------
>
> Key: SOLR-2440
> URL: https://issues.apache.org/jira/browse/SOLR-2440
> Project: Solr
> Issue Type: New Feature
> Components: web gui
> Affects Versions: 1.4.1
> Environment: The schema browser of the admin web application
> Reporter: Joan Codina
> Priority: Minor
> Labels: browser, schema
> Fix For: 3.5, 4.0
>
> Attachments: LUCENE_4_schema_jsp.patch, schema_jsp.patch
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> The schema browser has some drawbacks
> * Does not sort the fields (the actual sorting seems arbritrary)
> * Capitalises all field names. Making difficult the match
> * Does not allow a drill down
> This small patch solves the three issues:
> # Changes the Css to do not capitalise the links
> # Sorts the field names
> # It replaces the tokens by links to a search query with that token
> that's all
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]