Thanks, that was my assumption as well that all parameters should are
supported by both GET and POST. However, when using JSON API I keep getting
400 error code:

/Request/:
{"query":"*","cursorMark":"*","sort":"id asc"}

/Response/:
{"responseHeader":{"status":400,"QTime":0,"params":{"fl":"id","json":"{\"query\":\"*\",\"cursorMark\":\"*\",\"sort\":\"id
asc\"}","rows":"1","wt":"json"}},"error":{"metadata":["error-class","org.apache.solr.common.SolrException","root-error-class","org.apache.solr.common.SolrException"],"msg":"*Unknown
top-level key in JSON request : cursorMark*","code":400}}

Also I was not able to find any examples of cursorMark being used in POST,
neither on the  wiki page
<https://cwiki.apache.org/confluence/display/solr/JSON+Request+API>  , nor
in  the reference guide
<http://mirrors.dotsrc.org/apache/lucene/solr/ref-guide/apache-solr-ref-guide-6.5.pdf>
 
.
Am I using wrong parameter name?

Thanks!




--
View this message in context: 
http://lucene.472066.n3.nabble.com/cursorMark-value-causes-Request-URI-Too-Long-excpetion-tp4335472p4335590.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to