Hi all, I started working on a SOLR-based search system, and I'm still trying to figure-out what's-what...
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: <field name="_text_" type="text_general" indexed="true" stored="true" > multiValued="true"/> > * What exactly makes it work as catch-all in this case ?* Is this the standard behaviour ? Thank you. -- Şerban Alexe
