File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ The following example illustrates a custom analyzer that provides the keyword to
147
147
"sortable" : false ,
148
148
"facetable" : false
149
149
}
150
- ]
150
+ ],
151
151
152
152
"analyzers" : [
153
153
{
@@ -187,7 +187,7 @@ The following example adds an [EdgeNGramTokenFilter](https://lucene.apache.org/c
187
187
"sortable" : false ,
188
188
"facetable" : false
189
189
}
190
- ]
190
+ ],
191
191
192
192
"analyzers" : [
193
193
{
@@ -253,4 +253,4 @@ This article explains how analyzers both contribute to query problems and solve
253
253
+ [Language analyzers](search-language-support.md)
254
254
+ [Analyzers for text processing in Azure Cognitive Search](search-analyzers.md)
255
255
+ [Analyze Text API (REST)](https://docs.microsoft.com/rest/api/searchservice/test-analyzer)
256
- + [How full text search works (query architecture)](search-lucene-query-architecture.md)
256
+ + [How full text search works (query architecture)](search-lucene-query-architecture.md)
You can’t perform that action at this time.
0 commit comments