whitespace

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1056955 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2011-01-09 14:59:13 +00:00
parent eacd3d2636
commit 821e52604c
1 changed files with 2 additions and 2 deletions

View File

@ -761,7 +761,7 @@ public abstract class Similarity implements Serializable {
public float getIdf() {
return idf;
}};
}
}
/**
* This method forwards to {@link
@ -770,7 +770,7 @@ public abstract class Similarity implements Serializable {
*/
public IDFExplanation idfExplain(final Term term, final IndexSearcher searcher) throws IOException {
return idfExplain(term, searcher, searcher.docFreq(term));
}
}
/**
* Computes a score factor for a phrase.