thelabdude commented on pull request #42:
URL: https://github.com/apache/solr/pull/42#issuecomment-848853798


   Thanks @epugh ... my latest commit should address most of your concerns ...
   
   > when "Analyzing your sample data, schema will load momentarily" text comes 
up, could we swap the gear for a moving animated gear icon?
   
   done.
   
   > download products a file called "download", not a "download.zip", or even 
better... "techproducts_configset.zip"
   
   done.
   
   > Is the config a config? Or a ConfigSet????
   
   Where in the UI are you seeing mention of config? I've tried to refer to 
`Configset` but that's not really a term new users would really understand 
anyway, so I've taken some liberties on just focusing on `schema` in most 
places.
   
   > I wish the folder icon when clicked on would open it. Versus the small > 
arrow. This I find annoying in the SolrCloud ZK tree as well, though there you 
might argue you want to look at metadata.. I wish there it did both showing 
metadata and opened, and on schema designer it opened!
   
   Double-click works, but I couldn't figure out how to get it to open on 
single-click. May not be supported by the underlying `jstree` UI component 
we're using.
   
   > I wonder if you could get more screen space by having any kind of paning 
close/open options?
   
   We could probably allow closing the Sample documents area once the data is 
loaded, to give more room for the Schema Editor (middle section). There's also 
some wasted space on the right for Text Analysis if you're not looking at text 
fields. I'm curious what the minimum resolution / screen size we should design 
this for though? Having a view of your sample docs, schema, text analysis, and 
query tester form / results all in once place is crucial to the design.
   
   > in the facet listing, when you shift click you get all between the first 
and the second click, versus shift click letting you pick them individually, 
which I think is what you wanted!
   
   Ok, I removed the tip about using shift as I'm not sure how it works on 
Windows. On Mac, it's cmd + click to select non-adjacent items. I guess we can 
just assume people will figure it out on their OS.
   
   > are there any features that you expose that NO ONE should ever use and 
could be removed???
   
   Not sure? You tell me ;-) Solr schema design is a complicated process and 
I've designed a solution to help with that, but the fact remains it's still 
pretty complicated but at least we can give users quick feedback and let them 
iterate in a safe manner.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to