silverstripe-fulltextsearch/docs/en/06_troubleshooting.md
Andrew Aitken-Fincham 06c604c9f3
split querying into its own file
adding non-SiteTree dataobjects

subsite boosting
2018-06-20 17:14:50 +01:00

551 B
Raw Blame History

Troubleshooting

Common gotchas

  • By default number-letter boundaries are treated as a word boundary. For example, A1 is two words - a and 1 - when Solr parses the search term.
  • Special characters and operators are not correctly escaped
  • Multi-word synonym issues
  • When Dolr indexes are reconfigured and reindexed, their content is trashed and rebuilt

CWP-specific

  • solrconfig.xml customisations fail silently
  • Developers arent able to test raw queries or see output via the Solr admin interface