summaryrefslogtreecommitdiff
path: root/issues/full-text-search.gmi
blob: e0f958d7fd8a123bb600d7204bc7c70207e9e171 (plain)
1
2
3
4
5
6
7
8
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