tt0suzy commented on PR #6718:
URL: https://github.com/apache/nifi/pull/6718#issuecomment-1329627562

   Hi @exceptionfactory, are you suggesting something like
   ```
   String querySrting = attributes.get(QuerySolr.ATTRIBUTE_SOLR_QUERY)
   //"q=*:*&qt=/select&start=0&rows=10&stats=true&facet=true"
   assertTrue(queryString.contains("q=*:*") && 
queryString.contains("qt=/select") && querystring.contains("start=0") && 
queryString.contains("rows=10") && queryString.contains("stats=true") && 
queryString.contains("facet=true"));
   ```


-- 
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]

Reply via email to