Hoss, This is not entirely related to the previous question. I know that the Analyzer configuration is causing the interpretation to be the way it is. In certain cases, where the typed in field might have user name such as "kathy_k", we want it to look for the exact expression in addition to what the Analyzer does.
Chris Hostetter wrote: > > > : search = "3 D" OR "3D" ? Reason being, by default, a search for "3D" is > : being split > : into "3 D". > > these seems to relate to your other recent question ... Solr is not > splitting "3D" into "3 D" by default at query time just for hte hell of it > ... it's doing that because it's what the analyzer configured for your > fieldtype says it should do .. change your schema.xml to use a differnet > analyzer, and you'll get differnet behavior (not just when indexing, but > when querying too) > > > > -Hoss > > > -- View this message in context: http://www.nabble.com/OR-condition-in-search...-tf3695012.html#a10361670 Sent from the Solr - User mailing list archive at Nabble.com.