I index a folder with PHP docs. now when I do query I get results as
{
"id":"<getting value>",
"stream_size":[3984],
"x_parsed_by":["org.apache.tika.parser.DefaultParser",
"org.apache.tika.parser.html.HtmlParser"],
"stream_content_type":["application/octet-stream"],
"viewport":["width=device-width, initial-scale=1.0"],
"content_encoding":["windows-1252"],
"resourcename":["value"],
"content_type":["text/html; charset=windows-1252"],`enter code here`
"_version_":1768}
I am not getting the content here in any field. Any idea how to get actual text result here?