nicolo-rinaldi commented on code in PR #4259:
URL: https://github.com/apache/solr/pull/4259#discussion_r3138178894
##########
solr/modules/language-models/src/test/org/apache/solr/languagemodels/documentenrichment/update/processor/DocumentEnrichmentUpdateProcessorFactoryTest.java:
##########
@@ -354,64 +325,60 @@ public void
init_multivaluedStringOutputField_shouldNotThrowException() throws E
createUpdateProcessor(
List.of("string_field"), "enriched_field_multi", null,
collection1, "model1");
assertNotNull(instance);
- restTestHarness.delete(ManagedChatModelStore.REST_END_POINT + "/model1");
+ restTestHarness.delete(ManagedFieldGenerationModelStore.REST_END_POINT +
"/model1");
}
- /* buildResponseFormat tests for field types from the Solr documentation */
+ /* buildResponseFormat tests for unsupported field types from the Solr
documentation: 1 general (Binary) + 3 via inheritance */
Review Comment:
Changed, see if now is clear
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]