-
Notifications
You must be signed in to change notification settings - Fork 731
Update 02-solr-drupal.md #9499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Update 02-solr-drupal.md #9499
Conversation
Added new debugging tip for Solr
⚡ Deployed with Pantheon Decoupled This build was successfully deployed with Pantheon. You can track the build logs here. 👀 Preview: https://pr-9499-documentation.appa.pantheon.site |
discussed in slack, still in progress / draft - holding for now next steps from @rainercedric23 |
⚡ Deployed with Pantheon Decoupled This build was successfully deployed with Pantheon. You can track the build logs here. 👀 Preview: https://pr-9499-documentation.appa.pantheon.site |
@rachelwhitton, I see @rainercedric23 has made a commit since you last commented. Can you review? |
Reassigning to @stevector for technical review |
SearchApiSolrException while indexing item some:entity:node/1234 Solr endpoint https://search-gateway.pantheon.io bad request (code: 400, body: Expected: OBJECT_START but got ARRAY_END) | ||
``` | ||
|
||
This usually means that there's a possible garbage character impeding the indexing process. To fix the issue, you can check the content's title, body, or other fields that may contain the garbage character. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rainercedric23 can you give an example of a "garbage character"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would say this is more something that is an unexpected character encoding, something non-utf8
⚡ Deployed with Pantheon Decoupled This build was successfully deployed with Pantheon. You can track the build logs here. 👀 Preview: https://pr-9499-documentation.appa.pantheon.site |
Summary
Using Solr 8 on the Latest Version of Drupal - Added new debugging tip for Solr