application-managed indexing
I am trying to write a Java test case for application-managed indexing.
I can create and POST an (XML) document to a namespace (ahem: storage
area :), and then also POST an RDF index document. However a query does
not return any results so far (empty feed). I'm using Jazz Foundation
1.0.0.1M2.
Is there an example that shows the use of application-managed indexing
(the exact URI to use for POSTing, etc.)? IndexAndQueryTests.java seems
to be mainly/all about server-managed indexing.
So far I have not been able to resolve this from the documentation alone:
https://jazz.net/wiki/bin/view/Main/JFSApplicationIndexing
Thanks for any help,
Christian
I can create and POST an (XML) document to a namespace (ahem: storage
area :), and then also POST an RDF index document. However a query does
not return any results so far (empty feed). I'm using Jazz Foundation
1.0.0.1M2.
Is there an example that shows the use of application-managed indexing
(the exact URI to use for POSTing, etc.)? IndexAndQueryTests.java seems
to be mainly/all about server-managed indexing.
So far I have not been able to resolve this from the documentation alone:
https://jazz.net/wiki/bin/view/Main/JFSApplicationIndexing
Thanks for any help,
Christian
One answer
Christian, can you post here the resource and the index you created? there are test cases in the foundation suite for this kind of indexing so it certainly should work.
I am trying to write a Java test case for application-managed indexing.
I can create and POST an (XML) document to a namespace (ahem: storage
area :), and then also POST an RDF index document. However a query does
not return any results so far (empty feed). I'm using Jazz Foundation
1.0.0.1M2.
Is there an example that shows the use of application-managed indexing
(the exact URI to use for POSTing, etc.)? IndexAndQueryTests.java seems
to be mainly/all about server-managed indexing.
So far I have not been able to resolve this from the documentation alone:
https://jazz.net/wiki/bin/view/Main/JFSApplicationIndexing
Thanks for any help,
Christian