rmuir commented on issue #12142: URL: https://github.com/apache/lucene/issues/12142#issuecomment-1426209181
yeah and just to clarify at high-level: Indexing Time: * I think getting Document/Field api should be geared at this. Remove ability for document to be a "map" backed by a slow list. Try to add type-safety to the Field classes like we have been doing. I do think storing should be easy here (e.g. `Field.Store.YES` like people are accustomed to). retrieval time: * should be something different, probably map-like by "default/easy", but * Let's put some serious thought into naming first, before we try this again. -- 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