yacy_search_server/source/de/anomic/search
orbiter f175f9a2d3 changed way how number of search requests are counted:
so far only search requests at the remote search interface had been counted.
This was done to protect the privacy of searchers, because counting was not done and published at the own search interface.
This caused that no search requests of robinson peers had been counted, becuase they cannot be counted at remote peer.
This change introduces a distinction of locally done search requests at the local search interface from search requests that are on the local interface but had been submitted from a remote IP without authentication.
Now 3 counters are maintained:
- partial count of remote searches
- total count of local searches on robinson peers from non-authenticated clients
- total count of local searches on robinson peers from localhost or authenticated clients
In the global statistic of search requests now the first two counters of the three cases are added
Because we habe a large number of robinson peers with a large number of remote non-authenticated requests the statistic should show at least three times of the number of search requests.


git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6696 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-02-24 13:53:55 +00:00
..
blockrank tried to fix date problem that may have prevented that foreign peers stay in the network 2010-01-13 20:01:46 +00:00
ContentDomain.java *) minor changes 2009-12-28 11:06:49 +00:00
DocumentIndex.java misc NPE check 2010-01-29 15:59:24 +00:00
IndexAbstracts.java *) setting SVN keywords 2009-09-05 20:41:21 +00:00
MediaSnippet.java fix for media search 2009-12-09 23:47:37 +00:00
MetadataRepository.java one more fix for NPE, see 2010-02-01 11:28:37 +00:00
QueryParams.java applied code changes that are recommended by PMD 2010-01-10 23:09:48 +00:00
RankingProcess.java misc NPE check 2010-01-29 15:59:24 +00:00
RankingProfile.java fix for problem in ranking setting which was caused by the introduction of a toString() method in serverObjects 2010-02-17 21:31:08 +00:00
ReferenceOrder.java more PMD recommendations 2010-01-11 22:18:38 +00:00
ResultEntry.java more PMD recommendations 2010-01-12 20:53:19 +00:00
ResultFetcher.java misc NPE check 2010-01-29 15:59:24 +00:00
SearchEvent.java better search computation: 2010-01-12 15:01:44 +00:00
SearchEventCache.java replaced _all_ size() == 0 with isEmpty() and all size() > 0 with !isEmpty(). The isEmpty() method is much faster in some cases, especially when used to access badly balanced hashtables where an size() operation becomes a large iteration. 2009-12-02 00:37:59 +00:00
Segment.java misc NPE check 2010-01-29 15:59:24 +00:00
Segments.java applied code changes that are recommended by PMD 2010-01-10 23:09:48 +00:00
Switchboard.java changed way how number of search requests are counted: 2010-02-24 13:53:55 +00:00
SwitchboardConstants.java allow global search if res. observer disabled index transmission 2010-02-09 17:14:16 +00:00
TextSnippet.java replaced _all_ size() == 0 with isEmpty() and all size() > 0 with !isEmpty(). The isEmpty() method is much faster in some cases, especially when used to access badly balanced hashtables where an size() operation becomes a large iteration. 2009-12-02 00:37:59 +00:00