mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes for 2020-03-08
This commit is contained in:
@ -64,5 +64,10 @@ $ curl -s "http://localhost:8081/solr/statistics-2012/update?softCommit=true" -H
|
||||
```
|
||||
|
||||
- I will do this for as many cores as I can (disk space limited) and then monitor the effect on the system and JVM memory usage
|
||||
- Exporting half years might work, using a filter query with months as a regular expression:
|
||||
|
||||
```
|
||||
$ ./run.sh -s http://localhost:8081/solr/statistics-2014 -a export -o /tmp/statistics-2014-1.json -k uid -f 'time:/2014-0[1-6].*/'
|
||||
```
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
Reference in New Issue
Block a user