Hello, I am having trouble figuring out an issue with Solr and returning of a
query.  I have a document title "Band Of Brothers" and seeing the following
results.

- “Band” = works, returns the document
- “Brothers = works, returns the document
- “Band of” = works, returns the document
- “Band of “ = works, returns the document
- “of Brothers” = works, returns the document
- “ of Brothers” = works, returns the document
- “Band of Brothers” = does not work, does not return the document

I can't figure out why the last one does not work?  I am using the dismax
query parser and have made attempts in connection with stopwords, but to no
avail. 

Can anyone steer me in the right direction, I assume this is a pretty
standard Lucene/Solr behavior but looking at documents and forum I haven't
seen it or missed it.

Many thanks.

-- 
View this message in context: 
http://old.nabble.com/Searching-Behavior-Multi-Word-tp27098985p27098985.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to