tlog size issue- solr cloud 6.6

2021-03-19 Thread Ritvik Sharma
Hi Guys We have faced an issue where tlog size is increasing unnecessarily. We are using a "heavy indexing, heavy query" approach. We enabled hard commit also, solr cloud: 6.6 zk: 3.4.10 shards: 2, replication factor= 2 solrconfig, ${solr.autoCommit.maxTime:15000} 1

Distributed IDF for Solr using ExactStatsCache issue

2021-03-19 Thread Cameron M VandenBerg
Hello, I am using Solr in a distributed environment where I have split my collection into parts, which I have running on different nodes. When I create each part of the collection, I set numShards and replicationFactor to 1. The query speed is most important to us, and we are not worried abou

Re: Conflict between atomic update and highlighting constraints

2021-03-19 Thread gnandre
This is useful. Thanks, David. Although in my case, I don't think the solution to the issue you mentioned resolves the issue. Here is why - I don't want to point to other fields for highlighting but use the same copy fields destination fields for highlighting. This is because those copy field dest

Solr complains about unknown field during atomic indexing

2021-03-19 Thread gnandre
While performing atomic indexing, I run into an error which says 'unknown field X' where X is not a field specified in the schema. It is a discontinued field. After deleting that field from the schema, I have restarted Solr but I have not re-indexed the content back, so the deleted field data stil

Re: Conflict between atomic update and highlighting constraints

2021-03-19 Thread David Smiley
I'm not 100% clear; perhaps you could use a hypothetical example where you more clearly state which of f1 or f2 is stored, which way the copyField goes, which field(s) you are already listing in "qf" for search. It's been awhile since I last looked at that JIRA issue but I'm imagining a feature wh

Deprecation of QueryElevationComponent's support for elevate.xml in data directories

2021-03-19 Thread David Smiley
Hey Solr community, I found myself doing some maintenance inside QueryElevationComponent related to some much larger refactoring. I'm seeing a fair amount of complexity around it's support of "elevate.xml" in a Solr *data* directory (where the index is). I don't know of any other Solr component