: 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. E
;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
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
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
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 timeline - say Box 1
for all Jan to April, Box 2 for May to August and Box 3 for Sep to Dec.
Now if I tr