Elastic Index not indexing all documents in MongoDB

Hi!

I have a Nuxeo solution that includes Elastic + MongoDB.
I have a table in my MongoDB that has around 400k items/documents in it.

When performing re-index, it only index 20000 items instead of 400k.
Can someone help me on this?
Could Mapping be the issues?

Thanks
Math

I'd definitely ask Nuxeo team for support.

Hey @dadoonet
Thanks for the reply

Can I ask you something ..
I tried to use transporter to migrate my stuff from mongodb to elastic and I have these errors : Rejecting mapping update to [nuxeo] as the final mapping would have more than 1 type: [default, doc]"
This could cause my stuff to not being indexed properly right?

Using Elastic 6.5.1

This could cause my stuff to not being indexed properly right?

Yes. That's true.

You already have an index nuxeo which has an existing type and you are trying to add documents using another type name which is not possible anymore from 6.x.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.