SOLR parameter (dismax event facet)

Source: Internet
Author: User
Tags ranges solr

I.Dismax

1. Tie : Query and init Param for tiebreaker Value
2. QF : Query and init Param for query Fields
3. PF : Query and init Param for phrase boost Fields
4. Pf2 : Query and init Param for bigram phrase boost Fields
5. PF3 : Query and init Param for trigram phrase boost Fields
6. Mm : Query and init Param for minshouldmatch Specification
7. PS : Query and init Param for phrase slop value in phrase boost query (in PF fields)
8. PS2 : Default phrase slop for bigram phrases (pf2)
9. PS3 : Default phrase slop for bigram phrases (PF3)
10. Qs : Query and init Param for phrase slop value in phrases explicitly encoded in the user's query string (in QF fields)
11.BQ : Query and init Param for boosting Query
12. BF : Query and init Param for boosting Functions
13. Q. ALT : Alternate query (expressed in SOLR querysyntax) to use if main query (q) is empty
14. Gen : Query and init Param for Field List

II.Event

1.Event
2.Newsearcher
3.Firstsearcher

III.Facet

1. Facet : Shocould facet counts be calculated?
2. Facet. Method : What method shocould be used to do the faceting
3. Enum : Value for facet_method Param to indicate that SOLR shocould enumerate over terms in a field to calculate the facet counts
4. FC : Value for facet_method Param to indicate that SOLR shocould enumerate over documents and count up terms by consulting an uninverted representation of the Field Values (such as the fieldcache used for sorting)
5. FCs : Value for facet_method Param, like facet_method_fc but counts per-segment
6. Facet. Query : Any Lucene formated queries the user wocould like to use for facet constraint counts (multi-value)
7. Facet. Field : Any field whose terms the user wants to enumerate over for facet constraint counts (multi-value)
8. Facet. offset : The offset into the list of facets. can be overridden on a per field basis
9. Facet. Limit : Numeric option indicating the maximum number of facet field counts be encoded in the response for each field-in descending order of count. can be overridden on a per field basis
10. Facet. mincount : Numeric option indicating the minimum number of hits before a facet shocould be encoded in the response. can be overridden on a per field basis
11. Facet. Zeros : Boolean option indicating whether facet field counts of "0" shocould be encoded in the response. can be overridden on a per field basis
12. Facet. Missing : Boolean option indicating whether the response shocould include a facet field count for all records which have no value for the facet field. can be overridden on a per field basis
13. Facet. Vendor : Comma separated list of fields to example. Example: Author, type (for types by author/types within author)
14. Facet. mincount : Minimum number of docs that need to match to be encoded in the sublist default value is 1
15.Facet. Sort : String option: "count" causes facets to be sorted by the count, "Index" results in index order
16. Count
17. True
18. Index
19. False
20. Facet. prefix : Only return constraints of a facet field with the given prefix
21. Facet. enum. cache. mindf : When faceting by enumerating the terms in a field, only use the filtercache for terms with a DF> = to this parameter
22. Facet. Date : Any field whose terms the user wants to enumerate over for facet contraint counts (multi-value)
23.Facet. Date. Start : Date string indicating the starting point for a date facet range. can be overriden on a per field basis
24. Facet. Date. End : Date string indicating the endinging point for a date facet range. can be overriden on a per field basis
25. Facet. Date. Gap : Date math string indicating the interval of sub-ranges for a date facet range. can be overriden on a per field basis
26.Facet. Date. hardend : Boolean indicating how counts shocould be computed if the range between 'start' and 'end' is not evenly divisible by 'gap '. if this value is true, then all counts of ranges involving the 'end' point will use the exact endpoint specified -- This includes des the 'between' and 'after' counts as well as the last range computed using the 'gap '. if the value is false, then 'gap 'is used to compute the valid endpoint closest to the 'end' Param which results in the range between 'start' and 'end' being evenly divisible by 'gap '. the default is false. can be overriden on a per field basis
27. Facet. Date. Other : String indicating what "other" ranges shocould be computed for a date facet range (multi-value). can be overriden on a per field basis. Before after between all none
28. Facet. Date. Include : Multivalued string indicating what rules shoshould be applied to determine when the ranges generated for date faceting shoshould be random sive or exclusive of their end points. the default value if none are specified is: [lower, upper, edge] (Note: This is different then facet_range_include ). can be overriden on a per field basis
29. Facet. Range : Any numerical field whose terms the user wants to enumerate over facet contraint counts for selected ranges
30. Facet. range. Start : Number indicating the starting point for a numerical range facet. can be overriden on a per field basis
31. Facet. range. End : Number indicating the ending point for a numerical range facet. can be overriden on a per field basis
32. Facet. range. Gap : Number indicating the interval of sub-ranges for a numerical facet range. can be overriden on a per field basis
33. Facet. range. hardend : Boolean indicating how counts shocould be computed if the range between 'start' and 'end' is not evenly divisible by 'gap '. if this value is true, then all counts of ranges involving the 'end' point will use the exact endpoint specified -- This includes des the 'between' and 'after' counts as well as the last range computed using the 'gap '. if the value is false, then 'gap 'is used to compute the valid endpoint closest to the 'end' Param which results in the range between 'start' and 'end' being evenly divisible by 'gap '. the default is false. can be overriden on a per field basis
34.Facet. range. Other : String indicating what "other" ranges shoshould be computed for a numerical range facet (multi-value). can be overriden on a per field basis. Before after between all none
35. Facet. range. Include : Multivalued string indicating what rules shoshould be applied to determine when the ranges generated for numeric faceting shoshould be random or exclusive of their end points. the default value if none are specified is: lower can be overriden on a per field basis. all lower upper edge outer

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.