RSS
热门关键字:  数据挖掘  人工智能  数据仓库  搜索引擎  数据挖掘导论

Field.TermVector (Lucene 2.2.0 API)

来源: 作者: 时间:1970-01-01 点击:

本文由网龙AE产品自动生成 数据挖掘实验室

Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

org.apache.lucene.document

数据挖掘研究院


Class Field.TermVector

java.lang.Object
  "extendedorg.apache.lucene.util.Parameter
      "extendedorg.apache.lucene.document.Field.TermVector
  
All Implemented Interfaces:
Serializable
Enclosing class:
Field

public static final class Field.TermVector
extends Parameter
implements Serializable
数据挖掘研究院

Specifies whether and how a field should have term vectors.

See Also:
Serialized Form

Field Summary
static Field.TermVector NO
          Do not store term vectors.
static Field.TermVector WITH_OFFSETS
          Store the term vector + Token offset information
static Field.TermVector WITH_POSITIONS 数据挖掘研究院
          Store the term vector + token position information
static Field.TermVector WITH_POSITIONS_OFFSETS
          Store the term vector + Token position and offset information
static Field.TermVector YES 数据挖掘研究院
          Store the term vectors of each document.
 
Method Summary
 
Methods inherited from class org.apache.lucene.util.Parameter
readResolve, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NO

public static final Field.TermVector NO  
Do not store term vectors.


YES

public static final Field.TermVector YES  
Store the term vectors of each document. A term vector is a list of the document"s terms and their number of occurences in that document.


WITH_POSITIONS

public static final Field.TermVector WITH_POSITIONS 

数据挖掘研究院

Store the term vector + token position information

See Also:
YES

WITH_OFFSETS

public static final Field.TermVector WITH_OFFSETS 

数据挖掘研究院

Store the term vector + Token offset information

See Also:
YES

WITH_POSITIONS_OFFSETS

public static final Field.TermVector WITH_POSITIONS_OFFSETS 

数据挖掘研究院

Store the term vector + Token position and offset information

See Also:
YES, WITH_POSITIONS, WITH_OFFSETS

Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.

最新评论共有 0 位网友发表了评论
发表评论
评论内容:不能超过250字,需审核,请自觉遵守互联网相关政策法规。
匿名?