On 12/27/06, Biggy <[EMAIL PROTECTED]> wrote:
Does anyone know how/if Solr can handle say 30 server with 3 requests/sec ?
We've only gone to 10 replicated search servers at CNET (and that
number turned out to be way overkill). For most types of requests, a
single server can handle way more tha
Hi -
I'm having a problem getting boosts to work the way I think they are
supposed to.
What I want is for documents to be returned in doc boost order, when
all the queries are constant scoring range queries. (e.g. date:[2006 TO 2007])
I believe (but am not certain) that this is supposed to
Hi,
I have three documents in my test data set.
-
30ABCDE XYZ GHI
-
40abcde XYZ GHI
-
50abcde XYZ
I used the standard handler to retrieve the documents where "ghi" or "xyz"
are present (http://localhost:8983/solr/select/?q=ghi+xyz&debugQuery=1).
When the results are return
Hi,
I am currently exploring the possibility of using faceted browsing using
Solr, and got few questions. I am currently indexing some fields that has
more than one value per record or e.g., a field name called metaKeyword,
and the value for this contains more than one value per record (e.g., ja
I am evaluating whether to use Solr or Terracotta for clustering Lucene.
Does anyone know how/if Solr can handle say 30 server with 3 requests/sec ?
The replication strategy i have uses JGroups which is unfortunately is
unreliable.
How does Solr replicate data across servers for instance ?
--