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


   > > I would like to be able to populate the example document with a document 
that exists. Maybe a button in the query results. 
   
   > I haven't implemented this yet. The query results only include sample 
documents already, so maybe you want to revise the sample documents in the 
paste text area? I think that's a valid thing to do and will think about this 
some more. My only concern would be adding another option that may complicate 
the experience. Can you elaborate on the user experience you want here?
   
   For sure. revising the sample documents is exactly what I want. If I 
manually input a complex document, I don't want to have to do it again by 
scratch. This could be in the next iteration, it's definitely not a deal 
breaker, just an inconvenience. Maybe there's just an option to see the JSON in 
the sample results screen, so I could copy and paste.
   
   > > Do we recommend the use of useDocValuesAsStored instead of stored?
   
   > I'm not sure about whether that is a recommendation? Seems reasonable to 
me that if you're already using DocValues, then useDocValuesAsStored seems more 
efficient from a storage perspective (if you store and use doc values, then 
seems like you're doing double storage), but maybe there is some performance 
hit for doing this? I can certainly turn that off if we don't like defaulting 
to stored=false and useDocValuesAsStored=true.
   
   I think I'm in the wrong here. I remember hearing rumblings of certain 
features that didn't support fields with `useDocValuesAsStored` only. But it 
seems like it's the default option in schemas with version 1.6. Anyway, if its 
an issue we can certainly fix it, or the missing `useDocValuesAsStored` 
features, in the future.
   
   > > In the future it would be nice to have information on each of the 
options. Not sure what the best way to go about this is though.
   
   > I think some of the options are pretty confusing and need supporting 
documentation, so have deferred to the ref guide via the help icon links vs. 
adding more docs directly in the Schema Designer UI.
   
   👍 
   
   Great work as always!


-- 
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