epugh commented on PR #3708: URL: https://github.com/apache/solr/pull/3708#issuecomment-3674941086
I asked Claude about LocalSolrQueryRequest versus EmbeddedSolrServer pros/cons and this is hwat he said: Aspect | LocalSolrQueryRequest (Current) | EmbeddedSolrServer (New Option) | |--------|--------------------------------|--------------------------------| | **Level** | Core internals | Client API | | **Performance** | Faster (no serialization) | Slower (full cycle) | | **Realism** | Tests Solr internals | Tests client experience | | **Use Case** | Unit testing | Integration testing | | **Response** | Native objects | Serialized strings -- 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]
