mirror of
https://github.com/nextapps-de/flexsearch.git
synced 2025-09-02 10:23:50 +02:00
fix simple typo
This commit is contained in:
@@ -2005,7 +2005,7 @@ The combination of resolution and threshold gives you a good controlling of your
|
|||||||
<a name="tokenizer"></a>
|
<a name="tokenizer"></a>
|
||||||
## Tokenizer
|
## 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>
|
<table>
|
||||||
<tr></tr>
|
<tr></tr>
|
||||||
@@ -2056,7 +2056,7 @@ Tokenizer effects the required memory also as query time and flexibility of part
|
|||||||
<a name="phonetic"></a>
|
<a name="phonetic"></a>
|
||||||
## Encoders
|
## 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>
|
<table>
|
||||||
<tr></tr>
|
<tr></tr>
|
||||||
|
Reference in New Issue
Block a user