public interface TermVectorParams
Modifier and Type | Field and Description |
---|---|
static String |
ALL
Return all the options: TF, positions, offsets, idf
|
static String |
DF
Return IDF information.
|
static String |
DOC_IDS
The Doc Ids (Lucene internal ids) of the docs to get the term vectors for
|
static String |
FIELDS
The fields to get term vectors for
|
static String |
OFFSETS
Return offset information, if available
|
static String |
POSITIONS
Return Term Vector position information
|
static String |
TF
Return Term Frequency info
|
static String |
TF_IDF
Return 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 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-2014 Apache Software Foundation. All Rights Reserved.