mbien commented on PR #277:
URL: https://github.com/apache/maven-indexer/pull/277#issuecomment-1328883441

   > @mbien anything more you want to add or this PR is good to go?
   
   would be all for this PR. 
   
   Wanted to investigate if it would be possible to do a shallow extraction 
(comparable to git clone --depth) based on artifact age or number of versions 
since it might be interesting for IDE use. As a test i tried to run with 
`indexUpdateRequest.setDocumentFilter((doc) -> false);` but this did produce an 
index with identical size even though the filter method was called. But first I 
probably try to take a look what is taking up all the space in the first place 
- maybe there are other ways to reduce footprint. But that would be all for 
later.


-- 
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...@maven.apache.org

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

Reply via email to