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
orbiter ce2a76d603
performance hack for search process
14 years ago
..
AccessTracker.java better memory protection in search logger 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 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. 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 refactoring in cora: added sorting package 14 years ago
QueryParams.java #cccamp11 maintenance fix: anons may find up to 1000 items in interactive search (was: 100) 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 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
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 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