Is semantic search on multiple fields possible with text_similarity_reranker retriever?

I have an index with document with the fields "title", "description" and "Content".
With this index I did a pilot with semantic search on all 3 fields with the rff retriever. This works fine.

Now I saw the new "text_similarity_reranker" retriever.
Is a search on all 3 fields with this retriever also possible?