RE: searching a subset of SOLR index

2011-07-05 Thread Pierre GOSSE
: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

Re: searching a subset of SOLR index

2011-07-05 Thread Erik Hatcher
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 &

RE: searching a subset of SOLR index

2011-07-05 Thread Jame Vaalet
: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 &

RE: searching a subset of SOLR index

2011-07-05 Thread Pierre GOSSE
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

RE: searching a subset of SOLR index

2011-07-05 Thread Jame Vaalet
-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

RE: searching a subset of SOLR index

2011-07-05 Thread Pierre GOSSE
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

RE: searching a subset of SOLR index

2011-07-05 Thread Jame Vaalet
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

Re: searching a subset of SOLR index

2011-07-05 Thread Shashi Kant
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 (

searching a subset of SOLR index

2011-07-05 Thread Jame Vaalet
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