Skip to content

Commit d5e5cde

Browse files
committed
Redirect all facet pages to handling aggregations page
1 parent 43eda24 commit d5e5cde

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/asciidoc/Web.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,10 @@
378378
<rule name="rule-94" stopProcessing="true">
379379
<match url="nest/aggregations/value-count.html" />
380380
<action type="Redirect" url="https://www.elastic.co/guide/en/elasticsearch/client/net-api/1.x/value-count-aggregation.html" redirectType="Permanent" />
381+
</rule>
382+
<rule name="rule-95" stopProcessing="true">
383+
<match url="nest/facets/.*.html" />
384+
<action type="Redirect" url="https://www.elastic.co/guide/en/elasticsearch/client/net-api/1.x/handling-aggregations.html" redirectType="Permanent" />
381385
</rule>
382386
</rules>
383387
</rewrite>

0 commit comments

Comments
 (0)