diff --git a/docs_new/configuration/language_processor.md b/docs_new/configuration/language_processor.md index 3bfb725a..f3fae630 100644 --- a/docs_new/configuration/language_processor.md +++ b/docs_new/configuration/language_processor.md @@ -11,4 +11,5 @@ Currently only the `SaxSparqlJsonResultCountingParser` language processor is sup ## SaxSparqlJsonResultCountingParser The `SaxSparqlJsonResultCountingParser` is a language processor used to extract simple information from the responses of SPARQL endpoints that are in the `application/sparql-results+json` format. -It counts the number of results, the number of variables, and the number of bindings in the response body. +It counts the number of results, the number of variables, +and the number of bindings from the response of a `SELECT` or `ASK` query.