summaryrefslogtreecommitdiff
path: root/issues/full-text-search.gmi
diff options
context:
space:
mode:
authorArun Isaac2022-06-30 09:02:42 +0530
committerArun Isaac2022-06-30 09:02:42 +0530
commitf8a786ce54c926983e607452728091f5872a4124 (patch)
tree61e4a7f92bb50217240682f101d11cf3d1aa17ba /issues/full-text-search.gmi
parent4ffa82b50447083b0576c00da21fbc36fd51ef61 (diff)
downloadgn-gemtext-f8a786ce54c926983e607452728091f5872a4124.tar.gz
Add full text search issue.
Diffstat (limited to 'issues/full-text-search.gmi')
-rw-r--r--issues/full-text-search.gmi9
1 files changed, 9 insertions, 0 deletions
diff --git a/issues/full-text-search.gmi b/issues/full-text-search.gmi
new file mode 100644
index 0000000..e0f958d
--- /dev/null
+++ b/issues/full-text-search.gmi
@@ -0,0 +1,9 @@
+# Full text search
+
+Implement full text search on the dumped RDF using xapian. This may be a feature to be implemented in the dump-genenetwork-database repo using guile-xapian. It is also worth considering that virtuoso supports full text search in SPARQL. But, the query syntax is not as natural language like as xapian, and there may be no stemming.
+
+=> https://xapian.org/ Xapian search engine library
+=> https://git.genenetwork.org/arunisaac/dump-genenetwork-database dump-genenetwork-database repository
+=> http://docs.openlinksw.com/virtuoso/rdfsparqlrulefulltext/ Virtuoso full text search
+
+* assigned: aruni, bonfacem