You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yacy_search_server/source/de/anomic/search
low012 42b5f09f68
*) this should fix a bug in snippet creation (also cleaned up a little bit)
14 years ago
..
AccessTracker.java - removed some warinings 14 years ago
BlockRank.java refactoring: moved all score-related classes to new ranking package 14 years ago
ContentDomain.java *) set SVN properties 14 years ago
DocumentIndex.java - removed some warinings 14 years ago
IndexAbstracts.java *) setting SVN keywords 16 years ago
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. 14 years ago
MetadataRepository.java - more tolerance against failure of table opening 14 years ago
QueryParams.java - add number of search results to end of rss and json output to reflect latest status of retrieval 14 years ago
RankingProcess.java performance hack for search process 14 years ago
RankingProfile.java this is a re-implementation of the YaCy Block Rank feature 14 years ago
ReferenceOrder.java refactoring: moved all score-related classes to new ranking package 14 years ago
ResultEntry.java add ranking weight to json-search-results 14 years ago
ResultFetcher.java - removed some warinings 14 years ago
SearchEvent.java refactoring: moved all score-related classes to new ranking package 14 years ago
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. 14 years ago
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. 14 years ago
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. 14 years ago
Switchboard.java fix for problem with relocation of network 14 years ago
SwitchboardConstants.java - replaced solrj 3.1 with solrj 3.3 14 years ago
TextSnippet.java *) this should fix a bug in snippet creation (also cleaned up a little bit) 14 years ago