Thanks Shawn!
Best,
Mark.
On Wed, Feb 17, 2016 at 7:48 PM, Shawn Heisey wrote:
> On 2/17/2016 3:49 PM, Mark Robinson wrote:
> > I have around 121 fields out of which 12 of them are indexed and almost
> all
> > 121 are stored.
> > Average size of a doc is 10KB.
> >
> > I was checking for start=0
On 2/17/2016 3:49 PM, Mark Robinson wrote:
> I have around 121 fields out of which 12 of them are indexed and almost all
> 121 are stored.
> Average size of a doc is 10KB.
>
> I was checking for start=0, rows=1000.
> We were querying a Solr instance which was on another server and I think
> network
Thanks Joel and Chris!
I have around 121 fields out of which 12 of them are indexed and almost all
121 are stored.
Average size of a doc is 10KB.
I was checking for start=0, rows=1000.
We were querying a Solr instance which was on another server and I think
network lag might have come into the pi
: I have a requirement where I need to retrieve 1 to 15000 records at a
: time from SOLR.
: With 20 or 100 records everything happens in milliseconds.
: When it goes to 1000, 1 it is taking more time... like even 30 seconds.
so far all you've really told us about your setup is that some
Also are you ranking documents by score
Joel Bernstein
http://joelsolr.blogspot.com/
On Wed, Feb 17, 2016 at 1:59 PM, Joel Bernstein wrote:
> A few questions for you: What types of fields and how many fields will you
> be retrieving? What version of Solr are you using?
>
> Joel Bernstein
> http
A few questions for you: What types of fields and how many fields will you
be retrieving? What version of Solr are you using?
Joel Bernstein
http://joelsolr.blogspot.com/
On Wed, Feb 17, 2016 at 1:37 PM, Mark Robinson
wrote:
> Hi,
>
> I have a requirement where I need to retrieve 1 to 15000
Hi,
I have a requirement where I need to retrieve 1 to 15000 records at a
time from SOLR.
With 20 or 100 records everything happens in milliseconds.
When it goes to 1000, 1 it is taking more time... like even 30 seconds.
Will Solr be able to return 1 records at a time in less than sa