Currently database is not configured for event subsystem.Currently it is using flat file system for storing events etc. Is this causing this problem?.
Even we are facing the same problem. Using Teamsite search , When a modified file in workarea is searched it’s been searched and found in search results . But once the file is submitted to STAGING and if the same file is searched . The file is not searched . What configuration has to be done , to search the submitted files . Please find below the configuration made in search.properties file. # Maximum size of the file (in mega-bytes) to be indexed.iw.index.maxfilesizetoindex=20# Event-based updates are enablediw.index.events.enable=true# Number of times Index server attempts to listen to# TeamSite event system before giving upiw.index.events.listen.attempts=10# Number of seconds Index server waits between attempts to listen to# TeamSite event systemiw.index.events.listen.wait=12# Number of times Index server attempts to connect to# TeamSite server before giving upiw.index.iwserver.connect.attempts=10# Number of seconds Index server waits between attempts to connect to# TeamSite server iw.index.iwserver.connect.wait=12# Optimal wait time before received events are processed (in minutes)iw.index.optimalWaitMins=1# Indexing workarea modifications# Control whether indexing of and searching across modifications in workareas# of indexed branches is turned on or not. iw.index.wamodifications.enable=true# Control whether indexing the modifications of ALL the workareas of a branch# at the time the branch is first indexed should be turned on or off (permissible # values are none and all).iw.index.wamodifications.branchcreation.default=all# Control how often (in minutes) an attempt is made to index the modified files in the# relevant workareas of all the relevant indexed branches. iw.index.wamodifications.frequency=2# Control after how much time (in hours) the collections of workarea modifications for a# branch are considered too old and hence deleted and then re-indexed. Checked during# index server startup only.iw.index.wamodifications.deleteindexes=24
Hi ,I am facing the same issue, the modified content gets indexed and I am able to search properly.But as soon as i Submit it, it just goes away from the search results.Regards,Rudraksha