Uses of Class
org.apache.lucene.queries.mlt.MoreLikeThis.ScoreTerm
-
Packages that use MoreLikeThis.ScoreTerm Package Description org.apache.lucene.queries.mlt Document similarity query generators. -
-
Uses of MoreLikeThis.ScoreTerm in org.apache.lucene.queries.mlt
Methods in org.apache.lucene.queries.mlt that return types with arguments of type MoreLikeThis.ScoreTerm Modifier and Type Method Description private PriorityQueue<MoreLikeThis.ScoreTerm>
MoreLikeThis. createQueue(java.util.Map<java.lang.String,java.util.Map<java.lang.String,MoreLikeThis.Int>> perFieldTermFrequencies)
Create a PriorityQueue from a word->tf map.private PriorityQueue<MoreLikeThis.ScoreTerm>
MoreLikeThis. retrieveTerms(int docNum)
Find words for a more-like-this query former.private PriorityQueue<MoreLikeThis.ScoreTerm>
MoreLikeThis. retrieveTerms(java.io.Reader r, java.lang.String fieldName)
Find words for a more-like-this query former.private PriorityQueue<MoreLikeThis.ScoreTerm>
MoreLikeThis. retrieveTerms(java.util.Map<java.lang.String,java.util.Collection<java.lang.Object>> field2fieldValues)
Methods in org.apache.lucene.queries.mlt with parameters of type MoreLikeThis.ScoreTerm Modifier and Type Method Description protected boolean
MoreLikeThis.FreqQ. lessThan(MoreLikeThis.ScoreTerm a, MoreLikeThis.ScoreTerm b)
Method parameters in org.apache.lucene.queries.mlt with type arguments of type MoreLikeThis.ScoreTerm Modifier and Type Method Description private Query
MoreLikeThis. createQuery(PriorityQueue<MoreLikeThis.ScoreTerm> q)
Create the More like query from a PriorityQueue
-