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
Copy file name to clipboardExpand all lines: 16/umbraco-cms/reference/searching/examine/indexing.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -496,7 +496,7 @@ The order of these registrations matters. It is important to register your index
496
496
497
497
If you have a need, you can also use an Examine index for other data, that you aren't managing as Umbraco content.
498
498
499
-
As an illustrative example, we can define a collection of books. Here we just have a hardcoded collection. In the real-world, it's more likely these will come from a database.
499
+
As an illustrative example, we can define a collection of books. Here we have a hardcoded collection. In the real-world, it's more likely these will come from a database.
500
500
501
501
```csharp
502
502
namespaceUmbraco.Docs.Samples.Web.CustomIndexing;
@@ -577,7 +577,7 @@ public class ConfigureBookIndexOptions : IConfigureNamedOptions<LuceneDirectoryI
577
577
}
578
578
```
579
579
580
-
And once again, we need a composer to register the various components:
580
+
And once again, we need a composer to register the necessary components:
Copy file name to clipboardExpand all lines: 17/umbraco-cms/reference/searching/examine/indexing.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -496,7 +496,7 @@ The order of these registrations matters. It is important to register your index
496
496
497
497
If you have a need, you can also use an Examine index for other data, that you aren't managing as Umbraco content.
498
498
499
-
As an illustrative example, we can define a collection of books. Here we just have a hardcoded collection. In the real-world, it's more likely these will come from a database.
499
+
As an illustrative example, we can define a collection of books. Here we have a hardcoded collection. In the real-world, it's more likely these will come from a database.
500
500
501
501
```csharp
502
502
namespaceUmbraco.Docs.Samples.Web.CustomIndexing;
@@ -577,7 +577,7 @@ public class ConfigureBookIndexOptions : IConfigureNamedOptions<LuceneDirectoryI
577
577
}
578
578
```
579
579
580
-
And once again, we need a composer to register the various components:
580
+
And once again, we need a composer to register the necessary components:
0 commit comments