Hi,
I'm trying to understand how UIMA can work with semantic search and I tried to run the example explained in the "Integrating Text Analysis and Search" chapter of the user guide.
I've followed the step and I've set the parameters like the ones in the guide but, when I run the Semantic Search component and I type this query: <Meeting>UIMA</Meeting>
the result is:
No Matching Documents Found.
While when I type the query: <RoomNumber>GN-K35</RoomNumber>
the search works and the component retrieve the documents containing "GN-K35" annotated like RoomNumber.
It seems like Meeting is not viewed like an Annotator, isn't it?
Can someone help me?