Thanks Erick for this last confirmation. I've at the end I've used the standard "text_ws":
<fieldType name="text_ws" class="solr.TextField" positionIncrementGap="100"> <analyzer> <tokenizer class="solr.WhitespaceTokenizerFactory"/> </analyzer> </fieldType> And the field <field name="balgal" type="text_ws" indexed="false" stored="true" /> On Fri, Sep 6, 2019 at 2:54 AM Erick Erickson <erickerick...@gmail.com> wrote: > bq. What I do not understand is what happens to the Analyzers, Tokenizers, > and > Filters in the indexing chain > > They are irrelevant. The analysis chain is only executed when > indexed=true. > > Best, > Erick > > > On Sep 5, 2019, at 9:03 AM, Vincenzo D'Amore <v.dam...@gmail.com> wrote: > > > > What I do not understand is what happens to the Analyzers, Tokenizers, > and > > Filters in the indexing chain > > -- Vincenzo D'Amore