Its likely that your analyzer has WordDelimiterFilterFactory (look at your
schema for the field in question).
If a single token is split into more tokens during the analysis phase, solr
will do a phrase query instead of a term query.
In your case disk/1.0 is being analyzed into disk 1 0 (three tok
Hello,
I have a question on how solr determines whether the q value needs to be
analyzed as a regular query or as a phrase query.
Let's say, I have a text'jibojohn info disk/1.0'
If I query for 'jibojohn info', I get the results. The query is parsed as:
jibojohn info
jibojohn info
+data