rmuir commented on issue #12142:
URL: https://github.com/apache/lucene/issues/12142#issuecomment-1426145382

   I want the additional type-safety of things like Field classes that users 
use, but I think at a high-level, Document/Field api is good and intuitive 
model for end users. 
   
   So I'm not sure about the value of introducing different apis or more 
separation.
   You can already avoid using Document if you don't want to use that.
   
   I don't agree with all the methods on Document today that pretend to offer 
map-like access but are really linear time searches through a list though, I 
would support deprecating all those.


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

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

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


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

Reply via email to