Menu

sharehound 1.1.2 alpha released

Sharehound is a network file systems indexer and Google-like searcher written in Java and based on Apache Lucene. Currently supports SMB file shares (i.e. MS Windows-based network shares are supported). Web UI is used for search and crawl monitoring. RSS feed is provided for search results.

This release can be downloaded from here: http://sourceforge.net/project/showfiles.php?group_id=151499

It's another bugfix release.

Changelog:
----
** Bugs
* crawler: exception "java.io.IOException: The handle is invalid" appears time to time when multithreading crawl
is active.

Update instructions:
----
Backup your instance-specific config files (WEB-INF/classes/quartz-config.xml, *.account).

Overwrite the application files with files from distribution. An example for Tomcat:
- copy "webapp" dir to ${tomcat-dir}/webapps/sharehound (so that webapp/WEB-INF becomes
${tomcat-dir}/webapps/sharehound/WEB-INF)
- copy "lib" dir to ${tomcat-dir}/webapps/sharehound/WEB-INF/lib

Restore your instance-specific config files (see above) and index files if appropriate.

This release doesn't require reindexing compared to v1.0.2 and later versions, so you can keep your index if this is the case.

Posted by Artem Vasiliev 2006-04-11

Log in to post a comment.