Re: Query for Distributed search -

2008-11-24 Thread Chris Hostetter
: Subject: Query for Distributed search - : In-Reply-To: <[EMAIL PROTECTED]> http://people.apache.org/~hossman/#threadhijack Thread Hijacking on Mailing Lists When starting a new discussion on a mailing list, please do not reply to an existing message, instead start a fresh email. Even if yo

RE: Query for Distributed search -

2008-11-24 Thread souravm
;indent=true&q=ipod+solr'" as mentioned in the wiki. Regards, Sourav -Original Message- From: Aleksander M. Stensby [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2008 12:37 AM To: solr-user@lucene.apache.org Subject: Re: Query for Distributed search - If y

Re: Query for Distributed search -

2008-11-24 Thread James liu
Up to your solr client. On Mon, Nov 24, 2008 at 1:24 PM, souravm <[EMAIL PROTECTED]> wrote: > Hi, > > Looking for some insight on distributed search. > > Say I have an index distributed in 3 boxes and the index contains time and > text data (typical log file). Each box has index for different tim

Re: Query for Distributed search -

2008-11-24 Thread Aleksander M. Stensby
If you for instance use SolrJ and the HttpSolrServer, you could for instance add logic to your querying making your searches more efficient! That is partially the idea of sharding, right? :) So if the user wants to search for a log file in June, your application knows that June logs are sto