Return-Path: X-Original-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1AF597557 for ; Wed, 14 Sep 2011 13:27:17 +0000 (UTC) Received: (qmail 76947 invoked by uid 500); 14 Sep 2011 13:27:17 -0000 Delivered-To: apmail-lucene-solr-commits-archive@lucene.apache.org Received: (qmail 76923 invoked by uid 500); 14 Sep 2011 13:27:17 -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 76914 invoked by uid 99); 14 Sep 2011 13:27:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Sep 2011 13:27:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Wed, 14 Sep 2011 13:27:15 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 78C0BADF; Wed, 14 Sep 2011 13:26:55 +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: Wed, 14 Sep 2011 13:26:55 -0000 Message-ID: <20110914132655.67702.39183@eos.apache.org> Subject: =?utf-8?q?=5BSolr_Wiki=5D_Update_of_=22HighlightingParameters=22_by_KojiS?= =?utf-8?q?ekiguchi?= Auto-Submitted: auto-generated 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 KojiSekiguchi: http://wiki.apache.org/solr/HighlightingParameters?action=3Ddiff&rev1=3D33&= rev2=3D34 }}} = =3D=3D hl.boundaryScanner =3D=3D - Specify the name of SolrBoundaryScanner. [[Solr 3.5]] This parameter = makes sense for FastVectorHighlighter only. + Specify the name of SolrBoundaryScanner. [[Solr3.5]] This parameter m= akes sense for FastVectorHighlighter only. = =3D=3D=3D hl.bs.maxScan =3D=3D=3D - Specify the length of characters to be scanned by SimpleBoundaryScanner. = default is 10. [[Solr 3.5]] This parameter makes sense for FastVectorHi= ghlighter only. + Specify the length of characters to be scanned by SimpleBoundaryScanner. = default is 10. [[Solr3.5]] This parameter makes sense for FastVectorHig= hlighter only. = =3D=3D=3D hl.bs.chars =3D=3D=3D - Specify the boundary characters, used by SimpleBoundaryScanner. default i= s ".,!?\t\n" and space. [[Solr 3.5]] This parameter makes sense for Fas= tVectorHighlighter only. + Specify the boundary characters, used by SimpleBoundaryScanner. default i= s ".,!?\t\n" and space. [[Solr3.5]] This parameter makes sense for Fast= VectorHighlighter only. = =3D=3D=3D hl.bs.type =3D=3D=3D - Specify one of CHARACTER, WORD, SENTENCE and LINE, used by BreakIteratorB= oundaryScanner. default is WORD. [[Solr 3.5]] This parameter makes sens= e for FastVectorHighlighter only. + Specify one of CHARACTER, WORD, SENTENCE and LINE, used by BreakIteratorB= oundaryScanner. default is WORD. [[Solr3.5]] This parameter makes sense= for FastVectorHighlighter only. = =3D=3D=3D hl.bs.language =3D=3D=3D - Specify the language for Locale that is used by BreakIteratorBoundaryScan= ner. [[Solr 3.5]] This parameter makes sense for FastVectorHighlighter = only. + Specify the language for Locale that is used by BreakIteratorBoundaryScan= ner. [[Solr3.5]] This parameter makes sense for FastVectorHighlighter o= nly. = =3D=3D=3D hl.bs.country =3D=3D=3D - Specify the country for Locale that is used by BreakIteratorBoundaryScann= er. [[Solr 3.5]] This parameter makes sense for FastVectorHighlighter o= nly. + Specify the country for Locale that is used by BreakIteratorBoundaryScann= er. [[Solr3.5]] This parameter makes sense for FastVectorHighlighter on= ly. = =3D=3D hl.useFastVectorHighlighter =3D=3D Use FastVectorHighlighter. FastVectorHighlighter requires the field is te= rmVectors=3Don, termPositions=3Don and termOffsets=3Don. This parameter acc= epts per-field overrides. [[Solr3.1]]