yacy_search_server/source/de/anomic/search
2011-09-07 21:47:54 +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 #cccamp11 maintenance fix: anons may find up to 1000 items in interactive search (was: 100) 2011-08-11 21:37:35 +00:00
RankingProcess.java refactoring in cora: added sorting package 2011-08-23 20:18:30 +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 fix in search 2011-08-24 12:12:48 +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 moved merger object from Segment to IndexCell to enable a correct shutdown sequence. This solves a bug where yacy cannot be shut down during an index merge that appears during the shutdown phase. 2011-09-04 23:27:12 +00:00
Segments.java moved getBytes() to UTF8.getBytes() to use a default String encoding 2011-03-10 12:35:32 +00:00
Switchboard.java added reference limitation to IndexControlRWIs_p.html servlet 2011-09-07 21:47:54 +00:00
SwitchboardConstants.java - replaced solrj 3.1 with solrj 3.3 2011-07-04 16:35:30 +00:00
TextSnippet.java fixed a bug from 7856, where Snippet returned an error by mistake when Metadata was found 2011-09-02 16:50:05 +00:00