1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-09-01 18:03:56 +02:00

fix simple typo

This commit is contained in:
lpmi-13
2019-03-18 22:27:04 +00:00
parent 79fc123a2a
commit e565fb6cec

View File

@@ -2005,7 +2005,7 @@ The combination of resolution and threshold gives you a good controlling of your
<a name="tokenizer"></a>
## Tokenizer
Tokenizer effects the required memory also as query time and flexibility of partial matches. Try to choose the most upper of these tokenizer which fits your needs:
Tokenizer affects the required memory also as query time and flexibility of partial matches. Try to choose the most upper of these tokenizer which fits your needs:
<table>
<tr></tr>
@@ -2056,7 +2056,7 @@ Tokenizer effects the required memory also as query time and flexibility of part
<a name="phonetic"></a>
## Encoders
Encoding effects the required memory also as query time and phonetic matches. Try to choose the most upper of these encoders which fits your needs, or pass in a <a href="#flexsearch.encoder">custom encoder</a>:
Encoding affects the required memory also as query time and phonetic matches. Try to choose the most upper of these encoders which fits your needs, or pass in a <a href="#flexsearch.encoder">custom encoder</a>:
<table>
<tr></tr>