You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Lens I'd like to access all figure_refs for a given node. So I'd have to tell the index that it should take the nodeid which corresponds to the first element from path.
"figure_refs_by_node": {"type": "figure_reference","properties": ["path[0]"]// no idea how to specify that}
Desired usage:
doc.find('figur_refs_by_node','paragraph_12');
The text was updated successfully, but these errors were encountered:
I have implemented an hierarchical index in the annotator... We could
extract and provide it via API. And maybe also activate the index via
schema... Though, I am not totally sure if it should be that way or the
application should activate the indxes it needs...
Am 18.08.2013 15:41 schrieb "Michael Aufreiter" notifications@github.com:
Hmm.. seems like I can use the annotator to do that.
For Lens I'd like to access all figure_refs for a given node. So I'd have to tell the index that it should take the nodeid which corresponds to the first element from
path
.Desired usage:
The text was updated successfully, but these errors were encountered: