| Summary: | Searches fail with error Fielddata is disabled on text fields by default for elastic search 5.3 and 5.4 | ||
|---|---|---|---|
| Product: | Koha | Reporter: | david holoshka <david.holoshka> |
| Component: | Searching - Elasticsearch | Assignee: | Bugs List <koha-bugs> |
| Status: | CLOSED WORKSFORME | QA Contact: | |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | claire.hernandez, david.bourgault, frank.hansen, jonathan.druart, nick |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | Linux | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Crowdfunding committed: | 0 |
| Crowdfunding contact: | Patch complexity: | --- | |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
|
Description
david holoshka
2017-08-01 12:53:14 UTC
I've encountered the same issue with Elasticsearch 5.6. Testing 2 client databases, one worked fine, the other threw "fielddata is disabled" errors and failed to search (no results). I believe this is generally related to the mappings and should be okay for now. Any sort field or facet I think need to be 'keyword' type rather than enabling fielddata |