Skip to content
This repository was archived by the owner on Oct 27, 2020. It is now read-only.

Update transactions.get.desc.xml #421

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<webscript>
<shortname>Get transactions</shortname>
<description>Get the transactions from the given commit time.</description>
<url>/api/solr/transactions?fromTxnId={fromTxnId?}&amp;fromCommitTime={fromCommitTime?}&amp;maxResults={maxResults?}</url>
<url>/api/solr/transactions?minTxnId={minTxnId?}&amp;maxTxnId={maxTxnId?}&amp;fromCommitTime={fromCommitTime?}&amp;toCommitTime={toCommitTime?}&maxResults={maxResults?}</url>
<format default="json">argument</format>
<!-- Solr api is protected by a solr-specific authentication mechanism -->
<authentication>none</authentication>
<!-- Must be readwrite as it updates shard state -->
<transaction allow="readonly">required</transaction>
<lifecycle>internal</lifecycle>
<family>SOLR</family>
</webscript>
</webscript>