Search egineer does not work, error occurs in rebuilding search inde

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
8/29/2009 1:51:29 AM
Gravatar
Total Posts 20

Search egineer does not work, error occurs in rebuilding search inde

Search egineer does not work, error occurs in rebuilding search index,

logs:

2009-08-29 14:42:53,312 INFO mojoPortal.Web.WebTaskManager - Queued WebTaskManager on a new thread 2009-08-29 14:42:53,453 INFO mojoPortal.Business.WebHelpers.IndexWriterTask - deserialized IndexWriterTask task 2009-08-29 14:42:53,453 INFO mojoPortal.Business.WebHelpers.IndexWriterTask - Queued IndexWriterTask on a new thread 2009-08-29 14:43:43,687 INFO mojoPortal.Business.WebHelpers.IndexWriterTask - IndexWriter swallowed exception this is not unexpected if building or rebuilding the search index System.IO.FileNotFoundException: no segments* file found: files: 在 Lucene.Net.Index.SegmentInfos.FindSegmentsFile.run() 在 Lucene.Net.Index.IndexReader.Open(Directory directory, Boolean closeDirectory) 在 Lucene.Net.Index.IndexReader.Open(String path) 在 mojoPortal.Business.WebHelpers.IndexWriterTask.ProcessQueue(DataTable q, String indexPath) 2009-08-29 14:43:45,390 INFO mojoPortal.Business.WebHelpers.IndexWriterTask - started IndexWriterTask task 2009-08-29 14:43:53,484 INFO mojoPortal.Web.WebTaskManager - started WebTaskManager task

8/29/2009 12:02:28 PM
Gravatar
Total Posts 18439

Re: Search egineer does not work, error occurs in rebuilding search inde

Nothing that you posted is unexpected.

2009-08-29 14:43:43,687 INFO mojoPortal.Business.WebHelpers.IndexWriterTask - IndexWriter swallowed exception this is not unexpected if building or rebuilding the search index System.IO.FileNotFoundException: no segments* file

That error always happens when rebuilding the index because we delete the old files so it does not exist. It should log this error and then proceed to create the index. If other errors occur then there may be some other clues in the log if you have problems with search.

INFO messages are not errors either.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.