That generates 909 documents in the index. What is strange, just through sheer trial and error, if I remove the IncludeNodeTypes node, I get 12534 documents, 6000+ of which are of "_NodeTypeAlias" "post" !? (using Luke)
I can probably work with it as I will filter posts on queries...but still...
Examine Index not reindexing well
I am importing documents via the content api. Takes hours but when done the examine index contains all the docs. (i am testing via luke)
When I try and reindex, only about 20% of the documents make it into the index.
No error in the logs.
How do I debug that?
I do have a gathering node event, which for now I've commented out.
This is the IndexSet config:
That generates 909 documents in the index. What is strange, just through sheer trial and error, if I remove the IncludeNodeTypes node, I get 12534 documents, 6000+ of which are of "_NodeTypeAlias" "post" !? (using Luke)
I can probably work with it as I will filter posts on queries...but still...
Any ideas?
I was supporting unpublished content.
Seems the bad mix is that AND specifying
IncludeNodeTypes
They appear mutually exclusive?
is working on a reply...