Solt with no text search

2018-02-24 Thread Bsr
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

Solr Phrase Count : How to get count of a phrase in a text field solr

2018-02-24 Thread aneeshkappu
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

Re: Could not find collection when upgrading to Solr 7

2018-02-24 Thread Marvin Bredal Lillehaug
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

Solt with no text search

2018-02-24 Thread Bsr
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

Re: Could not find collection when upgrading to Solr 7

2018-02-24 Thread Shawn Heisey
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

Re: Indexing timeout issues with SolrCloud 7.1

2018-02-24 Thread Deepak Goel
>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