mirror of https://github.com/apache/lucene.git
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:
parent
124af950a6
commit
39ada16b9c
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue