fix some javadoc @returns

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@805650 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2009-08-19 02:42:24 +00:00
parent 124af950a6
commit 39ada16b9c
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ public class WeightedSpanTermExtractor {
* restricts Term's used based on field name
* @param reader
* to use for scoring
* @return
* @return Map of WeightedSpanTerms with quasi tf/idf scores
* @throws IOException
*/
public Map getWeightedSpanTermsWithScores(Query query, TokenStream tokenStream, String fieldName,