This Confluence instance is now read-only, please head over to the Algolia Confluence instance for the same more up-to-date information

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Problem

If a query pipeline references a field in “index-text-index-boost” step, then the

  • record pipeline must include that field in the “create-indexes“ step, AND

  • at least 1 record must be indexed with that field value.

Error in Sajari console:

Your collection’s indexes are not ready.
This might be occurring due to an incorrect pipeline configuration. Read our troubleshooting guide or contact us if you need help resolving this issue.

Error in browser console: indexboosts: field index boost: field 'title': not index

Solution

To resolve,

  1. Check the record pipeline and make sure “create-indexes“ step includes the field. If not, then add the field.

  2. Add the field to “allow-fields“ step as well.


  • No labels