Novicell / Novicell.Examine.ElasticSearch

Elasticsearch provider for Examine in Umbraco v8
MIT License
12 stars 5 forks source link

No documents being indexed #19

Closed Voltronic closed 3 years ago

Voltronic commented 3 years ago

Hello, i am using this package, i've installed it, and all seems to be working, but, when rebuild indexes, no documents are indexed and in the Elastic Search i can't see the index.

In the backoffice: image

In the ElasticSearch: image

image

The same for Internal and External indexes.

I am using the Umbraco version 8.12.2, is this a problem?

In the log it says that the rebuild was successfully:

{"@t":"2021-04-11T11:35:20.3681956Z","@mt":"Rebuilding index '{IndexName}'","IndexName":"externalindex","SourceContext":"Umbraco.Web.Editors.ExamineManagementController","ProcessId":18280,"ProcessName":"w3wp","ThreadId":16,"AppDomainId":5,"AppDomainAppId":"LMW3SVC3ROOT","MachineName":"BS121-LAP","Log4NetLevel":"INFO ","HttpRequestNumber":12,"HttpRequestId":"ef120387-184d-4770-9096-e41d1046da1d"} {"@t":"2021-04-11T11:35:20.7362691Z","@mt":"Rebuilding index 'externalindex' done.","SourceContext":"Umbraco.Web.Editors.ExamineManagementController","ProcessId":18280,"ProcessName":"w3wp","ThreadId":16,"AppDomainId":5,"AppDomainAppId":"LMW3SVC3ROOT","MachineName":"BS121-LAP","Log4NetLevel":"INFO ","HttpRequestNumber":12,"HttpRequestId":"ef120387-184d-4770-9096-e41d1046da1d"} {"@t":"2021-04-11T11:35:26.5380165Z","@mt":"Rebuilding index '{IndexName}'","IndexName":"internalindex","SourceContext":"Umbraco.Web.Editors.ExamineManagementController","ProcessId":18280,"ProcessName":"w3wp","ThreadId":178,"AppDomainId":5,"AppDomainAppId":"LMW3SVC3ROOT","MachineName":"BS121-LAP","Log4NetLevel":"INFO ","HttpRequestNumber":13,"HttpRequestId":"a58646d3-4764-4f78-abfa-5980cc8ffb62"} {"@t":"2021-04-11T11:35:26.7860168Z","@mt":"Rebuilding index 'internalindex' done.","SourceContext":"Umbraco.Web.Editors.ExamineManagementController","ProcessId":18280,"ProcessName":"w3wp","ThreadId":178,"AppDomainId":5,"AppDomainAppId":"LMW3SVC3ROOT","MachineName":"BS121-LAP","Log4NetLevel":"INFO ","HttpRequestNumber":13,"HttpRequestId":"a58646d3-4764-4f78-abfa-5980cc8ffb62"}

Can somebody help on this?

Voltronic commented 3 years ago

Something went wrong on the installation. Is now working ;)