Return-Path: Delivered-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Received: (qmail 40722 invoked from network); 30 Jul 2010 02:07:41 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Jul 2010 02:07:41 -0000 Received: (qmail 26732 invoked by uid 500); 30 Jul 2010 02:07:41 -0000 Delivered-To: apmail-lucene-solr-commits-archive@lucene.apache.org Received: (qmail 26643 invoked by uid 500); 30 Jul 2010 02:07:41 -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 26636 invoked by uid 99); 30 Jul 2010 02:07:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jul 2010 02:07:41 +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.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jul 2010 02:07:41 +0000 Received: from eosnew.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 607CD16F; Fri, 30 Jul 2010 02:07:20 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Fri, 30 Jul 2010 02:07:20 -0000 Message-ID: <20100730020720.5946.28254@eosnew.apache.org> Subject: =?utf-8?q?=5BSolr_Wiki=5D_Update_of_=22HighlightingParameters=22_by_HossM?= =?utf-8?q?an?= Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for chan= ge notification. The "HighlightingParameters" page has been changed by HossMan. The comment on this change is: cleaning up DisMaxRequestHandler refs. http://wiki.apache.org/solr/HighlightingParameters?action=3Ddiff&rev1=3D25&= rev2=3D26 -------------------------------------------------- - Solr provides a collection of [[http://lucene.apache.org/solr/api/org/apa= che/solr/highlight/package-summary.html|highlighting utilities]] which can = be reused by various Request Handlers to include "highlighted" matches in f= ield values. Both the StandardRequestHandler and the DisMaxRequestHandler c= urrently use these utilities, and support the following parameters. + Solr provides a collection of [[http://lucene.apache.org/solr/api/org/apa= che/solr/highlight/package-summary.html|highlighting utilities]] which can = be reused by various Request Handlers to include "highlighted" matches in f= ield values. The SearchHandler takes advantage of these via the Highlightin= gComponent which support the following parameters. = <>Some parameters may be overriden on a per-field = basis with the following syntax: = @@ -18, +18 @@ The default value is blank. = =3D=3D hl.fl =3D=3D - A comma- or space- delimited list of fields to generate highlighted snipp= ets for. If left blank, the fields highlighted for the StandardRequestHand= ler are the defaultSearchField (or the `df` param if used) and for the DisM= axRequestHandler the `qf` fields are used. + A comma- or space- delimited list of fields to generate highlighted snipp= ets for. If left blank, the fields highlighted for the LuceneQParser are t= he defaultSearchField (or the `df` param if used) and for the DisMax parser= the `qf` fields are used. = A '*' can be used to match field globs, e.g. 'text_*' or even '*' to high= light on all fields where highlighting is possible. When using '*', conside= r adding hl.requireFieldMatch=3Dtrue. =20