hi i m using solr from trunk 4.0 Also dismax is set as default qt with <str name="qf"> text^2.5 features^1.1 displayName^15.0 mfg^4.0 description^3.0 </str>
myquery is ============= q=+"ab sx"+OR+(mfg:abc+OR+sx)+OR+(displayName:abc+OR+sx)&qt=dismax It is not working as per my expectation . Any way to implement this with dismax or any other options? qt=standard might work but i want different score when hit is on different fields -- View this message in context: http://lucene.472066.n3.nabble.com/dismax-with-AND-OR-combination-tp3380883p3380883.html Sent from the Solr - User mailing list archive at Nabble.com.