Distributed Peer-to-Peer Web Search Engine and Intranet Search Appliance http://yacy.net/
Go to file
orbiter bed79402be introduction of a new remote search load control: the remote search has taken 10 results per peer with a time-out of 3 seconds so far. The attributes of number of results per peer and time-out time can now be configured.
This has two aspects: the user who searches may want to increase these values to get more results and more load on the remote side and the user of the server which is accessed for this search may want to restrict the load. Both sides can now be configured. The server-site maximum load parameters are defined by a network definition and the client-side search request load can be defined by each user individually but when the remote search is done the requested service is limited to the network definition.

You can find now in the network definition file:
network.unit.remotesearch.maxcount and network.unit.remotesearch.maxtime
and in the yacy.conf file:
remotesearch.maxcount and remotesearch.maxtime

There is currently no web interface to define the client-side remote search attributes, please set them manually
    

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7548 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-03-04 13:44:00 +00:00
addon jre update 2011-03-03 20:44:53 +00:00
bin changed the default port from 8080 to 8090 2011-01-28 10:54:13 +00:00
debian support debconf in debian package 2010-08-18 13:30:57 +00:00
defaults introduction of a new remote search load control: the remote search has taken 10 results per peer with a time-out of 3 seconds so far. The attributes of number of results per peer and time-out time can now be configured. 2011-03-04 13:44:00 +00:00
dictionaries
examples
htroot introduction of a new remote search load control: the remote search has taken 10 results per peer with a time-out of 3 seconds so far. The attributes of number of results per peer and time-out time can now be configured. 2011-03-04 13:44:00 +00:00
langstats
lib update to httpclient-4.1 2011-02-08 21:46:24 +00:00
libbuild
libt
locales de.lng: Updated German translation and removed old unused strings, e.g. 8080 -> 8090 and Search Portal translations 2011-02-28 00:22:05 +00:00
ranking/YBR
skins added skin for 27c3 2010-12-22 00:07:46 +00:00
source introduction of a new remote search load control: the remote search has taken 10 results per peer with a time-out of 3 seconds so far. The attributes of number of results per peer and time-out time can now be configured. 2011-03-04 13:44:00 +00:00
test added dns resolve to HTTPClient POST using a dns cache to prevent that that not-thread-safe built-in dns cache inside apache http client is used 2011-02-22 22:58:19 +00:00
.checkstyle
.classpath update to httpclient-4.1 2011-02-08 21:46:24 +00:00
.project replaced four old libraries with latest version 2010-02-26 14:14:50 +00:00
AUTHORS
build.nsi remove old libraries in case of update 2011-03-03 18:34:32 +00:00
build.properties - new java version 1.6 2010-12-20 22:51:50 +00:00
build.xml update to httpclient-4.1 2011-02-08 21:46:24 +00:00
ChangeLog
COPYRIGHT
getWin32MaxHeap.bat
gpl.txt
killYACY.sh
lgpl21.txt migrated all my LGPL 3 -licensed files to the LGPL 2.1 because LGPL 3 is not compatible to the GPL 2 2010-06-28 16:25:14 +00:00
NOTICE
readme.txt changed the default port from 8080 to 8090 2011-01-28 10:54:13 +00:00
reconfigureYACY.sh *) Fixed bug where a number followed by characters was allowed as a valid value for the amount of memory which YaCy is allowed to consume. 2011-01-10 17:47:23 +00:00
startYACY_debug.bat changed the default port from 8080 to 8090 2011-01-28 10:54:13 +00:00
startYACY.bat - replaced pdfbox and fontbox version 1.1.0 with 1.2.1 2010-09-07 17:13:47 +00:00
startYACY.command changed the default port from 8080 to 8090 2011-01-28 10:54:13 +00:00
startYACY.sh changed the default port from 8080 to 8090 2011-01-28 10:54:13 +00:00
stopYACY.bat
stopYACY.command
stopYACY.sh stopYACY.sh can now use curl 2010-03-11 00:12:53 +00:00
testwiki.xml
testwiki.xml.idx.xml
updateYACY.sh - moved test data from /bin to /test/words 2010-02-22 20:14:16 +00:00
yacy-packages.readme
yacy-svn-4.spec
yacy.badwords.example
yacy.logging
yacy.stopwords
yacy.stopwords.de
yacy.yellow

README for YaCy (C) by Michael Peter Christen; mc@yacy.net
---------------------------------------------------------------------------
Please visit http://yacy.net for latest changes or new documentation.
YaCy comes with ABSOLUTELY NO WARRANTY!
This is free software, and you are welcome to redistribute it
under certain conditions; see file gpl.txt for details.
---------------------------------------------------------------------------

WHAT IS THIS?

YaCy is a search engine for the Web (supporting also ftp).
It is neither a search portal nor a portal software but a peer-to-peer
software that works on principles similar to file sharing.
The difference is that you do not share any kind of data but web indexes.
YaCy also generates the indexes it organizes. YaCy is a web crawler for 
everybody, without censorship and central data retention:
- search the web (automatically using all other YaCy peers)
- co-operative crawling; support for other crawlers
- intranet indexing and search
- set up your own search portal
- all users have equal rights
- comprehensive concept to anonymise the users' index
To be able to perform a search using the YaCy network, every user has to
set up their own node. More users are leading to higher index capacity
and better distributed indexing performance.


WHERE IS THE DOCUMENTATION?

Documentation can be found at:
(Home Page)     http://yacy.net/
(German Forum)  http://forum.yacy.de/
(Wiki:de)       http://www.yacy-websuche.de/wiki/index.php/De:Start
(Wiki:en)       http://www.yacy-websearch.net/wiki/index.php/En:Start

Every of these locations has a (YaCy) search functionality which combines
all these locations into one search result.


DEPENDENCIES? WHAT OTHER SOFTWARE DO I NEED?

You need java 1.5 or later to run YaCy.
Please download it from http://www.java.com

YaCy also runs on IcedTea6.
See http://icedtea.classpath.org

NO OTHER SOFTWARE IS REQUIRED!
(you don't need apache, tomcat or mysql or whatever)


HOW DO I START THIS SOFTWARE?

Startup and Shutdown of YaCy:

- on Linux:
to start: execute startYACY.sh
to stop : execute stopYACY.sh

- on Windows:
to start: double-click startYACY.bat
to stop : double-click stopYACY.bat

- on Mac OS X:
to start: double-click startYACY.command (alias possible!)
to stop : double-click stopYACY.command


HOW DO I USE THIS SOFTWARE, WHERE IS THE ADMINISTRATION INTERFACE?

YaCy is a server process that can be administrated and used
with your web browser: open

   http://localhost:8090

There you can see your personal search and administration interface.


ANY MORE CONFIGURATIONS?

- after startup, you see the configuration page in your web browser.
  just open http://localhost:8090
  all you have to do (should do) is to enter a password for your peer

- You can use YaCy as your web proxy.
  This is an option, you don't need to do that.
  Simply configure your internet connection to use a proxy at port 8090.



CONTACT:

If you have any questions, please do not hesitate to contact the author:
Send an email to Michael Christen (mc@yacy.net) with a meaningful subject
including the word 'yacy' to prevent that your email gets stuck
in my anti-spam filter.

If you like to have a customized version for special needs,
feel free to ask the author for a business proposal to customize YaCy
according to your needs. We also provide integration solutions if the
software is about to be integrated into your enterprise application.

Germany, Frankfurt a.M., 05.11.2010
Michael Peter Christen