Return-Path: Delivered-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Received: (qmail 94045 invoked from network); 15 Sep 2009 18:08:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Sep 2009 18:08:55 -0000 Received: (qmail 28844 invoked by uid 500); 15 Sep 2009 18:08:55 -0000 Delivered-To: apmail-lucene-solr-commits-archive@lucene.apache.org Received: (qmail 28765 invoked by uid 500); 15 Sep 2009 18:08:55 -0000 Mailing-List: contact solr-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-commits@lucene.apache.org Received: (qmail 28756 invoked by uid 99); 15 Sep 2009 18:08:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Sep 2009 18:08:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Sep 2009 18:08:52 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id EE6A0114FB for ; Tue, 15 Sep 2009 18:08:00 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: solr-commits@lucene.apache.org Date: Tue, 15 Sep 2009 18:08:00 -0000 Message-ID: <20090915180800.15634.99517@eos.apache.org> Subject: [Solr Wiki] Update of "SearchHandler" by HossMan X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification. The following page has been changed by HossMan: http://wiki.apache.org/solr/SearchHandler The comment on the change is: StandardRerquestHandler replaced w/SearchHandler since 1.3 ------------------------------------------------------------------------------ + ## page was renamed from StandardRequestHandler The Standard Request Handler is the default Query handler included in the standard Solr distribution. It is usually registered in the solrconfig.xml with the query type "standard", and while it's certainly possible to reconfigure Solr so that a different handler is registered with that query type -- it is discouraged. (Doing so would confuse a great many people) '''NOTE:''' as of ["Solr1.3"], the StandardRequestHandler is a simple subclass of SearchHandler, which uses SearchComponent