You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2009/10/23 17:24:24 UTC

[Solr Wiki] Update of "TermVectorComponent" by YonikSeeley

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change 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=diff&rev1=9&rev2=10

--------------------------------------------------

  {{{<field name="features" type="text" indexed="true" stored="true" multiValued="true" termVectors="true" termPositions="true" termOffsets="true"/>}}}
  
  For each document, the TVC can return, the term vector, the term frequency, inverse document frequency, position and offset information.  As with most components, there are a number of options that are outlined in the samples below.
- 
- See [[https://issues.apache.org/jira/browse/SOLR-651|SOLR-651]] for more information.
  
  = Sample Usage =
  
@@ -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 get term vectors for.
  
+ == History ==
+ [[https://issues.apache.org/jira/browse/SOLR-651|SOLR-651]] covers the development history.
+