The mail server strips pretty much all screenshots and attachments, so I think some of the data you're trying to provide is missing from the e-mail.
Best, Erick On Wed, Aug 15, 2018 at 3:27 PM, Roy Lim <royster....@gmail.com> wrote: > I'm trying to figure out why the multi-word synonym expansion is not working > correctly. Specifically, when I test a standard query with Solr Admin it is > still splitting on whitespace. > > Here is my setup: > - Solr 7.2.1 > - synonym LCD => liquid crystal display > - q=myfield:LCD > - added: sow=false > - myfield looks like: > > > Solr Admin shows the parsed query looks like: > > myfield:liquid myfield:crystal myfield:display > > (default operator being OR), which would incorrectly match documents with > any of those words, but not all, which is what I would expect... > > > > > > -- > Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html