Hello Dmitri,
maybe not the same issue but with missing field a reload needed and Solr
8.11.
-solr 8.11.4 in solrcloud mode with one or more shard replicas on each solr
node.
-create collection with solr config
-index something with all fields
-use solr api to add a new field
-field appears in zoo
On 3/14/25 17:14, Arrieta, Alejandro wrote:
Hello Dmitri,
maybe not the same issue but with missing field a reload needed and Solr
8.11.
Similar but different: the field exists in the schema, the value was
missing.
Updated document has the value on the node it was POST'ed to, but not on
th
Hi all,
I've a 2-node cluster: num_replicas = 2, num_shards = 1, 3rd node is
zk-only, running 8.11. I've been posting documents to one node and
querying the other, and that seemed to work fine until today someone
noticed a missing field in search results.
So I fixed the ingest script, re-ran