On Sat, Dec 6, 2014 at 7:17 PM, Dinesh Babu <dinesh.b...@pb.com> wrote: > Just curious, why solr does not provide a simple mechanism to do a phrase > search ?
Simple phrase queries: q= field1:"Hanks Major" Phrase queries with wildcards / partial matches are a different story... they are "complex": q={!complexphrase}"hanks ma*" See more examples here: http://heliosearch.org/solr-4-8-features/ -Yonik http://heliosearch.org - native code faceting, facet functions, sub-facets, off-heap data