org.apache.solr.common.SolrException: this IndexWriter is closed

2021-03-05 Thread
Hello: Have you encountered the following exception that will cause the index to not be written? But you can query Version:8.7.0 org.apache.solr.common.SolrException: this IndexWriter is closed at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:2

solr-exporter-config solr_metrics_core_searcher_cache

2020-11-13 Thread
HI: solr-exporter-config.xml solr_metrics_core_searcher_cache suggested add: escalation of ramBytesUsed $object.value | to_entries | .[] | select(.key == "lookups" or .key == "hits" or .key == "size" or .key == "evictions" or .key == "inserts" or .key == "ramBytesUsed") as $target |

About Raw Query Parameters

2020-02-29 Thread
Hi: Use Raw Query Parameters to pass in an array. How can you use cursors to refer to elements of an array in a function? For example,How do I get $a[0] to work properly: "params":{ "a":["1”, "2”, "3"], "q": "*:*", "fl": "$a, $a[0]" } Thank you very much

About Learning To Rank

2020-02-27 Thread
Excuse me, how to embed a linear formula calculation in the outer layer of LTR? We need to do a calculation on the score of LTR Thank

Re: LTRScoringQuery. ModelWeight. Inside scorer featureWeight. Scorer is synchronous

2019-06-11 Thread
ride public Feature.FeatureWeight.FeatureScorer call() throws Exception { return featureWeight.scorer(context); } } 在 2019年6月9日,上午11:14,李世明 mailto:limingni...@live.com>> 写道: Hi: When I use LTR, there are 72 features, 500 models and 200 million data. During use, LTR execution was found

LTRScoringQuery. ModelWeight. Inside scorer featureWeight. Scorer is synchronous

2019-06-09 Thread
Hi: When I use LTR, there are 72 features, 500 models and 200 million data. During use, LTR execution was found to be extremely slow, with each query above 5s. Through the analysis found in LTRScoringQuery ModelWeight scorer method of class 72 when creating FeatureScorer feature