According to
, I can use the keys because: 'This can be useful when multiple times on the same field Faceting with exclusion '
I need them because I have an aspect which gives me the' last day ',' last week ',' last month 'option.
However, when I specify a query with the following option set:
select http: // url /? ... unrelated ... aspect = true & amp; Facet.date = {! Key = some_key} make & amp; F.some_key.facet.date.start = Now / DAY-1 day & amp; F.some_key.facet.date.end = now / day & amp; F.some_key.facet.date.gap = Now / day + 1 day ... unrelated ...
Complaint about Solar:
[Exception] => Org.apache.solr.common.SolrException: missing parameter: f.created.facet.date.start (or default: facet.date.start)
when I I set the aspect of .date.start or f.created.facet.date.start, they will override some of my (start / end / difference) fields and it is useless because I need many keys ... does anyone Right can the direction be here? Because of library boundaries I am using this, it has to be done in a single question.
You can use the prefix query:
http: // URL / select? ... unrelated ... aspect = true & amp; Facet.query = [now up to 1 day] & amp; Facet.query = [now -7 days till now] & amp; Facet.query = [Now from 1 month till now] & amp; ... unrelated ...
Comments
Post a Comment