On Tue, Feb 1, 2011 at 1:51 PM, Ryan Aylward <r...@glassdoor.com> wrote: > I have had to do similar things to other methods of Similarity. In my > example, I wanted to have different behavior for the tf() method for each > field. The tf method does not include a field parameter as an input to it. > The only solution I could come up
in Lucene's trunk, Similarity can now be controlled on a per-field basis, see https://issues.apache.org/jira/browse/LUCENE-2236 The only exceptions are things like coord() which apply to e.g. BooleanQuery (which might span multiple fields) and remain top-level in the new SimilarityProvider. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org