collective / collective.solr

Solr search engine integration for Plone
https://pypi.org/project/collective.solr/
22 stars 46 forks source link

Fix `getObjPositionInParent` index by avoiding indexing null values #257

Closed mpeeters closed 4 years ago

mpeeters commented 4 years ago

This happen when using SolR for all queries and defining "getObjPositionInParent" as an integer index, the indexer fails due to some contents that does not have a value for this index.

tisto commented 4 years ago

Travis issues...will look into it...

tisto commented 4 years ago

@mpeeters if you rebase with master Travis will be fixed.

mpeeters commented 4 years ago

@tisto done

tisto commented 4 years ago

@mpeeters released. I plan to do a c.solr 8.0.0 final release soon. We are currently using that version in pre-production. Are you using this version in prod?

mpeeters commented 4 years ago

@tisto Thanks for the release.

We are currently testing collective.solr for a future version and he will be tested on a large Plone portal. We have discovered new errors during SolR indexing this morning and we will look at them ASAP.