Hi, I am attempting to perform a faceted distributed search with manual sorting of the value of a facet. Is this something which is possible through a Solr query or would I be better off inserting a manual weighting field and sort by that? To clarify - I am performing a distributed search over three Solr instances. Each instance returns results from a single site. I am then grouping by site (through a manual grouping field, although I suspect I could have done this more elegantly). I am wishing for a specific order for the sites to return. Ideally, I'd want something like:
+(search query) grouping_site:mainwebsite^1000 grouping_site:otherwebsite^100 however, this doesn't appear to work and instead returns 0 results. I'm not sure if this is syntactically incorrect or whether it's related to my earlier unresolved (and frustrating!) issue in which non-trivial queries aren't working for me when using distributed searches. Any help would be most appreciated. Thanks, Matt This e-mail message and any attachments are CONFIDENTIAL to the addressee(s) and may also be LEGALLY PRIVILEGED. If you are not the intended addressee, please do not use, disclose, copy or distribute the message or the information it contains. Instead, please notify me as soon as possible and delete the e-mail, including any attachments. Thank you.