I am working on Solr 4+.
I have several fields in my solr schema with different types of solr fields.
Does the search in the text box and the string box differ?
Because I'm trying to search in a row field (which is a copy field of several facet fields) that does not work properly. The target line field is indexed and saved as.
However, when I change the destination field, which is a text field (indexed only), it works fine.
Can you guess why this is happening? What is the difference between text and string fields in solr regarding search?
source
share