Hi all,
I know the suggester component will work on distributed indexes. It works
fine when I'm only using the suggester component in the components chain,
but I'd like to apply the suggester to the end of the default components
chain (query, facet, mlt, etc..). When I do, I get an error. For exam
HI Shawn,
At time of indexing with partial updates CPU utilization is max 12%. Solr
JVM heap size is minimum 40GB because we are using data-import handler
with SortedMapBackedCache which uses java heap at time of full import.
Memory utilization is also decent when partial updates are running. Only
An option is actually to do an explicit
ClusterStatus.getClusterStatus().process(solr, collectionName) request
and then get the config set name out of the result. This is a bit
cumbersome but works.
On 12.11.2017 19:54, Hendrik Haddorp wrote:
Hi,
the SolrJ DocCollection object seems to conta
On 11/11/2017 8:17 AM, Sujay Bawaskar wrote:
Thanks Shawn. Its good to know that OpenSearcher is not causing any
issue.
We are good with 15 minutes of softCommit interval . We are using
stand alone solr instance and not solr cloud. There are 100 cores on
this machine but index ingestion was
Hi,
the SolrJ DocCollection object seems to contain all information from the
cluster status except the name of the config set.
Is that a bug or on purpose?
The reason might be that everything in the DocCollection object
originates from the state.json while the config set name is stored in
th
I have documents in solr that look like this:
{
� "id": "acme-1",
� "manufacturer": "acme",
� "product_name": "Foo",
� "price": 3.4
}
�
There are about
150,000 manufacturers, each of which have between 20,000 and 1,000,000
products.��
I'd like to return the sum of all prices that are in the ran
Thanks Erik, Yes i see the 'sawtooth' pattern. I will try your suggestion,
but i am wondering why were the queries performant with solr4 without
DocValues? Have some defaults changed?
---
On Sat, Nov 11, 2017 at 8:28 PM, Erick Erickson
wrote:
> Nawab:
>
> bq: Cache hit ratios are all in 80+%