Sorry for posting before lurking awhile, but I was really frustrated and
hot on getting past this.
I wanted to get some Keyword Entity tags, so I dumped a large taxonomy
(DiseaseOntology) into the entity hub. I realize it would be best to have
created a managed site but I hadn't see the eHealth demo yet. I believed it
should have worked, just perhaps not the most efficient.
I was sure the entityhub got populated correctly by being able to .../find
../query and get results.
But when run in an enhancement chain, nothing was being found.
I crawled in and turned up logs and something interesting was observed.
Since I had a case that worked .../query and one that didn't I was able to
find the differences.
Deep inside SolrYard I find that what works is string like this:
q=(((_\!@/rdfs\:label/:"foobar")))
What doesn't work is:
q=(((@en/rdfs\:label/:"foobar")))
This also doesn't work
q=(((@/rdfs\:label/:"foobar")))
I do not know what the _!@ language syntax does to SOLR retrieval and how
I realize that the entities probably have no language tag, but
the tantalizing functionality expressed through find and query working.
--
for(;;); /* [email protected] */