Remove.
On Tue, Sep 16, 2014 at 12:58 PM, Joan wrote:
> Remove please
>
> 2014-09-16 6:59 GMT+02:00 Patti Kelroe-Cooke :
>
> > Remove
> >
> > Kind regards
> > Patti
> >
> > On Mon, Sep 15, 2014 at 5:35 PM, Aaron Susan
> > wrote:
> >
> > > Hi,
> > >
> > > I am here to inform you that we are havi
Hi,
I wanted to know how sorting works with multiple shards.
Suppose I have queried with 4 shards specified. Records per page specified
as 100 & sort-field as creationDate. So will it sort & fetch 100 documents
from each shard, and then they will be aggregated, sorted again & top 100
will be give
; On Tue, 2012-09-11 at 08:00 +0200, Amey Patil wrote:
> > Our solr index (Solr 3.4) has over 100 million docuemnts.
> [...]
> > *((keyword1 AND keyword2...) OR (keyword3 AND keyword4...) OR ...) AND
> > date:[date1 TO *]*
> > No. of keywords can be in the range of 100 - 1000
Our solr index (Solr 3.4) has over 100 million docuemnts.
We frequently fire one type of query on this index to get documents, do
some processing and dump in another index.
Query is of the form -
*((keyword1 AND keyword2...) OR (keyword3 AND keyword4...) OR ...) AND
date:[date1 TO *]*
No. of keywo