Uses of Class
org.apache.lucene.luke.models.search.MLTConfig
-
Packages that use MLTConfig Package Description org.apache.lucene.luke.app.desktop.components.fragments.search UI parts embedded in tabsorg.apache.lucene.luke.models.search Models and APIs for the Search tab -
-
Uses of MLTConfig in org.apache.lucene.luke.app.desktop.components.fragments.search
Methods in org.apache.lucene.luke.app.desktop.components.fragments.search that return MLTConfig Modifier and Type Method Description MLTConfigMLTPaneProvider. getConfig()MLTConfigMLTTabOperator. getConfig() -
Uses of MLTConfig in org.apache.lucene.luke.models.search
Methods in org.apache.lucene.luke.models.search that return MLTConfig Modifier and Type Method Description MLTConfigMLTConfig.Builder. build()Methods in org.apache.lucene.luke.models.search with parameters of type MLTConfig Modifier and Type Method Description QuerySearch. mltQuery(int docid, MLTConfig mltConfig, Analyzer analyzer)Creates the MoreLikeThis query for the specified document with given configurations.QuerySearchImpl. mltQuery(int docid, MLTConfig mltConfig, Analyzer analyzer)
-