yacy_search_server/source/de/anomic/search
orbiter 18172451a0 better search computation:
- increased sort limit, now 3000 entries, before: 1000
  this should cause that more results can be shown in case
  of strong limitating constraints, like domain navigation
- enhanced the sort process
- check against domain navigator bugs
- fix in sort stack
- showing now all naviagtion pages at first search (not only next page)


git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6569 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-01-12 15:01:44 +00:00
..
blockrank added extensive memory protection logic to avoid out of memory errors that may be caused by the RowCollection memory allocation function 2009-12-09 23:27:26 +00:00
ContentDomain.java *) minor changes 2009-12-28 11:06:49 +00:00
DocumentIndex.java better search computation: 2010-01-12 15:01:44 +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 applied code changes that are recommended by PMD 2010-01-10 23:09:48 +00:00
QueryParams.java applied code changes that are recommended by PMD 2010-01-10 23:09:48 +00:00
RankingProcess.java better search computation: 2010-01-12 15:01:44 +00:00
RankingProfile.java applied code changes that are recommended by PMD 2010-01-10 23:09:48 +00:00
ReferenceOrder.java more PMD recommendations 2010-01-11 22:18:38 +00:00
ResultEntry.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
ResultFetcher.java applied code changes that are recommended by PMD 2010-01-10 23:09:48 +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 applied code changes that are recommended by PMD 2010-01-10 23:09:48 +00:00
Segments.java applied code changes that are recommended by PMD 2010-01-10 23:09:48 +00:00
Switchboard.java applied code changes that are recommended by PMD 2010-01-10 23:09:48 +00:00
SwitchboardConstants.java option to disable dht by memory limit: 2009-11-06 19:13:30 +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