yacy_search_server/source/de/anomic/search
orbiter 6b02b696b0 - add number of search results to end of rss and json output to reflect latest status of retrieval
- distinguish search access with different verify state in access of search cache

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7965 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-09-20 19:41:44 +00:00
..
AccessTracker.java better memory protection in search logger 2011-05-27 11:18:22 +00:00
BlockRank.java refactoring: moved all score-related classes to new ranking package 2011-08-22 22:37:53 +00:00
ContentDomain.java *) set SVN properties 2011-03-08 01:51:51 +00:00
DocumentIndex.java added new configuration property "crawler.embedLinksAsDocuments". If this is switched on (this is default now), the all embedded image, audio and video links from all parsed documents are added to the search index as individual document. This will increase the search index size dramatically but will also enable us to create a much faster image, audio and video search. If the flag is switched on, the index entries are also stored to a solr index, if this is also enabled. 2011-09-07 10:08:57 +00:00
IndexAbstracts.java
MediaSnippet.java - added a 'add every media object linked in a html document as a new document' to the html parser. This causes that all image, app, video or audio file that is linked in a html file is added as document. In fact that means that parsing a single html document may cause that a number of documents is inserted into the search index. 2011-09-01 16:05:00 +00:00
MetadataRepository.java refactoring in cora: added sorting package 2011-08-23 20:18:30 +00:00
QueryParams.java - add number of search results to end of rss and json output to reflect latest status of retrieval 2011-09-20 19:41:44 +00:00
RankingProcess.java performance hack for search process 2011-09-16 10:00:51 +00:00
RankingProfile.java this is a re-implementation of the YaCy Block Rank feature 2011-05-18 14:26:28 +00:00
ReferenceOrder.java refactoring: moved all score-related classes to new ranking package 2011-08-22 22:37:53 +00:00
ResultEntry.java add ranking weight to json-search-results 2011-04-28 11:18:14 +00:00
ResultFetcher.java YaCy can now use the solr index to compute text snippets. This makes search result preparation MUCH faster because no document fetching and parsing is necessary any more. 2011-09-13 14:39:41 +00:00
SearchEvent.java refactoring: moved all score-related classes to new ranking package 2011-08-22 22:37:53 +00:00
SearchEventCache.java because newbies are scared about the memory consumption in the performance graph and arguments about high memory consumption according to bad knowledge about java garbage collection techniques, the memory display had been removed from the performance graph shown on the Status.html page. The memory graph can still be seen on the Performance page where the memory graph is just like it was. 2011-07-14 03:25:57 +00:00
Segment.java YaCy can now use the solr index to compute text snippets. This makes search result preparation MUCH faster because no document fetching and parsing is necessary any more. 2011-09-13 14:39:41 +00:00
Segments.java YaCy can now use the solr index to compute text snippets. This makes search result preparation MUCH faster because no document fetching and parsing is necessary any more. 2011-09-13 14:39:41 +00:00
Switchboard.java fix for problem with relocation of network 2011-09-13 18:46:11 +00:00
SwitchboardConstants.java - replaced solrj 3.1 with solrj 3.3 2011-07-04 16:35:30 +00:00
TextSnippet.java YaCy can now use the solr index to compute text snippets. This makes search result preparation MUCH faster because no document fetching and parsing is necessary any more. 2011-09-13 14:39:41 +00:00