Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 54348 invoked from network); 17 Jul 2007 05:35:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Jul 2007 05:35:04 -0000 Received: (qmail 6370 invoked by uid 500); 17 Jul 2007 05:05:43 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 6334 invoked by uid 500); 17 Jul 2007 05:05:43 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 6323 invoked by uid 99); 17 Jul 2007 05:05:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jul 2007 22:05:43 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of ryantxu@gmail.com designates 64.233.162.236 as permitted sender) Received: from [64.233.162.236] (HELO nz-out-0506.google.com) (64.233.162.236) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jul 2007 22:05:39 -0700 Received: by nz-out-0506.google.com with SMTP id i28so925372nzi for ; Mon, 16 Jul 2007 22:05:18 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=QM9RVZ11TaWaJcdoRxx9g5nnZjIwHtr031s5xfK5OMNrhTapXUaK21si/+WwtVg3p1U0KvHNm+XiuZt+0HpRCw0GQp3Q8doRWJXvSv9hy/HZHO65nSm4/mMOD43HsIN20PE2df4ACncq23JS7D3533saV4KDTbXWkYaqhr89S44= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=F7ujy5LfSQHNYhdgyl7+fHm/8ig7PLaLwkm4xRZ/imFMrubo6NkbqUqulj8FSyQEGAlvpVUqZecvNASbf+De2D1KsFho1kBrlq/A4yy0objl5+zQp5pPDVJ9ukadElBWku0nTINujnI5gI1Kxvo3zVzs02ojtugCsEV/W/fsFSU= Received: by 10.141.1.2 with SMTP id d2mr18137rvi.1184648717907; Mon, 16 Jul 2007 22:05:17 -0700 (PDT) Received: from ?127.0.0.1? ( [24.7.67.61]) by mx.google.com with ESMTP id g39sm4928861rvb.2007.07.16.22.05.16 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 16 Jul 2007 22:05:17 -0700 (PDT) Message-ID: <469C4DB1.2080108@gmail.com> Date: Mon, 16 Jul 2007 22:03:45 -0700 From: Ryan McKinley User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: java-user@lucene.apache.org Subject: Re: Serving remote lucene client - RMI vs HTTP References: <11608209.post@talk.nabble.com> <359a92830707161340n23a02ba2xa3de2ad2679672b3@mail.gmail.com> <11643027.post@talk.nabble.com> In-Reply-To: <11643027.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org > customizable Solr really is (rather the ease with which we can do it). Also > Solr doesn't support queryFilter out of the box (Hossman: there's nothing to > stop a solr request handler from using QueryFilter's if they want). How much > extra work is it? out of the box, solr supports query filters. check: http://wiki.apache.org/solr/CommonQueryParameters#head-6522ef80f22d0e50d2f12ec487758577506d6002 If you have custom queries you need to make and using the standard interface is not sufficient, it is relatively easy to write a custom request handler. Assuming you are used to working with lucene, writing a custom handler should be straight forward. ryan --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org