I am starting the planning stages of moving from a single instance of solr
8 to a solrcloud implementation.
Currently I have a 148GB index on a single dedicated server w 96gb ram @ 16
cores /2.4ghz ea. + SSD disk. The search is fast but obviously the index
size is greater than the physical memory,
Hello everyone,
I recently setup Solr 8 in SolrCloud mode, previously I was using
standalone mode and was able to easily push 10,000 records in per HTTP call
wit autocommit. Ingestion occurs when server A pushes (HTTPS) payload to
server B (SolrCloud) on LAN network.
However, once converted to So
Solr 8.0.0 (single server, single instance, single core) Centos 6x86_64
Error : number of documents in the index cannot exceed 2147483519
Ive read about the max number of documents which means I need to go with
SolrCloud..
My question is this, can I implement a "clustered" environment on single
s
Solr 8.0.0, I have a HASHTAG string field I am trying to facet on to get
the most popular hashtags (top 100) across many sources. (SITE field is
string)
/select?facet.field=hashtag&facet=on&rows=0&q=%2Bhashtag:*%20%2BDT:[" .
date('Y-m-d') . "T00:00:00Z+TO+" . date('Y-m-d') .
"T23:59:59Z]&facet.li
>
> All great advice thanks Michael, have an excellent weekend! Testing the
> common grams
>
-Craig
more than happy to include more output..
-Craig
On Fri, Mar 29, 2019 at 12:24 PM Michael Gibney
wrote:
> Can you post the query that's actually built for some of these inputs
> ("parsedquery" or "parsedquery_toString" output included for requests with
> &
Using Solr 8.0.0, single instance, single core, 50m records (38gb index)
on one SSD, 96gb ram, 16 cores CPU
Most queries run very very fast <1 sec however we have noticed queries
containing "common" words are quite slow sometimes 10+sec , currently using
edismax with 2 text_general fields,. qf, a