You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We already have a embedded-solr setup(stand alone, single core) for unittest. And those unittest are of vital importance.
The new shard splitting that gives a substantial export speedup in multi sharded environments has no unittest that runs in the coded vs. a realistic solr-cloud setup.
Idea for a unittest.
Generate enough minimum sample documents (just required fields and content_text)
Index test-data into a single embedded solr. Maybe have a dedicated solr-master with no documents as this is the production setup.
index test.datra into an embedded solr cloud with 4 shards.
Validate output from solr is correct in both cases.
The text was updated successfully, but these errors were encountered:
We already have a embedded-solr setup(stand alone, single core) for unittest. And those unittest are of vital importance.
The new shard splitting that gives a substantial export speedup in multi sharded environments has no unittest that runs in the coded vs. a realistic solr-cloud setup.
Idea for a unittest.
The text was updated successfully, but these errors were encountered: