From c7576d60286ae25a26c651de14343122b9836882 Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Fri, 29 May 2015 15:05:52 +0200 Subject: added a full solr export to the IndexControlURLs_p.html servlet. The export function is also now the default export option. The export file format for a full solr export is very similar to a solr search result xml, only the tag is missing. The exported xml has a special line termination feature: all documents will be exported into a single line without any CR in between. That means that every document is completely inside a single line. While this is not readable at all for humans, it is very useful for linux line processing scripts, like grep. Using grep it will be easy to select single documents which match for a given pattern. Such dumps shall be importable with the DATA/SURROGATE/in import function, but that import is not yet adopted to the new file format. --- htroot/IndexControlURLs_p.html | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) (limited to 'htroot/IndexControlURLs_p.html') diff --git a/htroot/IndexControlURLs_p.html b/htroot/IndexControlURLs_p.html index e4eee30f5..0d245a6ab 100644 --- a/htroot/IndexControlURLs_p.html +++ b/htroot/IndexControlURLs_p.html @@ -118,7 +118,7 @@ function updatepage(str) {
Statistics about top-domains in URL Database
-
 
+
 
Show top domains from all URLs.
@@ -157,7 +157,7 @@ function updatepage(str) {
Dump and Restore of Solr Index
-
 
+
 
@@ -165,7 +165,7 @@ function updatepage(str) {
Dump File
-
 
+
 
@@ -174,7 +174,7 @@ function updatepage(str) {
Optimize Solr
-
 
+
 
merge to max. segments
@@ -184,7 +184,7 @@ function updatepage(str) {
Reboot Solr Core
-
 
+
 
@@ -206,16 +206,19 @@ function updatepage(str) {
Export Format
-
Only Domain: - Plain Text List (domains only)   - HTML (domains as URLs, no title)
- Full URL List: - Plain Text List (URLs only)        - HTML (URLs with title)       - XML (RSS) -
-
-
 
+
+
+
Only Domain:
+
Plain Text List (domains only)
+ HTML (domains as URLs, no title)
+
Full URL List:
+
Plain Text List (URLs only)
+ HTML (URLs with title)
+
Full Data Records:
+
XML (RSS)
+ XML (Rich and full Solr data using Solr Schema, can be imported with DATA/SURROGATE/in/)
+
+
 
-- cgit v1.2.3