Changes between Version 1 and Version 2 of regain


Ignore:
Timestamp:
Sep 18, 2014, 5:30:35 PM (10 years ago)
Author:
andib
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • regain

    v1 v2  
    44Regain is a java based search engine. [http://regain.sourceforge.net/ Regain home page at sourceforge]
    55
     6== Installation ==
     7- Download the regain zip file for all platforms f.i. [http://sourceforge.net/projects/regain/files/regain/2.1.0%20Stable/regain_v2.1.0-STABLE_server.zip/download]
     8- Unzip at a place where you've plenty of free space. The search index will be created in a sub directory and can be several giga bytes in size.
     9- Start the crawler with 'java -Xms128M -Xmx960M regain.jar'
     10- Edit .\conf\CrawlerConfiguration.xml and set 'Filter files by filesize' <crawlerPlugin enabled="true"> to disable search in very big files. This will lead to an exception in the java engine. I've exceptions with files sized 120MB so set <param name="filesizeMaximumBytes">50000000</param>.
     11- Unfortunately 'CrawlerConfiguration.xml' will be rewritten every time you save properties from the properties page of the web interface.
    612
    713== Search hints ==