<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="HOEnZb"><div class="h5">
Is fulltext search implemented in existing light weight triple storages<br></div></div>
like in RDBMS? ie, if you need fulltext search, create particular index.<br></blockquote><div>Nope, in fact you do not control the indexes. Triple store implementing just what is in the recommendation index everything that is a literal. For instance if the following triple is inserted '<<a href="http://dbpedia.org/resource/Amsterdam">http://dbpedia.org/resource/Amsterdam</a>> <<a href="http://www.w3.org/2000/01/rdf-schema#label">http://www.w3.org/2000/01/rdf-schema#label</a>> "Amsterdam"', only the string "Amsterdam" will be indexed. <br>
<br></div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
I mean, if fulltext feature is pluggable, it might make sense to disable<br>
it (to decrease resources consumption) and reuse Xapian instead. The reason<br>
is that Xapian is mature, fast, and humble in case of memory footprint,<br>
fulltext indexer.<br></blockquote><div>It is not pluggable but the source code of the triple store is available. It may make sense to dig into the code to disable the index and plug in xapian instead if we find it to improve the performances, or if the regex search in literals is not enough.<br>
So far, I did not focus too much on the triple store and just took RedStore that works "out of the box" on the XO and provide good enough performances. There is another triple store, "4store" that would be more efficient and have a lower foot print but making it fit the hardware of the XO will require some hacking.<br>
<br>Christophe<br><br><br></div></div>