From dd2ccdc5d921a5616c96372bc0fc935322255abb Mon Sep 17 00:00:00 2001 From: Erik-Jan Westendorp Date: Wed, 13 Mar 2024 16:57:19 +0100 Subject: [PATCH 1/2] Write shorter sentences --- 13/umbraco-cms/reference/searching/examine/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13/umbraco-cms/reference/searching/examine/README.md b/13/umbraco-cms/reference/searching/examine/README.md index d3635536fe5..b8c4b8f30e7 100644 --- a/13/umbraco-cms/reference/searching/examine/README.md +++ b/13/umbraco-cms/reference/searching/examine/README.md @@ -6,7 +6,7 @@ _Examine uses Lucene as its search and index engine. Searching using Examine wit The Examine documentation is found here [https://shazwazza.github.io/Examine/](https://shazwazza.github.io/Examine/) and the source code repository for Examine is here [https://github.com/Shazwazza/Examine](https://github.com/Shazwazza/Examine). -Examine allows you to index and search data quickly. Examine is a library that sits on top of [Lucene.Net](https://lucenenet.apache.org/), a high performance search engine library. Examine provides APIs to make searching and indexing as straight forward as possible. Umbraco provides a further layer on top, UmbracoExamine, that opens up the Umbraco-specific APIs for indexing and searching content and media out of the box. +Examine allows you to index and search data quickly. Examine is a library that sits on top of [Lucene.Net](https://lucenenet.apache.org/), a high performance search engine library. Examine provides APIs to make searching and indexing as straight forward as possible. Umbraco provides a further layer on top, UmbracoExamine. This opens up the Umbraco-specific APIs for indexing and searching content and media out of the box. Examine is provider based so it is extensible and allows you to configure your own custom indexes if required. The backoffice search in Umbraco also uses this same search engine, so you can trust that you're in good hands. From 395e889191c183fc3c943bfb7c6b69dc8b561617 Mon Sep 17 00:00:00 2001 From: Erik-Jan Westendorp Date: Wed, 13 Mar 2024 16:58:51 +0100 Subject: [PATCH 2/2] Update v12 --- 12/umbraco-cms/reference/searching/examine/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/umbraco-cms/reference/searching/examine/README.md b/12/umbraco-cms/reference/searching/examine/README.md index d3635536fe5..b8c4b8f30e7 100644 --- a/12/umbraco-cms/reference/searching/examine/README.md +++ b/12/umbraco-cms/reference/searching/examine/README.md @@ -6,7 +6,7 @@ _Examine uses Lucene as its search and index engine. Searching using Examine wit The Examine documentation is found here [https://shazwazza.github.io/Examine/](https://shazwazza.github.io/Examine/) and the source code repository for Examine is here [https://github.com/Shazwazza/Examine](https://github.com/Shazwazza/Examine). -Examine allows you to index and search data quickly. Examine is a library that sits on top of [Lucene.Net](https://lucenenet.apache.org/), a high performance search engine library. Examine provides APIs to make searching and indexing as straight forward as possible. Umbraco provides a further layer on top, UmbracoExamine, that opens up the Umbraco-specific APIs for indexing and searching content and media out of the box. +Examine allows you to index and search data quickly. Examine is a library that sits on top of [Lucene.Net](https://lucenenet.apache.org/), a high performance search engine library. Examine provides APIs to make searching and indexing as straight forward as possible. Umbraco provides a further layer on top, UmbracoExamine. This opens up the Umbraco-specific APIs for indexing and searching content and media out of the box. Examine is provider based so it is extensible and allows you to configure your own custom indexes if required. The backoffice search in Umbraco also uses this same search engine, so you can trust that you're in good hands.