Re: CustomScoreProvider Sucks, Need Help

2018-02-23 Thread ~$alpha`
But why when i am using customize sort, with just return it should work fast -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: CustomScoreProvider Sucks, Need Help

2018-02-23 Thread Walter Underwood
By “6lac row”, do you mean you are fetching 600,000 results? That will be very, very slow. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Feb 23, 2018, at 9:12 AM, ~$alpha` wrote: > > public class MatchingScoreProvider extends CustomScoreProvider

CustomScoreProvider Sucks, Need Help

2018-02-23 Thread ~$alpha`
public class MatchingScoreProvider extends CustomScoreProvider { } Issues: 1. CustomScoreProvider works but is too slow. Even when I am writing return 1 on 1st line it's still taking 5 seconds for 6lac row. 2. I added @Slf4j but still not logger not working -- Sent from: http://lucene.47206