I have umbraco 4.5.2. project. Lucene indext not genrating any indexing file under ExamineIndexes/Internal/Index/ folder. I tried deleting this folder and published one node, its creating ExamineIndexes/Internal/Index/ folder with segments.gen and segments_1 files in it but there is no indexing file. Its wroking on local and staging so I think nothing wrong with code. Please help!
Lucene Index not working on 4.5.2
I have umbraco 4.5.2. project. Lucene indext not genrating any indexing file under ExamineIndexes/Internal/Index/ folder. I tried deleting this folder and published one node, its creating ExamineIndexes/Internal/Index/ folder with segments.gen and segments_1 files in it but there is no indexing file. Its wroking on local and staging so I think nothing wrong with code. Please help!
anything in the umbracoLog table related to it?
Try changing the providers to runAsync=false for more detailed logging
Hey,
I have checked umbraco log table and it says
[UmbracoExamine] Index is being optimized
[UmbracoExamine] Adding examine event handlers for index providers: 2
When i change to runAsync=false, its genrating indexing files under index folder then giving following error
[UmbracoExamine] Error optimizing Lucene index,background merge hit exception: _6:c1 _7:c1 _8:c1 _9:c1 _b:c1 _c:c1 _d:c1 _e:c1 _g:c1 _i:c1 into _o [optimize] [mergeDocStores]
Thanks
Any solution?
Thanks
Hey,
One thing I have noticed, new files been added into Queue folder but Its not genrating any index file out of those queued file into Index folder...
could be IIS / server issue ?
Please Help !!
Thanks
is working on a reply...