Hello,
I want to use solr suggest
(https://lucene.apache.org/solr/guide/8_2/suggester.html) in a solr cloud with
replication.
We are using solr cloud with 2 nodes.
To build up the suggest I have to call "suggest.buildAll=true".
I do it this way:
- Ask Zookeeper for a Solr Node, it will return
Hi Solr Users,
We use SolrCloud 7.2.1 with 2 Solr nodes in AWS. The shard size for these
collections does not exceed more than 5G. They have approximately 16 shards
with 2 replicas. We do deletes (ByQuery) as well large updates in some of
these Solr collections. We are seeing slower filter querie
Never mind, I found the answer. WordDelimiterFilterFactory is
deprecated and is replaced by WordDelimiterGraphFilterFactory.
Steve
On Sat, May 9, 2020 at 5:22 PM Steven White wrote:
> Hi everyone,
>
> Why I cannot find the filter solr.WordDelimiterFilterFactory at
> https://lucene.apache.org/
Hi everyone,
Why I cannot find the filter solr.WordDelimiterFilterFactory at
https://lucene.apache.org/solr/guide/8_5/index.html but it is at
https://cwiki.apache.org/confluence/display/SOLR/AnalyzersTokenizersTokenFilters
?
Thanks
Steve
Hi everyone,
There are multiple copies with each a bit different of the
files solrconfig.xml and the various schema files. Should I be using
what's under \solr-8.5.1\server\solr\configsets\_default\conf as my
foundation to build on?
Thanks
Steve