yacy_search_server/source/de/anomic/search
orbiter 3b9aaf9e9f - inserted new library tests inside DidYouMean
- some redesign of DidYouMean that was necessary to follow
  a special rule how a library should be used:
  - the library provides words that start or end with a test
    word which may be possibly also an empty set of words
  - all words that the DidYouMean produced with the four
    production rules are used to generate a set of
    library-completed words
  - if this process results in any words from the library,
    only library-genrated words are taken
  - if the is no library-generated word at all, take the
    artifial generated word
  - all words that result from these rules are tested against
    the index
  - the result is ordered using a lightweight comparator that
    prefers short words
  - a not-so-much-io test against the index is beeing prepared
    next
- insered the library initialization into the switchboard

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6284 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-09-02 13:41:56 +00:00
..
blockrank refactoring: 2009-07-19 20:37:44 +00:00
IndexAbstracts.java added missing class 2009-08-24 21:03:40 +00:00
MediaSnippet.java refactoring of snippet cache 2009-08-27 14:34:41 +00:00
QueryParams.java fix for preparation of search result pages with offset > 10: 2009-08-30 10:28:23 +00:00
RankingProcess.java cleanup 2009-08-27 23:20:59 +00:00
RankingProfile.java refactoring of search classes 2009-07-08 22:14:57 +00:00
ResultEntry.java refactoring of snippet cache 2009-08-27 14:34:41 +00:00
ResultFetcher.java removed debugging code 2009-08-30 11:03:34 +00:00
SearchEvent.java - inserted new library tests inside DidYouMean 2009-09-02 13:41:56 +00:00
SearchEventCache.java fix for preparation of search result pages with offset > 10: 2009-08-30 10:28:23 +00:00
Switchboard.java - inserted new library tests inside DidYouMean 2009-09-02 13:41:56 +00:00
SwitchboardConstants.java refactoring: 2009-07-19 20:37:44 +00:00
TextSnippet.java better concurrency, less blocking & performance hacks 2009-08-29 23:34:14 +00:00