summaryrefslogtreecommitdiff
path: root/issues
diff options
context:
space:
mode:
authorArun Isaac2022-10-27 16:06:15 +0530
committerArun Isaac2022-10-27 16:06:15 +0530
commiteecf3474118f8392614ee4e3a555b1cce0b9cc9e (patch)
tree1d0e3c8ab24e0ec9f2bbebf8bbc3f37fc6f71a9b /issues
parent52d954cc8f7b276d80d07e1e01fe2a91a84ab3bd (diff)
downloadgn-gemtext-eecf3474118f8392614ee4e3a555b1cce0b9cc9e.tar.gz
Reject virtuoso for full text search.
Diffstat (limited to 'issues')
-rw-r--r--issues/full-text-search.gmi9
1 files changed, 7 insertions, 2 deletions
diff --git a/issues/full-text-search.gmi b/issues/full-text-search.gmi
index e0f958d..a8628de 100644
--- a/issues/full-text-search.gmi
+++ b/issues/full-text-search.gmi
@@ -1,9 +1,14 @@
# 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.
+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.
=> 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
+
+## Virtuoso full text search
+
+We also considered that virtuoso supports full text search in SPARQL. But, the query syntax is not as natural as xapian, and there may be no stemming. So, this option was rejected.
+
+=> http://docs.openlinksw.com/virtuoso/rdfsparqlrulefulltext/ Virtuoso full text search