On 16 September 2016 at 18:30, Stefan Matheis <ste...@mathe.is> wrote:
>> … choice between better docs and better UI, I’ll choose a better UI every 
>> time
>
> Aaron, you (as well as all others) are more than welcome to help out - no 
> matter what you do / how you do it.
>
> While we’d obviously would love to get some more hands helping out with the 
> coding parts - improving the UI in terms of wording (as you just pointed out) 
> does help equally as much, if not even more.

And just to back it up with facts:

Let's run this query against my ugly-but-interesting Solr-to-Github
collection ( https://github.com/arafalov/git-to-solr):

http://localhost:8983/solr/git/select?facet.field=committer&facet.mincount=10&facet=on&fq=-message:Merge&fq=commitTime:[NOW/YEAR-5YEAR%20TO%20*]&indent=on&q={!parent%20which=type:commit}fileExt:(css%20js)&rows=10&wt=json

That should be (approximately): "Give me breakdown on committer names
that committed more than 10 times something that includes a css or js
file. Limit this to last 5 years". And you'd get:

....
 "facet_counts":{
    "facet_queries":{},
    "facet_fields":{
      "committer":[
        "Stefan Matheis",97,
        "Upayavira",38,
        "Ryan McKinley",33,
        "Erik Hatcher",13,
        "Jan Høydahl",12,
        "Erick Erickson",11,
        "Steven Rowe",10]},
...

That's it... In last 5 years! UI design is hard. Especially when the
core developer team are the hard core backend guys. Solr only got the
Reference Guide (as opposed to WIKI) because LucidWorks did the bulk
of initial (and possibly ongoing) work. The pretty website was also
sponsored. We don't have in-the-team UI/HTML/CSS/JS expertise.

However, if you don't mind installing a third party project, Cloudera
Hue is a free (open-source if I remember correctly) interface to a
bunch of big-data components, including Solr. They do nice videos too:
http://gethue.com/search-dashboards/

Or there is a commercial one from LucidWorks themselves.

A lot more people know how to contribute to the documentation and
workflows around that are better. And hopefully will be better yet
again once the migration away from Confluence happens.

Or perhaps somebody will sponsor a full-blown front-end developer to
help out. Of course, _they_ not being a part of the current team would
need to figure out what is possible and what APIs to use. So
documentation would come useful there too.

Regards,
   Alex.

----
Newsletter and resources for Solr beginners and intermediates:
http://www.solr-start.com/

Reply via email to