>From the error list, i can see multiple errors:
1. Failure to recover replica
2. Peer sync error
3. Failure to download file
On 24 Feb 2018 03:10, "Tom Peters" wrote:
I included the last 25 lines from the logs from each of the five nodes
during that time period.
I _think_ I'm running into iss
On 2/24/2018 3:13 AM, Marvin Bredal Lillehaug wrote:
We have a multicore Solr-instance that currently is running version
6.6.2.
For local development we run
./solr start -v -d $solrDir/server -h localhost -p $SOLR_PORT -c -f -s
$solrHomeDir -a "-Dbootstrap_conf=true -Djetty.host=localhost" -m
0
down vote
favorite
I have successfuly implemented the custom search in solr by extending
CustomScoreProvider. But the problem is i need to pass some user info like
31,1 which i need in custom sort.
q={!mycustomparser}31+1+*:*
and it is acting as a text search. Is there any way that i
This is for doing local development and running tests.
So starting with embedded zookeeper in SolrCloud mode is intentional. The
idea is to just run the script setting up the folder structure for the
cores and everything is up and running, ready for indexing and querying
locally.
The applications u
Hi All, I want to get the count of a phrase from a document .
Currently im using Shingle Filter factory but it consuming a large disk
space. Any alternate ways or any way to optimize this.
currently it consuming 40GB for just 46K records
my schema setting is given below
0
down vote
favorite
I have successfuly implemented the custom search in solr by extending
CustomScoreProvider. But the problem is i need to pass some user info like
31,1 which i need in custom sort.
*q={!mycustomparser}31+1+*:**
and it is acting as a text search. Is there any way that