Uses of Package
org.apache.lucene.queries.mlt
-
Packages that use org.apache.lucene.queries.mlt Package Description org.apache.lucene.classification Uses already seen data (the indexed documents) to classify an input ( can be simple text or a structured document).org.apache.lucene.queries.mlt Document similarity query generators. -
Classes in org.apache.lucene.queries.mlt used by org.apache.lucene.classification Class Description MoreLikeThis Generate "more like this" similarity queries. -
Classes in org.apache.lucene.queries.mlt used by org.apache.lucene.queries.mlt Class Description MoreLikeThis.Int Use for frequencies and to avoid renewing Integers.MoreLikeThis.ScoreTerm MoreLikeThisQuery A simple wrapper for MoreLikeThis for use in scenarios where a Query object is required eg in custom QueryParser extensions.