Commit Graph

23 Commits (c93f4dda7299b72b38699c5e877a19163edb6b40)

Author SHA1 Message Date
low012 eb79b952ef *) cleaner code
14 years ago
orbiter becc463d8a enhanced did-you-mean
14 years ago
orbiter 58e74282af added a word counter statistic in condenser which is used by the did-you-mean to calculate best matches for given search words.
14 years ago
orbiter ca738ac924 - added a tag cloud to search results (using the topics)
14 years ago
orbiter e4d561971e added more score cluster options and made score cluster usage more transparent
15 years ago
orbiter 7cd9d9d22a - enhanced DidYouMean computation using a faster count on index entries; this causes that results can be ranked better
15 years ago
orbiter de722090b5 enhancements in did-you-mean guessing
15 years ago
orbiter a59c885ee0 autocomplete and did-you-mean can now understand _all_ languages and can generate suggestions in all languages and character types
15 years ago
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