From 5b2d04c550f098a9fe3ccddb3cf02d29a4ed158b Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 18 Sep 2019 10:19:41 -0400 Subject: [PATCH] Tech notes continued Signed-off-by: Bill Erickson --- docs/TechRef/elasticsearch.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/TechRef/elasticsearch.adoc b/docs/TechRef/elasticsearch.adoc index 5b3408fc2e..fdbbf2642b 100644 --- a/docs/TechRef/elasticsearch.adoc +++ b/docs/TechRef/elasticsearch.adoc @@ -96,6 +96,9 @@ Additional options may be passed to the elastic API to include holdings-level location and availability filtering. (Note the client could add such filters, but baking it into the API saves the client a lot of work for a common work flow). +Facets are generated from ES and included in the API response. No external +faceting or facet caching is required. + == User Interface == The branch includes an Elastic service baked into the Angular staff catalog. -- 2.11.0