anshumg commented on a change in pull request #774: URL: https://github.com/apache/solr/pull/774#discussion_r837953151
########## File path: solr/solr-ref-guide/modules/getting-started/pages/tutorial-films.adoc ########## @@ -340,13 +352,13 @@ If we construct a query that looks like this: [source,bash] curl 'http://localhost:8983/solr/films/select?q=*:*&rows=0'\ - '&facet=true'\ - '&facet.range=initial_release_date'\ - '&facet.range.start=NOW-20YEAR'\ - '&facet.range.end=NOW'\ - '&facet.range.gap=%2B1YEAR' +'&facet=true'\ +'&facet.range=initial_release_date'\ +'&facet.range.start=NOW/YEAR-25YEAR'\ +'&facet.range.end=NOW'\ +'&facet.range.gap=%2B1YEAR' -This will request all films and ask for them to be grouped by year starting with 20 years ago (our earliest release date is in 2000) and ending today. +This will request all films and ask for them to be grouped by year starting with 25 years ago (our earliest release date is in 2000) and ending today. Review comment: 25 years should be 1997. Any specific reason you switched this to 25 ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org