From solr-user-return-139326-archive-asf-public=cust-asf.ponee.io@lucene.apache.org Fri Feb 23 18:12:23 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 7C624180652 for ; Fri, 23 Feb 2018 18:12:23 +0100 (CET) Received: (qmail 6608 invoked by uid 500); 23 Feb 2018 17:12:21 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 6231 invoked by uid 99); 23 Feb 2018 17:12:20 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Feb 2018 17:12:20 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 2C433180337 for ; Fri, 23 Feb 2018 17:12:20 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.485 X-Spam-Level: *** X-Spam-Status: No, score=3.485 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, SPF_HELO_PASS=-0.001, SPF_SOFTFAIL=0.972, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id TSg-CxypE8Ud for ; Fri, 23 Feb 2018 17:12:18 +0000 (UTC) Received: from n3.nabble.com (n3.nabble.com [162.255.23.22]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 004F85F216 for ; Fri, 23 Feb 2018 17:12:17 +0000 (UTC) Received: from n3.nabble.com (localhost [127.0.0.1]) by n3.nabble.com (Postfix) with ESMTP id AE2A0B54CEDC for ; Fri, 23 Feb 2018 10:12:17 -0700 (MST) Date: Fri, 23 Feb 2018 10:12:17 -0700 (MST) From: ~$alpha` To: solr-user@lucene.apache.org Message-ID: <1519405937711-0.post@n3.nabble.com> Subject: CustomScoreProvider Sucks, Need Help MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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.472066.n3.nabble.com/Solr-User-f472068.html