Skip to content

Commit 29d12fe

Browse files
authored
Apply suggestions from code review
Fixed grammatical error.
1 parent 3077d41 commit 29d12fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/search-what-is-an-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Other elements are collapsed for brevity, but the following links can provide th
5959

6060
## Field definitions
6161

62-
A search document is defined by the `fields` collection. You will need fields for document identification (keys), storing searchable text, and fields for supporting filters, facets, and sorts. You might also need fields for data that a user never sees, for example you might want fields for profit margins or marketing promotions that you can use to modify search rank.
62+
A search document is defined by the `fields` collection. You will need fields for document identification (keys), storing searchable text, and fields for supporting filters, facets, and sorts. You might also need fields for data that a user never sees. For example, you might want fields for profit margins or marketing promotions that you can use to modify search rank.
6363

6464
One field of type Edm.String must be designated as the document key. It's used to uniquely identify each search document and is case-sensitive. You can retrieve a document by its key to populate a details page.
6565

0 commit comments

Comments
 (0)