mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 14:45:03 +01:00
Update notes for 2020-03-08
This commit is contained in:
parent
c95d907461
commit
619911f55e
@ -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: -->
|
||||
|
@ -22,7 +22,7 @@ You need to download this into the DSpace 6.x source and compile it
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2020-03/" />
|
||||
<meta property="article:published_time" content="2020-03-02T12:31:30+02:00" />
|
||||
<meta property="article:modified_time" content="2020-03-04T18:02:54+02:00" />
|
||||
<meta property="article:modified_time" content="2020-03-08T13:34:56+02:00" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="March, 2020"/>
|
||||
@ -49,9 +49,9 @@ You need to download this into the DSpace 6.x source and compile it
|
||||
"@type": "BlogPosting",
|
||||
"headline": "March, 2020",
|
||||
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/2020-03\/",
|
||||
"wordCount": "358",
|
||||
"wordCount": "385",
|
||||
"datePublished": "2020-03-02T12:31:30+02:00",
|
||||
"dateModified": "2020-03-04T18:02:54+02:00",
|
||||
"dateModified": "2020-03-08T13:34:56+02:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -187,9 +187,14 @@ $ curl -s 'http://localhost:8081/solr/statistics-2012/select?q=time:2012*&ro
|
||||
"response":{"numFound":3761989,"start":0,"docs":[]
|
||||
$ curl -s "http://localhost:8081/solr/statistics-2012/update?softCommit=true" -H "Content-Type: text/xml" --data-binary "<delete><query>time:2012*</query></delete>"
|
||||
</code></pre><ul>
|
||||
<li>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</li>
|
||||
<li>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
|
||||
<ul>
|
||||
<li>Exporting half years might work, using a filter query with months as a regular expression:</li>
|
||||
</ul>
|
||||
<!-- raw HTML omitted -->
|
||||
</li>
|
||||
</ul>
|
||||
<pre><code>$ ./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].*/'
|
||||
</code></pre><!-- raw HTML omitted -->
|
||||
|
||||
|
||||
|
||||
|
@ -4,27 +4,27 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/categories/</loc>
|
||||
<lastmod>2020-03-04T18:02:54+02:00</lastmod>
|
||||
<lastmod>2020-03-08T13:34:56+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2020-03-04T18:02:54+02:00</lastmod>
|
||||
<lastmod>2020-03-08T13:34:56+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2020-03/</loc>
|
||||
<lastmod>2020-03-04T18:02:54+02:00</lastmod>
|
||||
<lastmod>2020-03-08T13:34:56+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/categories/notes/</loc>
|
||||
<lastmod>2020-03-04T18:02:54+02:00</lastmod>
|
||||
<lastmod>2020-03-08T13:34:56+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
||||
<lastmod>2020-03-04T18:02:54+02:00</lastmod>
|
||||
<lastmod>2020-03-08T13:34:56+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
|
Loading…
Reference in New Issue
Block a user