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 EE46C4AB9 for ; Mon, 27 Jun 2011 21:26:12 +0000 (UTC) Received: (qmail 16716 invoked by uid 500); 27 Jun 2011 21:26:09 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 16683 invoked by uid 500); 27 Jun 2011 21:26:09 -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 16675 invoked by uid 99); 27 Jun 2011 21:26:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jun 2011 21:26:09 +0000 X-ASF-Spam-Status: No, hits=1.6 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jej2003@gmail.com designates 209.85.160.48 as permitted sender) Received: from [209.85.160.48] (HELO mail-pw0-f48.google.com) (209.85.160.48) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jun 2011 21:26:01 +0000 Received: by pwj9 with SMTP id 9so4586999pwj.35 for ; Mon, 27 Jun 2011 14:25:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=xykJoTkAJbO/nUT/+fzWLDa1TOd9/cLSxMRPqcetQDM=; b=TjTUBpTfVGaz4//aBsFHLk5qw6i/cCDyTC1eEwKq7ouqVQ6euFfJq6UoTqWYbmMPuU CVTKkZrnMD+gLkCMmZbzd2meTqzeXE1THQaPdW0sXILl68zV40BDe7x2LEAfXiw65ATg n4cD/r0RiQzcuCJiYHNsw42k277IgbVhucDnc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=m66vP7WRjAC6n8bVzNwdBCAGYzSdFyeFGkU23YgFJtBDlpHOOXSSZ3qmMf/1YAavnD bO+UhJQPuHnZ47NcaAqmqXK0Y4fwMB/uhWPyk9YIbY7TLcOUn+tAAdjb0ajvMHftCu+I R1i2hIHqGG8uswg41u7wPq8MCSGMkxMwowk7w= MIME-Version: 1.0 Received: by 10.68.49.170 with SMTP id v10mr3486823pbn.442.1309209940711; Mon, 27 Jun 2011 14:25:40 -0700 (PDT) Received: by 10.68.55.98 with HTTP; Mon, 27 Jun 2011 14:25:40 -0700 (PDT) Date: Mon, 27 Jun 2011 17:25:40 -0400 Message-ID: Subject: Custom Query Processing From: Jamie Johnson To: solr-user@lucene.apache.org Content-Type: multipart/alternative; boundary=bcaec5430f8273daad04a6b83105 X-Virus-Checked: Checked by ClamAV on apache.org --bcaec5430f8273daad04a6b83105 Content-Type: text/plain; charset=ISO-8859-1 I have a need to take an incoming solr query and apply some additional constraints to it on the Solr end. Our previous implementation used a QueryWrapperFilter along with some custom code to build a new Filter from the query provided. How can we plug this filter into Solr? --bcaec5430f8273daad04a6b83105--