You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/manual.md
+61Lines changed: 61 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -232,6 +232,10 @@ You should only deactivate this setting if you recreate the index completely (i.
232
232
233
233
If you rebuild the Solr index regularly (i.e. nightly) we recommend to use the functionality to swap cores. You need a second core for that. In this case, you should activate this setting and enter the name of the second core into the field *Name of Core to swap active Core with* below.
234
234
235
+
#### Disconnect and reconnect MySQL Connections during indexing
236
+
237
+
If you experience issues due to SQL timeouts during indexing, this configuration will help you. Its default value is "No". If you switch to "Yes", MySQL connections will be automatically disconnected and reconnected during the indexing process. This feature only works with Magento CE 1.9.1 / EE 1.14.1 or newer versions.
@@ -298,6 +302,14 @@ Usually filter options are sorted by number of results. In some cases it makes s
298
302
Configure with which priority category names are handled in the Solr index. For example, if the search term "black shirts" should primarily return those products as search results which are contained in a category named "shirts", you might want to enter a higher value than 1.
299
303
The default value is 1. If you enter a higher value, category names have a higher priority in the Solr index.
300
304
305
+
#### Show products which are out of stock
306
+
307
+
In the default setting, even products which are not in stock are shown on the search results page. To keep your search results clear from items which are out of stock, select "No".
308
+
309
+
#### Solr Priority Multiplier for Products being out of Stock
310
+
311
+
This is a factor which manipulates the ranking of search results depending on the product's stock status. If you prefer to have items which are out of stock in the list of search results, select a value that is greater than 0. To put sold out products at the very bottom of the search results, enter "0.1". The value "1" means that the stock status has no impact on the search results ranking.
312
+
301
313
#### Size of Price Steps
302
314
303
315
This setting is used by the price filter. You can set the steps which are used for the single intervals. I.e. *10* leads to the intervals *0.00-10.00*, *10.00-20.00*, *20.00-30.00* and so on.
@@ -318,6 +330,15 @@ Just like a redirect to a product page, you can also activate redirects for sear
318
330
#### Use Custom Price Intervals
319
331
If you don't want to have a linear arrangement of intervals and you are using Solr 4.10 or above, you can set the desired interval borders for the price filter individually here. In the example *10,20,50,100,200,300,400,500* this would be the intervals *0.00-10.00*, *10.00-20.00*, *20.00-50.00* and so on until *400.00-500.00* and *from 500.00*.
320
332
333
+
#### Redirect to product page on direct match in one of these attributes
334
+
335
+
If the entered search term is an exact match with an important attribute of a product, you can here activate a direct redirect to the matching product page. As a result, the way to the product is shortened, because you skip the step of showing the search results page.
336
+
It is recommended to only use this redirect for attributes which have unique values for each product.
337
+
338
+
#### Redirect to category page on direct match in one of these attributes
339
+
340
+
Just like a redirect to a product page, you can also activate redirects for search terms which exactly match a category's attribute. Please make sure to only use this feature for attributes which allow for unambiguous matching with a category page.
@@ -326,6 +347,10 @@ If you don't want to have a linear arrangement of intervals and you are using So
326
347
327
348
If you activate this setting, Solr will be used to displayed products on category pages. Especially for stores with a huge amount of products or filterable attributes for layered navigation, this will speed up the load time of category pages.
328
349
350
+
#### Show products which are out of stock
351
+
352
+
In the default setting, products which are not in stock are shown in the product list on category pages. To remove sold out products from category pages, select "No".
353
+
329
354
#### Position of Filter
330
355
331
356
Independent of the filters' position on search result pages, you can choose where to display filters on category pages: either in the left column next to the products or above the products. This is a default value which can be overwritten by the category's configuration.
@@ -334,6 +359,22 @@ Independent of the filters' position on search result pages, you can choose wher
334
359
335
360
When you activate this setting, categories that match the search term will be displayed in the autosuggest box. To finetune suggested categories, you can exclude single categories from being indexed.
336
361
362
+
#### Display categories as search results
363
+
364
+
If you set this configuration to "Yes", your search results page will show an additional tab where matching category pages for the search term are displayed.
365
+
366
+
#### Maximum number of results
367
+
368
+
This value regulates how many matching category pages are listed as search results.
369
+
370
+
#### Fuzzy Search is active
371
+
372
+
Do you want to apply fuzzy search to category pages as results for a search term? Then select "Yes".
373
+
374
+
#### Sensitivity for Search
375
+
376
+
When fuzzy search is activated, you can configure how sensitive it's supposed to be. Values between 0 and 1 are allowed. Lower values lead to more fuzzy results.
@@ -342,6 +383,22 @@ When you activate this setting, categories that match the search term will be di
342
383
343
384
When activated, matching CMS pages are displayed in the autosuggest box. It works similar to indexing categories. To finetune suggested CMS pages, you can exclude single CMS pages from being indexed.
344
385
386
+
#### Display CMS pages as search results
387
+
388
+
If you set this configuration to "Yes", your search results page will show an additional tab where matching CMS pages for the search term are displayed.
389
+
390
+
#### Maximum number of results
391
+
392
+
This value regulates how many matching CMS pages are listed as search results.
393
+
394
+
#### Fuzzy Search is active
395
+
396
+
Do you want to apply fuzzy search to CMS pages as results for a search term? Then select "Yes".
397
+
398
+
#### Sensitivity for Search
399
+
400
+
When fuzzy search is activated, you can configure how sensitive it's supposed to be. Values between 0 and 1 are allowed. Lower values lead to more fuzzy results.
@@ -387,6 +444,10 @@ You can enter an arbitrary number of attributes here which will be displayed in
387
444
388
445
Only attributes with the property "Use In Search Results Layered Navigation" will be selectable.
389
446
447
+
#### Show products which are out of stock
448
+
449
+
In the default setting, products which are not in stock are hidden from search suggestions. To show sold out products in the autosuggest box, select "Yes".
0 commit comments