I used Lucene.Net 2.9.2. Didn't it work? DIGY
-----Original Message----- From: halbtuerderschwarze [mailto:[email protected]] Sent: Thursday, March 04, 2010 6:15 PM To: [email protected] Subject: RE: FastVectorHighlighter truncated queries I tried MultiTermQuery in combination with setRewriteMethod: MultiTermQuery mtq = new WildcardQuery(new Term(FIELD, queryString)); mtq.setRewriteMethod(MultiTermQuery.SCORING_BOOLEAN_QUERY_REWRITE); Did you also use Lucene 3.0.0? -- View this message in context: http://old.nabble.com/FastVectorHighlighter-truncated-queries-tp27709797p277 82929.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
