public interface TermVectorParams
| Modifier and Type | Field and Description | 
|---|---|
| static String | ALLReturn all the options: TF, positions, offsets, idf | 
| static String | DFReturn IDF information. | 
| static String | DOC_IDSThe Doc Ids (Lucene internal ids) of the docs to get the term vectors for | 
| static String | FIELDSThe fields to get term vectors for | 
| static String | OFFSETSReturn offset information, if available | 
| static String | PAYLOADSReturn Term Vector payloads information | 
| static String | POSITIONSReturn Term Vector position information | 
| static String | TFReturn Term Frequency info | 
| static String | TF_IDFReturn TF-IDF calculation, i.e. | 
| static String | TV_PREFIX | 
static final String TV_PREFIX
static final String TF
static final String POSITIONS
static final String PAYLOADS
static final String OFFSETS
static final String DF
static final String TF_IDF
static final String ALL
static final String FIELDS
static final String DOC_IDS
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.