Commit Graph

19 Commits (2af8e337737b4e7cbc4b6394ef6a71f869894885)

Author SHA1 Message Date
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.
14 years ago
orbiter 42d90664f3 - fixed a memory leak in the httpc.post method (no finish)
14 years ago
orbiter 5892fff51f introduction of dht-burst modes: this can expand the number of target peers in some cases where a better heuristic is needed. The problematic cases are either when a muti-word search is made (still a hard case for our term-oriented DHT) or when a network operator wants that all robinson peers are asked. We therefore introduced two new network steering values that switch on more peers during the peer selection. Because the number of peers can now be very large, the number of maximum httpc connections was also increased.
14 years ago
orbiter 4588b5a291 - fixed document number limitation for crawls that restrict the number of documents per domain
14 years ago
orbiter db99db4be9 some redesign of the search-fail-response mechanism:
14 years ago
low012 9b3fae9496 *) cleaning up the code a little bit
14 years ago
orbiter c757a4aa9f - corrected lifetime computation for search events
15 years ago
orbiter 5de70c3d7c changed way of storage for search requests:
15 years ago
orbiter 93ea0a4789 enhanced remove operation in search consequences (which are triggered when the snippet fetch proves that the word has disappeared from the page that was stored in the index)
15 years ago
orbiter bfb518cd47 some refactoring to get the LoaderDispatcher a little bit more independent from the switchboard
15 years ago
orbiter 4a5100789f 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.
15 years ago
orbiter 491ba6a1ba - some refactoring in workflow
15 years ago
orbiter ce8dc575ca refactoring
16 years ago
orbiter 68465c37af added a convenience class to add files into a YaCy index
16 years ago
low012 53bbdfd19a *) setting SVN keywords
16 years ago
orbiter ead48c4b25 fix for preparation of search result pages with offset > 10:
16 years ago
orbiter e7736d9c8d more refactoring: made all variables in SearchEvent private
16 years ago
orbiter d8ca6e6bf1 more refactoring for search
16 years ago
orbiter 72ac5bd80f refactoring of search process.
16 years ago