You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These pages are already unlinked from every TOC but are still built and reachable by direct URL, so search engines can land readers on v1 guidance for a v4 library. Add a warning banner pointing at the current docs, and retitle the v1/v2 quickstart so it no longer presents itself as the Examine documentation. Keeping the pages published avoids 404s on existing inbound links.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 7747261c-2e05-4a5a-b842-2039534d3d86
Copy file name to clipboardExpand all lines: docs/docs-v1-v2/indexing.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,10 @@ uid: v2indexing
5
5
order: 0
6
6
---
7
7
8
+
> [!WARNING]
9
+
> This page documents Examine v1/v2, which is no longer supported. It is kept online so existing links keep working.
10
+
> For the current version, start at the [Examine documentation](xref:index).
11
+
8
12
Indexing
9
13
===
10
14
_**Tip**: There are many examples of indexing in the [`LuceneIndexTests` source code](https://github.com/Shazwazza/Examine/blob/dev/src/Examine.Test/Index/LuceneIndexTests.cs) to use as examples/reference._
0 commit comments