Multiple calls to setQuery() in one SearchRequestBuilder

Hi,

I was wondering what happens if I call the function setQuery() multiple times in one SearchRequestBuilder.
For Example,

.setQuery(QueryBuilders.wildcardQuery("path", "*front*"))
.setQuery(QueryBuilders.wildcardQuery("operation", "*HTTP GET*"));

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.