I.Stats
1.Stats
2.Stats. Field
3.Stats. facet
II.Terms
1. Terms : The component name. Set to true to turn on the termscomponent
2. Terms. fl : Required. Specify the field to look up terms in.
3. Terms. Lower : Optional. The lower bound term to start at. The termenum will start at the next term after this term in the dictionary. If not specified, the empty string is used
4. Terms. Upper : Optional. the term to stop
5. Terms. Upper. incl : Optional. If true, include the upper bound term in the results. False by default.
6. Terms. Lower. incl : Optional. If true, include the lower bound term in the results, otherwise skip to the next one. True by default.
7. Terms. Limit : Optional. The number of results to return. If not specified, looks for commonparams rows. If that's not specified, uses 10.
8. Terms. prefix
9. Terms. RegEx
10.Terms. RegEx... flag : Unix_lines case_insensitive comments multiline literal dotall unicode_case canon_eq
11. Terms. mincount : Optional. The minimum value of docfreq to be returned. 1 by default
12. Terms. maxcount : Optional. The maximum value of docfreq to be returned.-1 by default means no boundary
13. Terms. Raw : Optional. if true, return the raw characters of the indexed term, regardless of if it is readable. for instance, the index form of numeric numbers is not human readable. the default is false.
14. Terms. Sort : Optional. If sorting by frequency is enabled. defaults to sorting by count.
15 . Count
16. Index
III.Termvector
1. TV. TF : Return Term Frequency info
2. TV. Positions : Return term vector position information
3. TV. Offsets : Return offset information, if available
4. TV. DF : Return IDF information. may be expensive
5. TV. tf_idf : Return TF-IDF calculation, I. e. (TF/IDF). may be expensive.