Hallo guys! I've made my own indexer, and it works fine on my test umbraco site. But when i transfered it over to the "real" testsite, it dosn't index anything. When i go into examine inspector nothing is stored.
I have a field i put on the index myself via GatheringNodeDataHandler, and by debugging that usercontrol, i can see that the indexer IS running, but somehow not saving the indexed content-
Anyone who knows how i can solve this ?
a bouns question, can i update Lucene reference in my umbraco solution without much trouble ? i'd like to get a hold on the shingle functionality :)
Solved it, it was because there was a error in the GatheringNodeDatHandler. It seems that the index stops if it hits and error. :/ - though, i couldn't find it at first with debug, though later i got the error in the debug.. There was many nodes, so, it took some time to pop up..
Examine indexer not saving index
Hallo guys!
I've made my own indexer, and it works fine on my test umbraco site. But when i transfered it over to the "real" testsite, it dosn't index anything. When i go into examine inspector nothing is stored.
I have a field i put on the index myself via GatheringNodeDataHandler, and by debugging that usercontrol, i can see that the indexer IS running, but somehow not saving the indexed content-
Anyone who knows how i can solve this ?
a bouns question, can i update Lucene reference in my umbraco solution without much trouble ? i'd like to get a hold on the shingle functionality :)
Happy friday to you guys!
Solved it, it was because there was a error in the GatheringNodeDatHandler. It seems that the index stops if it hits and error. :/
- though, i couldn't find it at first with debug, though later i got the error in the debug.. There was many nodes, so, it took some time to pop up..
Niclas,
Always wrap stuff in gatheringnode data with a try catch then log the error.
Regards
Ismail
I did ;)
is working on a reply...