search_query_document.md
579 Bytes
Document
Mtas can produce statistics on used terms for the listed documents. To get this information in Solr requests, besides the parameter to enable Mtas queries, the following parameter should be provided.
Parameter | Value | Obligatory |
---|---|---|
mtas.document | true | yes |
Lucene
To get statistics on used terms for the listed documents directly in Lucene, ComponentDocument together with the provided collect method can be used.