Uses of Class
org.apache.lucene.luke.models.search.SimilarityConfig
-
Packages that use SimilarityConfig 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 SimilarityConfig in org.apache.lucene.luke.app.desktop.components.fragments.search
Methods in org.apache.lucene.luke.app.desktop.components.fragments.search that return SimilarityConfig Modifier and Type Method Description SimilarityConfigSimilarityPaneProvider. getConfig()SimilarityConfigSimilarityTabOperator. getConfig() -
Uses of SimilarityConfig in org.apache.lucene.luke.models.search
Methods in org.apache.lucene.luke.models.search that return SimilarityConfig Modifier and Type Method Description SimilarityConfigSimilarityConfig.Builder. build()Methods in org.apache.lucene.luke.models.search with parameters of type SimilarityConfig Modifier and Type Method Description SearchResultsSearch. search(Query query, SimilarityConfig simConfig, Set<String> fieldsToLoad, int pageSize, boolean exactHitsCount)Searches this index by the query with given configurations.SearchResultsSearch. search(Query query, SimilarityConfig simConfig, Sort sort, Set<String> fieldsToLoad, int pageSize, boolean exactHitsCount)Searches this index by the query with given sort criteria and configurations.SearchResultsSearchImpl. search(Query query, SimilarityConfig simConfig, Set<String> fieldsToLoad, int pageSize, boolean exactHitsCount)SearchResultsSearchImpl. search(Query query, SimilarityConfig simConfig, Sort sort, Set<String> fieldsToLoad, int pageSize, boolean exactHitsCount)
-