Hi,
we are using TS4.1 in Linux box.in here we are using LSCs7.3 we can able to querying the metadata search and getting the response properly. but when we are trying to querying through Document search we are facing a issue. and when we are trying to get the document by using the doument id through URI it shows error code 500.
The URL are
- http://host: port/lscs/v1/document/id/d18f0cc17ace747f8abddc29b8d1d584/context/469e8bf1c1feb1981605e6cf15a245e3
- http://host: port/lscs/v1/document/id/d18f0cc17ace747f8abddc29b8d1d584
- http://host: port/lscs/v1/document/path/templatedata/Market/Feature/data/default.xml
These 3 urls are returning the error.
but using the following meta search query, we are able to fetch the content.
http://host: port/lscs/v1/document?q=rel_path:=templatedata/Market/Feature/data/default.xml&project=//host/default/main/internet/
