Uses of Record Class
org.apache.lucene.search.BayesianScoreEstimator.Parameters
Packages that use BayesianScoreEstimator.Parameters
-
Uses of BayesianScoreEstimator.Parameters in org.apache.lucene.search
Methods in org.apache.lucene.search that return BayesianScoreEstimator.ParametersModifier and TypeMethodDescriptionBayesianScoreEstimator.estimate(IndexSearcher searcher, String field) Estimates parameters with default settings (50 samples, 5 tokens per query, seed 42).BayesianScoreEstimator.estimate(IndexSearcher searcher, String field, int nSamples, int tokensPerQuery, long seed) Estimates BayesianScoreQuery parameters from the given index.