sb.append("title:test vicky"); SolrQuery query = new SolrQuery(); query.setQuery(sb.toString());
query.setHighlight(true); query.addHighlightField("title"); query.setHighlightSimplePre(""); query.setHighlightSimplePost(""); query.setHighlightSnippets(2); query.setHighlightFragsize(500); title: my name test is vicky result:my name test is vicky why missing vicky? -- View this message in context: http://lucene.472066.n3.nabble.com/solr-highlight-problem-tp4013273.html Sent from the Solr - User mailing list archive at Nabble.com.