TextSearchReport[source,form]
gives a structured report of files referenced by source that contain text matching form.
TextSearchReport
TextSearchReport[source,form]
gives a structured report of files referenced by source that contain text matching form.
Details and Options
- TextSearchReport allows the same structures for source and form as TextSearch.
Examples
open all close allBasic Examples (1)
Generate a search report for the string "dog" in an example document source:
TextSearchReport["ExampleData/Text", "dog"]TextSearchReport supports the same query language as TextSearch:
TextSearchReport["ExampleData/Text", "dog" | "lorem"]Scope (1)
As in TextSearch, the first argument can be a SearchIndexObject:
index = CreateSearchIndex["ExampleData/Text"];TextSearchReport[index, "cat" | "lorem"]See Also
Related Guides
History
Text
Wolfram Research (2015), TextSearchReport, Wolfram Language function, https://reference.wolfram.com/language/ref/TextSearchReport.html.
CMS
Wolfram Language. 2015. "TextSearchReport." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/TextSearchReport.html.
APA
Wolfram Language. (2015). TextSearchReport. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/TextSearchReport.html
BibTeX
@misc{reference.wolfram_2026_textsearchreport, author="Wolfram Research", title="{TextSearchReport}", year="2015", howpublished="\url{https://reference.wolfram.com/language/ref/TextSearchReport.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_textsearchreport, organization={Wolfram Research}, title={TextSearchReport}, year={2015}, url={https://reference.wolfram.com/language/ref/TextSearchReport.html}, note=[Accessed: 12-June-2026]}