Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
It would be useful to support commitWithin HTTP GET request param on all UpdateRequestHandlers.
That way, you could set commitWithin on the request (for XML, JSON, CSV, Binary and Extracting handlers) with this syntax:
curl http://localhost:8983/solr/update/extract?literal.id=123&commitWithin=10000 -H "Content-Type: application/pdf" --data-binary @file.pdf
PS: The JsonUpdateRequestHandler and BinaryUpdateRequestHandler already support this syntax.
Attachments
Attachments
Issue Links
- is depended upon by
-
CONNECTORS-202 SOLR connector suport for commitWithin
- Resolved
- is required by
-
SOLR-2771 Solr modules' tests should not depend on solr-core test classes; move BufferingRequestProcessor from solr-core tests to test-framework so that solr cell can use it
- Closed