Return-Path: Delivered-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Received: (qmail 86433 invoked from network); 23 Oct 2009 15:24:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Oct 2009 15:24:48 -0000 Received: (qmail 63329 invoked by uid 500); 23 Oct 2009 15:24:48 -0000 Delivered-To: apmail-lucene-solr-commits-archive@lucene.apache.org Received: (qmail 63306 invoked by uid 500); 23 Oct 2009 15:24:48 -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 63297 invoked by uid 99); 23 Oct 2009 15:24:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2009 15:24:47 +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; Fri, 23 Oct 2009 15:24:45 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id AF89F16E2D for ; Fri, 23 Oct 2009 15:24:24 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Fri, 23 Oct 2009 15:24:24 -0000 Message-ID: <20091023152424.26301.71918@eos.apache.org> Subject: =?utf-8?q?=5BSolr_Wiki=5D_Update_of_=22TermVectorComponent=22_by_YonikSee?= =?utf-8?q?ley?= 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 chan= ge notification. The "TermVectorComponent" page has been changed by YonikSeeley. The comment on this change is: don't point users at JIRA. http://wiki.apache.org/solr/TermVectorComponent?action=3Ddiff&rev1=3D9&rev2= =3D10 -------------------------------------------------- {{{}}} = For each document, the TVC can return, the term vector, the term frequenc= y, inverse document frequency, position and offset information. As with mo= st components, there are a number of options that are outlined in the sampl= es below. - = - See [[https://issues.apache.org/jira/browse/SOLR-651|SOLR-651]] for more = information. = =3D Sample Usage =3D = @@ -44, +42 @@ * tv.fl - List of fields to get TV information from. Optional. If not = specified, the fl parameter is used. * tv.docIds - List of Lucene document ids (not the Solr Unique Key) to g= et term vectors for. = + =3D=3D History =3D=3D + [[https://issues.apache.org/jira/browse/SOLR-651|SOLR-651]] covers the de= velopment history. +=20