On 3/31/22 08:40, Serban Alexe wrote:
I noticed that the *_text_* field works as a *catch-all* field, although
there is no *copyField* defined to do this.
It simply gathers *everything* (documents content, tags, keywords, etc...).
The only thing I have related to it is this line:
If you don't have anything in your solrconfig.xml file or your schema
that copies the data, then it must be your indexing system that is
populating that field.
If your indexing system is the dataimport handler, then there might be
something in the DIH config that does it. I am actually unaware of that
being an option, but there is a lot to DIH that I have never explored.
There is nothing inherently magical about the _text_ field to my knowledge.
Thanks,
Shawn