Hi Nikes,
Actually we are not able to do the full indexing on 3.2 version as it is taking almost 5 to 6 days to complete just 50% of indexing.
So what I did is, I installed alfresco 3.4.11 on test server and copied alf_data and latest database on this server and then started the server in full indexing.
It took 2 days to do the metadata indexing and 1 day for full text indexing and then the test server was started.
Then I copied these lucene-indexes folder to the production server and started the server and it worked well.
But I am getting below errors:
Error1:
23:24:40,201 ERROR [pdfbox.filter.FlateFilter] Stop reading corrupt stream
23:24:47,049 ERROR [pdfbox.filter.FlateFilter] Stop reading corrupt stream
23:24:47,049 ERROR [pdfbox.filter.FlateFilter] Stop reading corrupt stream
Error2:
23:25:36,750 ERROR [quartz.core.JobRunShell] Job DEFAULT.ftsIndexerJobDetail threw an unhandled Exception:
org.alfresco.error.AlfrescoRuntimeException: 05070016 Invalid node ref - does not contain forward slash: d8ae998c-0688-4ac5-bf02-54e738c91411
at org.alfresco.service.cmr.repository.NodeRef.<init>(NodeRef.java:91)
Thank You!