Skip to content

Commit 6f4105a

Browse files
[ci skip]
Update README Python [This list might not be relevant] Added disablePrefixOnAttributes and disableExactOnAttributes index settings Scala/Java add a warning about the DNS cache of the JVM Add a migration note to the Go README
1 parent 7693f92 commit 6f4105a

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1472,6 +1472,38 @@ To get a full description of how the Ranking works, you can have a look at our <
14721472
</tr>
14731473

14741474

1475+
<tr>
1476+
<td valign='top'>
1477+
<div class='client-readme-param-container'>
1478+
<div class='client-readme-param-container-inner'>
1479+
<div class='client-readme-param-name'><code>disablePrefixOnAttributes</code></div>
1480+
<div class="client-readme-param-meta"><div><em>Type: <strong>string array</strong></em></div></div>
1481+
</div>
1482+
</div>
1483+
</td>
1484+
<td class='client-readme-param-content'>
1485+
<p>List of attributes on which you want to disable prefix matching (must be a subset of the <code>attributesToIndex</code> index setting). This setting is useful on attributes that contain string that should not be matched as a prefix (for example a product SKU). By default the list is empty.</p>
1486+
1487+
</td>
1488+
</tr>
1489+
1490+
1491+
<tr>
1492+
<td valign='top'>
1493+
<div class='client-readme-param-container'>
1494+
<div class='client-readme-param-container-inner'>
1495+
<div class='client-readme-param-name'><code>disableExactOnAttributes</code></div>
1496+
<div class="client-readme-param-meta"><div><em>Type: <strong>string array</strong></em></div></div>
1497+
</div>
1498+
</div>
1499+
</td>
1500+
<td class='client-readme-param-content'>
1501+
<p>List of attributes on which you want to disable the computation of <code>exact</code> criteria (must be a subset of the <code>attributesToIndex</code> index setting). By default the list is empty.</p>
1502+
1503+
</td>
1504+
</tr>
1505+
1506+
14751507
<tr>
14761508
<td valign='top'>
14771509
<div class='client-readme-param-container'>

0 commit comments

Comments
 (0)