sgup432 commented on issue #16495: URL: https://github.com/apache/lucene/issues/16495#issuecomment-5222211816
@kkewwei I am wondering how are you thinking to solve this using `warm` API after segment merge. Currently query cache has the following structure `<<IndexReader, Query>, Value>`. Are you planning to recreate the cache with corresponding queries and values for a new segment? I guess one way would be still keep the queries intact in-memory after segment merge, re-run those against the new segment, and build your cache? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
