Skip to content

Commit 862df2a

Browse files
authored
Update search-performance-tips.md
Updated typo
1 parent 8c2eb94 commit 862df2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/search-performance-tips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ An important benefit of added memory is that more of the index can be cached, re
134134

135135
### Tip: Consider alternatives to regular expression queries
136136

137-
[Regular expression queries](query-lucene-syntax#bkmk_regex.md) or regex can be particularly expensive. While they can be very useful for complex searches, they also may require a lot of processing power to be executed, especially if the regular expression has a lot of complexity or when searching through a large amount of data. This would result in high search latency. In order to reduce the search latency, try to simplify the regular expression or break the complex query down into smaller, more manageable queries.
137+
[Regular expression queries](query-lucene-syntax.md#bkmk_regex) or regex can be particularly expensive. While they can be very useful for complex searches, they also may require a lot of processing power to be executed, especially if the regular expression has a lot of complexity or when searching through a large amount of data. This would result in high search latency. In order to reduce the search latency, try to simplify the regular expression or break the complex query down into smaller, more manageable queries.
138138

139139

140140
## Next steps

0 commit comments

Comments
 (0)