mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 14:05:29 +02:00
06c604c9f3
adding non-SiteTree dataobjects subsite boosting
15 lines
551 B
Markdown
15 lines
551 B
Markdown
# 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 aren’t able to test raw queries or see output via the
|
||
[Solr admin interface](02_setup.md#solr-admin)
|