[
https://issues.apache.org/jira/browse/SOLR-10409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pradeep Rao updated SOLR-10409:
-------------------------------
Description:
Its will be very useful to make /export component support rows=x to only export
first x documents. When supported, we can get the top x documents much faster
using /export instead of /select (if fields are supported by /export )
This lets user add rows=x parameter to request to limit number of docs they get
from /export query
rows=x
{
x=0 => returns numFound=0 and no docs in results - this is existing behavior (I
guess, unintended)
x=undefined or x>=numFound => will not have any effect on existing behavior
x < numFound => will return first x docs only (in specified sorted order ) in
results.
}
was:Its will be very useful to make /export component support rows=x to only
export first x documents. When supported, we can get the top x documents much
faster using /export instead of /select (if fields are supported by /export )
> /export should support rows=x parameter
> ---------------------------------------
>
> Key: SOLR-10409
> URL: https://issues.apache.org/jira/browse/SOLR-10409
> Project: Solr
> Issue Type: Improvement
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Pradeep Rao
> Priority: Minor
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Its will be very useful to make /export component support rows=x to only
> export first x documents. When supported, we can get the top x documents much
> faster using /export instead of /select (if fields are supported by /export )
> This lets user add rows=x parameter to request to limit number of docs they
> get from /export query
> rows=x
> {
> x=0 => returns numFound=0 and no docs in results - this is existing behavior
> (I guess, unintended)
> x=undefined or x>=numFound => will not have any effect on existing behavior
> x < numFound => will return first x docs only (in specified sorted order ) in
> results.
> }
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]