summaryrefslogtreecommitdiff
path: root/strus/README
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-04-27 20:45:12 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-04-27 20:45:12 +0200
commit74087a15b63dbc062e1c8a785917f44cda5f14c7 (patch)
treebd20677420b33aae27bb3ba6065c1757880caecf /strus/README
parente372ee22511a0e084b7957316909705bf9628d01 (diff)
downloadwww-andreasbaumann-cc-74087a15b63dbc062e1c8a785917f44cda5f14c7.tar.gz
www-andreasbaumann-cc-74087a15b63dbc062e1c8a785917f44cda5f14c7.tar.bz2
better GDPR page
Diffstat (limited to 'strus/README')
-rw-r--r--strus/README26
1 files changed, 0 insertions, 26 deletions
diff --git a/strus/README b/strus/README
deleted file mode 100644
index 4f2ad15..0000000
--- a/strus/README
+++ /dev/null
@@ -1,26 +0,0 @@
-# Search index with strus
-
-# For now create an XML from the content, later have a directory iterator
-# over 'content' and read TOML/YAML headers and markdown...
-
-# TODO: this becomes obsolete with a Hugo segmenter which undestands
-# YAML/TOML/JSON and Markdown:
-# remarshal (https://github.com/dbohdan/remarshal)
-# pandoc (http://pandoc.org/)
-# client-side needs:
-# https://github.com/fortnightlabs/snowball-js
-
-./create_xml.sh > posts.xml
-
-xmllint -noout posts.xml
-
-# test configuration of document analysis
-
-strusAnalyze document.ana posts.xml |& less
-
-# Create the strus search index:
-
-rm -rf storage
-mkdir storage
-strusCreate -s 'path=storage/wwwandreasbaumanncc; metadata=doclen UINT16, publish_date UINT16'
-strusInsert -c 1000 -f 1 -t 1 -s "path=storage/wwwandreasbaumanncc" document.ana posts.xml