thomasmueller commented on PR #2789:
URL: https://github.com/apache/jackrabbit-oak/pull/2789#issuecomment-4213702638

   Some remarks:
   
   * Existing indexed documents will have the old behavior (first N tags), 
while newly indexed documents will have new behavior (top N by confidence). I 
assume that's fine.
   * How many tags did we see currently? I assume memory usage (if there are 
many tags) is not very high normally; but possibly we could truncate if the 
number of in-memory tags exceeds eg. 10x the configured limit (example: if 50 
is configured, then once we have more than 500 in memory, truncate the 
in-memory buffer to the top 250 entries).


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

Reply via email to