I have problems configuring a search index on my website. It seems like my index is only indexing the first top level node. I have a multilanguage site, so only my first language get indexed. Does anyone has any solutions to this? See below for my configuration code.
When changing the order of the top level nodes, the search works. After changing them back to the original place, the search is still working.
To get rid of the error, I downloaded the newest dll's here, this just gave me an error so I removed them back and used the original from Umbraco 4.7.1 and suddenly everything works. I guess something went wrong on upgrading from 4.7.0 to 4.7.1.
I hope this post is useful for someone who is getting this error after me.
Lucene examine only first top node
I have problems configuring a search index on my website. It seems like my index is only indexing the first top level node. I have a multilanguage site, so only my first language get indexed. Does anyone has any solutions to this? See below for my configuration code.
Kind regards
Thijs
ExamineIndex.config
ExamineSettings.config
Content
*Edit: Can't edit my post but I forget to remove the InternalSearch of Umbraco in the code example of ExamineSettings.config.
Update: The database log table gives me this output every 10 seconds:
When changing the order of the top level nodes, the search works. After changing them back to the original place, the search is still working.
To get rid of the error, I downloaded the newest dll's here, this just gave me an error so I removed them back and used the original from Umbraco 4.7.1 and suddenly everything works. I guess something went wrong on upgrading from 4.7.0 to 4.7.1.
I hope this post is useful for someone who is getting this error after me.
Thijs
is working on a reply...