Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8F73817987 for ; Sun, 28 Sep 2014 19:25:43 +0000 (UTC) Received: (qmail 22777 invoked by uid 500); 28 Sep 2014 19:25:39 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 22699 invoked by uid 500); 28 Sep 2014 19:25:39 -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 22540 invoked by uid 99); 28 Sep 2014 19:25:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Sep 2014 19:25:38 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of alinazemian@gmail.com designates 209.85.216.42 as permitted sender) Received: from [209.85.216.42] (HELO mail-qa0-f42.google.com) (209.85.216.42) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Sep 2014 19:25:33 +0000 Received: by mail-qa0-f42.google.com with SMTP id v10so2557742qac.29 for ; Sun, 28 Sep 2014 12:25:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=mIXOnMt0wRHe8yohFciUIHPwrD2e37rnxoLn6g6pNZg=; b=Z/ahrrb4WsoXOhuM8cdLOUWt3j91dZmnzfkOJKmoDXhmfIYDfJr3zNl+ibh+Ri7EEo XFDECGMxZgmjZLeOGvZAQvI+jiSJbLd5EY5RSF4e4V5sgaweBR1T9msECpj8YS8aXret P+D+GdTKJkoRNMp1oyQNSbaGdKfVE4vdSfCJT27E0ING6f6+KZeMLAxckBGcTnyiVBTK hYfk1dz5RyDGq1voFGdWDlv+M8n13xe1rYuxWrC78xahxP4lcRKQfqa93Ep+93ECZJ63 ynwGJmixFRCJ8C4JPvppocfqzQlx1A+epoSx9iZyGdxtqFc+KyHxHXSAfwdQG3c6mItl q4yw== MIME-Version: 1.0 X-Received: by 10.140.51.104 with SMTP id t95mr55104729qga.31.1411932312633; Sun, 28 Sep 2014 12:25:12 -0700 (PDT) Received: by 10.140.167.136 with HTTP; Sun, 28 Sep 2014 12:25:12 -0700 (PDT) Date: Sun, 28 Sep 2014 22:55:12 +0330 Message-ID: Subject: boosting words from specific list From: Ali Nazemian To: "solr-user@lucene.apache.org" Content-Type: multipart/alternative; boundary=001a1135ab6ef108be0504251b4f X-Virus-Checked: Checked by ClamAV on apache.org --001a1135ab6ef108be0504251b4f Content-Type: text/plain; charset=UTF-8 Dear all, Hi, I was wondering how can I implement solr boosting words from specific list of important words? I mean I want to have a list of important words and tell solr to score documents based on the weighted sum of these words. For example let word "school" has weight of 2 and word "president" has the weight of 5. In this case a doc with 2 "school" words and 3 "president" words will has the total score of 19! I want to sort documents based on this score. How such procedure is possible in solr? Thank you very much. Best regards. -- A.Nazemian --001a1135ab6ef108be0504251b4f--