SOLR parameter (Stats terms termvector)

Source: Internet
Author: User
Tags solr idf

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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.