yacy_search_server/source/de/anomic/search
orbiter 78d4c45d09 enhancement during search process: fast fail of search in case that all index feeder have terminated.
This change should affect filtering and navigators and should cause that search navigation gets faster

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7614 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-03-21 13:05:51 +00:00
..
AccessTracker.java - replaced more direct string-based UTF-8 conversions by predefined UTF-8 conversion 2011-03-10 23:25:07 +00:00
ContentDomain.java *) set SVN properties 2011-03-08 01:51:51 +00:00
DocumentIndex.java moved getBytes() to UTF8.getBytes() to use a default String encoding 2011-03-10 12:35:32 +00:00
IndexAbstracts.java *) setting SVN keywords 2009-09-05 20:41:21 +00:00
MediaSnippet.java replaced all 'new String' with default encoding (missing) or UTF-8 encoding with a String generation method that uses a pre-defined Charset constant for UTF-8. This avoids a cache-lookup for the Charset object using String hashing of the String 'UTF-8'. 2011-03-07 20:36:40 +00:00
MetadataRepository.java redesigned the ScoreMap classes: 2011-03-13 01:41:44 +00:00
QueryParams.java always try to guess the size of a StringBuilder to prevent too many memory re-allocations 2011-03-09 09:29:05 +00:00
RankingProcess.java enhancement during search process: fast fail of search in case that all index feeder have terminated. 2011-03-21 13:05:51 +00:00
RankingProfile.java always try to guess the size of a StringBuilder to prevent too many memory re-allocations 2011-03-09 09:29:05 +00:00
ReferenceOrder.java redesigned the ScoreMap classes: 2011-03-13 01:41:44 +00:00
ResultEntry.java added more configuration options for search: 2011-03-21 07:50:34 +00:00
ResultFetcher.java enhancement during search process: fast fail of search in case that all index feeder have terminated. 2011-03-21 13:05:51 +00:00
SearchEvent.java added more configuration options for search: 2011-03-21 07:50:34 +00:00
SearchEventCache.java added more configuration options for search: 2011-03-21 07:50:34 +00:00
Segment.java enhancement during search process: fast fail of search in case that all index feeder have terminated. 2011-03-21 13:05:51 +00:00
Segments.java moved getBytes() to UTF8.getBytes() to use a default String encoding 2011-03-10 12:35:32 +00:00
Switchboard.java added more configuration options for search: 2011-03-21 07:50:34 +00:00
SwitchboardConstants.java 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
TextSnippet.java added more configuration options for search: 2011-03-21 07:50:34 +00:00