Update README.md
This commit is contained in:
parent
506da48b59
commit
6e102adc15
1 changed files with 22 additions and 0 deletions
22
README.md
22
README.md
|
|
@ -13,6 +13,7 @@
|
||||||
- [Collection Search](#collection-search)
|
- [Collection Search](#collection-search)
|
||||||
- [Paging](#paging)
|
- [Paging](#paging)
|
||||||
- [Sorting](#sorting)
|
- [Sorting](#sorting)
|
||||||
|
- [Search Highlighting](#search-highlighting)
|
||||||
- [Result Summary](#result-summary)
|
- [Result Summary](#result-summary)
|
||||||
<!--- - [Configure Facets](#configure-facets)
|
<!--- - [Configure Facets](#configure-facets)
|
||||||
- [Include / Exclude Facets](#include--exclude-facets) --->
|
- [Include / Exclude Facets](#include--exclude-facets) --->
|
||||||
|
|
@ -359,6 +360,27 @@ available in the pager block (*documented below*).
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
### Search Highlighting
|
||||||
|
|
||||||
|
1. Add Search Excerpt to the Advanced Search View.
|
||||||
|
- Navigate to `/admin/structure/views/view/advanced_search`. In the `Fields` section, click `Add`, then select `Search Excerpt`.'
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
2. Turn on Search API highlight processor
|
||||||
|
- Navigate to `/admin/config/search/search-api` > Edit Index > Processors > Enable Highlight processor.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
- At the bottom of the form, under Processor Settings > Highlight > Select `Create excerpt`.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
3. Configure Solr Server.
|
||||||
|
- Navigate to `/admin/config/search/search-api` > Edit Server > Configure Solr backend > Advanced > Select `Retrieve highlighted snippets`.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
### Result Summary
|
### Result Summary
|
||||||
|
|
||||||
In your view, in the `Header` section, clikc `Add`, then search and select for "Result summary".
|
In your view, in the `Header` section, clikc `Add`, then search and select for "Result summary".
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue