mirror of https://github.com/apache/lucene.git
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:
parent
755529c45c
commit
93c33c3e12
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue