You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stanbol.apache.org by xiaoyan yu <xi...@gmail.com> on 2013/03/18 18:51:56 UTC

question on contenthub feature search

I had a big dbpedia collection as one of the reference site by following
[1].
Now when searching the related keywords for the keyword "IPhone", I got the
hit with http://dbpedia.org/resource/The_iphone* *which is a re-direct page
of the actual dbpedia page http://dbpedia.org/resource/IPhone. I observed
this from the code [2] and I couldn't get the desired page hit even by
manipulating the FieldQuery by setting to different offsets.

Please help!

Thanks,
Xiaoyan

[1]  https://github.com/apache/stanbol/tree/trunk/entityhub/indexing/dbpedia
[2] entityId = externalEnties.iterator().next().getId();
ReferenceSiteSearch::search() in
org.apache.stanbol.contenthub.search.related.ReferenceSiteSearch.java.