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 A435518EBB for ; Wed, 29 Jul 2015 21:45:23 +0000 (UTC) Received: (qmail 65456 invoked by uid 500); 29 Jul 2015 21:45:20 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 65369 invoked by uid 500); 29 Jul 2015 21:45:19 -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 65347 invoked by uid 99); 29 Jul 2015 21:45:19 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jul 2015 21:45:19 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 47F3AD8ACF for ; Wed, 29 Jul 2015 21:45:19 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.129 X-Spam-Level: *** X-Spam-Status: No, score=3.129 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id N52cwDYxSgfZ for ; Wed, 29 Jul 2015 21:45:18 +0000 (UTC) Received: from mail-yk0-f180.google.com (mail-yk0-f180.google.com [209.85.160.180]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 86F3142E74 for ; Wed, 29 Jul 2015 21:45:18 +0000 (UTC) Received: by ykdu72 with SMTP id u72so19574002ykd.2 for ; Wed, 29 Jul 2015 14:44:33 -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=BA3+oJGmZlc1l+3Y3vdwhjSTliULDlh1/x9DV8DgKD0=; b=hjlZUwHhtqdBGz/43j3En5xfFq/tintaotC4/yGi4iQrby3rOME+tpCaFlXcy9qD8I AWwSt+MIiMRSvhJa7OETPpdOVl3cZuAqv43Ohd80wRyKuUEVDpa4MPmjZmtqomr/OqGl OgKast4bPjku4194p1kSVeGZFwJWmaqRi7KtZN/qCsMJfbbgE4G9G1MUv/TOu7KOhZbJ p6qMri7B9XQ7sGuK/UEVZhHQwJ1NZYfUcqe8h92JUkkKmiJb20REuoRV451aFfu/5+jn W4fm+6hSqpTHlKNzZqJIK3vIaR015qBATjVGV/IDOam5O/HXCQXBx27uKytqVxEOK3g/ HlZQ== MIME-Version: 1.0 X-Received: by 10.170.149.68 with SMTP id q65mr47749463ykc.33.1438206273002; Wed, 29 Jul 2015 14:44:33 -0700 (PDT) Received: by 10.37.223.84 with HTTP; Wed, 29 Jul 2015 14:44:32 -0700 (PDT) Date: Wed, 29 Jul 2015 17:44:32 -0400 Message-ID: Subject: PayloadSpanOrQuery From: Jamie Johnson To: "solr-user@lucene.apache.org" Content-Type: multipart/alternative; boundary=001a113a6f64042542051c0a7e83 --001a113a6f64042542051c0a7e83 Content-Type: text/plain; charset=UTF-8 I have a need for doing using payloads in a SpanOrQuery to influence the score. I noticed that there is no PayloadSpanOrQuery so I'd like to implement one. I couldn't find a ticket in JIRA for this so I created https://issues.apache.org/jira/browse/LUCENE-6706, if this feature exists I will gladly close the JIRA if someone could point me in the right direction. --001a113a6f64042542051c0a7e83--