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

=> https://xapian.org/ Xapian search engine library
=> https://git.genenetwork.org/arunisaac/dump-genenetwork-database dump-genenetwork-database repository

* 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