:jvaa...@capitaliq.com]
Envoyé : mardi 5 juillet 2011 15:05
À : solr-user@lucene.apache.org
Objet : RE: searching a subset of SOLR index
But incase the website docs contribute around 50 % of the entire docs , why to
recreate the indexes . don't you think its redundancy ?
Can two web apps (solr
interfering each other
>
>
> Regards,
> JAME VAALET
> Software Developer
> EXT :8108
> Capital IQ
>
>
> -Original Message-
> From: Pierre GOSSE [mailto:pierre.go...@arisem.com]
> Sent: Tuesday, July 05, 2011 5:12 PM
> To: solr-user@lucene.apache.org
&
:8108
Capital IQ
-Original Message-
From: Pierre GOSSE [mailto:pierre.go...@arisem.com]
Sent: Tuesday, July 05, 2011 5:12 PM
To: solr-user@lucene.apache.org
Subject: RE: searching a subset of SOLR index
>From what you tell us, I guess a separate index for website docs would be the
&
both indexes ?
Pierre
-Message d'origine-
De : Jame Vaalet [mailto:jvaa...@capitaliq.com]
Envoyé : mardi 5 juillet 2011 13:14
À : solr-user@lucene.apache.org
Objet : RE: searching a subset of SOLR index
I have got two applications
1. website
The website will enable any u
-user@lucene.apache.org
Subject: RE: searching a subset of SOLR index
The limit will always be logical if you have all documents in the same index.
But filters are very efficient when working with subset of your index,
especially if you reuse the same filter for many queries since there is a cache.
If
l.com] On Behalf Of Shashi
Kant
Sent: Tuesday, July 05, 2011 2:26 PM
To: solr-user@lucene.apache.org
Subject: Re: searching a subset of SOLR index
Range query
On Tue, Jul 5, 2011 at 4:37 AM, Jame Vaalet wrote:
> Hi,
> Let say, I have got 10^10 documents in an index with unique id being doc
Behalf Of Shashi
Kant
Sent: Tuesday, July 05, 2011 2:26 PM
To: solr-user@lucene.apache.org
Subject: Re: searching a subset of SOLR index
Range query
On Tue, Jul 5, 2011 at 4:37 AM, Jame Vaalet wrote:
> Hi,
> Let say, I have got 10^10 documents in an index with unique id being document
Range query
On Tue, Jul 5, 2011 at 4:37 AM, Jame Vaalet wrote:
> Hi,
> Let say, I have got 10^10 documents in an index with unique id being document
> id which is assigned to each of those from 1 to 10^10 .
> Now I want to search a particular query string in a subset of these documents
> say (
Hi,
Let say, I have got 10^10 documents in an index with unique id being document
id which is assigned to each of those from 1 to 10^10 .
Now I want to search a particular query string in a subset of these documents
say ( document id 100 to 1000).
The question here is.. will SOLR able to search