Commit Graph

15 Commits (e7ea3b3cc5ec302eab89c0e34e05ba668bf71b68)

Author SHA1 Message Date
orbiter e43e61e502 added another geolocalization data source: GeoNames
15 years ago
low012 15d9ea8375 *) changes for better code readability
15 years ago
low012 2bc459252e *) changes for better code readability
15 years ago
orbiter e34e63a039 preset of proper HashMap dimensions: should prevent re-hashing and increase performance
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 ce8dc575ca refactoring
16 years ago
orbiter 1e4f8b56ed accumulated classes from different packages into the new rwi package
16 years ago
orbiter f677d534b1 start of a really extensive refactoring which will produce a hierarchical package structure with the domain yacy.net as package root
16 years ago
orbiter f8371707e5 - possibly better termination for SplitTable
16 years ago
orbiter 87780f2562 produce did-you-mean also for queries with more than one word
16 years ago
orbiter d64569aa39 reuturn only recommendations of words that have a greater count than the original word
16 years ago
orbiter 604c37927f used comparator for did-you-mean that uses index sizes for comparisment, but:
16 years ago
orbiter eaddf2d464 - corrected layout of map preview
16 years ago
orbiter 3b9aaf9e9f - inserted new library tests inside DidYouMean
16 years ago
orbiter 1762a7bcd6 - moved DidYouMean to the data package
16 years ago