public interface TermVectorParams
| 限定符和类型 | 字段和说明 |
|---|---|
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 |
PAYLOADS
Return Term Vector payloads information
|
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 |
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.