Give credit to Julien Nioche for previous change.

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150191 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Doug Cutting 2004-02-06 20:56:45 +00:00
parent 755529c45c
commit 93c33c3e12
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@ $Id$
8. Added new method Query.getSimilarity(Searcher), and changed
scorers to use it. This permits one to subclass a Query class so
that it can specify it's own Similarity implementation, perhaps
one that delegates through that of the Searcher.
one that delegates through that of the Searcher. (Julien Nioche
via Cutting)
1.3 final