yacy_search_server/source/net/yacy/kelondro/index
orbiter db99db4be9 some redesign of the search-fail-response mechanism:
when a search fails for a single url because the snippet cannot be generated, then the url reference is deleted from the index. This mechanism was redesign and enhanced. The process now also writes into the work tables into the table searchfl to prepare a re-indexing mechanism.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7364 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-12-06 14:34:58 +00:00
..
BinSearch.java a collection of performance hacks and code cleanup: 2010-04-19 16:42:37 +00:00
BufferedObjectIndex.java - corrected return value of put() methods (not used anywhere, so it did not harm before) 2010-09-15 10:43:14 +00:00
Cache.java performance hacks 2010-09-14 14:32:24 +00:00
Column.java applied code changes that are recommended by PMD 2010-01-10 23:09:48 +00:00
HandleMap.java - corrected return value of put() methods (not used anywhere, so it did not harm before) 2010-09-15 10:43:14 +00:00
HandleSet.java some redesign of the search-fail-response mechanism: 2010-12-06 14:34:58 +00:00
Index.java - corrected return value of put() methods (not used anywhere, so it did not harm before) 2010-09-15 10:43:14 +00:00
IndexTest.java - enhanced concurrency in database index access for multicore 2010-08-03 04:58:48 +00:00
RAMIndex.java - corrected return value of put() methods (not used anywhere, so it did not harm before) 2010-09-15 10:43:14 +00:00
RAMIndexCluster.java - corrected return value of put() methods (not used anywhere, so it did not harm before) 2010-09-15 10:43:14 +00:00
Row.java - enhanced concurrency in database index access for multicore 2010-08-03 04:58:48 +00:00
RowCollection.java - enhanced DidYouMean computation using a faster count on index entries; this causes that results can be ranked better 2010-10-12 22:02:10 +00:00
RowSet.java - enhanced DidYouMean computation using a faster count on index entries; this causes that results can be ranked better 2010-10-12 22:02:10 +00:00
RowSpaceExceededException.java applied code changes that are recommended by PMD 2010-01-10 23:09:48 +00:00