Hi, I do this:
SpanFirstQuery fullPhraseInCategoryNamesQuery = new SpanFirstQuery(new SpanTermQuery(new Term("categoryNames", "digital cameras")), 2);
fullPhraseInCategoryNamesQuery.setBoost(8); In my log output i get this: spanFirst(categoryNames:digit camera, 2)) Why cant I boost a span query? What am i doing wrong? -Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]