Qustion: Save entire content

(from github.com/j8)
Hello,

First:

Amazing project. Thank you for all the nice work!

Second:

I’m just exploring it and I have requrerement, the crawler to record the entire conetent of a web page, not just a summary.

So for example, if I query: localhost:8080/json?q={searchQuery}

I want in the JSON output in the “content_description” to receive the entire content of a webpage.

Regards

(from github.com/marevol)
content and content_description field does not contain an entire content.
cache field has an original content.

Could you try the following setting in fess_config.properties:

query.additional.api.response.fields=cache

(from github.com/j8)
I added it, seems it’s not working and the JSON api is not returning the cache?

(from github.com/j8)
@marevol any update on this?

(from github.com/marevol)
Oh, put it as below:

query.additional.response.fields=cache
query.additional.api.response.fields=cache

(from github.com/j8)
Thank you @marevol! Works.