yacy_search_server/source/de/anomic/search
2011-09-13 14:39:41 +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
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
ReferenceOrder.java refactoring: moved all score-related classes to new ranking package 2011-08-22 22:37:53 +00:00
ResultEntry.java
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 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
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