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

Merge pull request #69 from lpmi-13/typofix

fix simple typo
This commit is contained in:
Thomas Wilkerling
2019-03-20 08:56:06 +01:00
committed by GitHub

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>