s1monw commented on issue #1361: LUCENE-8118: Throw exception if DWPT grows 
beyond it's maximum ram limit
URL: https://github.com/apache/lucene-solr/pull/1361#issuecomment-604922114
 
 
   @dnhatn that's a good question. One option here would be to fix Lucene's 
`Field` to accept a `Supplier<Reader>` instead of a reader instance. That way 
we can consume it multiple times and for back-compat we can keep the reader 
ctor. This is something that we could benefit from in multiple other places too 
I guess. @mikemccand WDYT?

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


With regards,
Apache Git Services

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

Reply via email to