@@ -30,7 +30,7 @@ $ java --illegal-access=permit -jar $INDEXER_JAR \
3030This generates a set of binary lucene files as shown below:
3131
3232````
33- boris@castalia:maven $ ls -lh $WORKDIR/indexes/
33+ $ ls -lh $WORKDIR/indexes/
3434total 5,2G
3535-rw-r--r-- 1 root root 500M juil. 7 22:06 _4m.fdt
3636-rw-r--r-- 1 root root 339K juil. 7 22:06 _4m.fdx
@@ -99,7 +99,7 @@ When executed on the maven central indexes (5.2 GB), the process generates
999949GB of text data on disk:
100100
101101```
102- boris@castalia:maven $ du -sh /work/*
102+ $ du -sh /work/*
10310349G /work/export
1041045,2G /work/indexes
1051051,2G /work/nexus-maven-repository-index.gz
@@ -116,7 +116,7 @@ $ docker run -v $(pwd)/repository_test:/work bbaldassari/maven-index-exporter
116116The exported files will be stored in ` repository_test/export/ ` , and output should look like this:
117117
118118````
119- boris@castalia:gh_maven-index-exporter $ docker run -v $(pwd)/repository_test:/work bbaldassari/maven-index-exporter
119+ $ docker run -v $(pwd)/repository_test:/work bbaldassari/maven-index-exporter
120120Docker Script started on 2021-08-19 09:07:53.
121121# Checks..
122122* Content of /opt:
@@ -207,13 +207,12 @@ Size after cleaning:
2072074.0K /work/nexus-maven-repository-index.properties.sha1
208208Make files modifiable by the end-user:
209209Docker Script execution finished on 2021-08-19 09:07:54.
210- boris@castalia:gh_maven-index-exporter$
211210````
212211
213212The _ 1.fld file contains the fields for each document:
214213
215214````
216- boris@castalia:gh_maven-index-exporter $ head repository_test/export/_1.fld
215+ $ head repository_test/export/_1.fld
217216doc 0
218217 field 0
219218 name u
0 commit comments