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 1912d0cccc
changed handling of RowSet element retrieval: until today all elements had been copied from the underlying byte[] arrays into a new Entry object that again had a copy of a portion of that byte[] in its own bye[]. There was an option to just refer to the underlying byte[] with a pointer but that was almost never used. This commit now changes an interface to the Row class where it is now necessary to tell if a copy is always required. Fortunately the copy is only needed in very rare cases. That means that this change should cause much less memory allocation; it is expected that this happens especially during search situations.
14 years ago
..
AccessTracker.java better memory protection in search logger 14 years ago
BlockRank.java hack to reduce resource contention caused by massive UTF8 decodings which use java.nio resources: 14 years ago
ContentDomain.java *) set SVN properties 14 years ago
DocumentIndex.java moved getBytes() to UTF8.getBytes() to use a default String encoding 14 years ago
IndexAbstracts.java *) setting SVN keywords 16 years ago
MediaSnippet.java - more attributes for search progress bar 14 years ago
MetadataRepository.java changed handling of RowSet element retrieval: until today all elements had been copied from the underlying byte[] arrays into a new Entry object that again had a copy of a portion of that byte[] in its own bye[]. There was an option to just refer to the underlying byte[] with a pointer but that was almost never used. This commit now changes an interface to the Row class where it is now necessary to tell if a copy is always required. Fortunately the copy is only needed in very rare cases. That means that this change should cause much less memory allocation; it is expected that this happens especially during search situations. 14 years ago
QueryParams.java * navigation bar for filetype constraints 14 years ago
RankingProcess.java added a visualization of peer pings to the performance graphic 14 years ago
RankingProfile.java this is a re-implementation of the YaCy Block Rank feature 14 years ago
ReferenceOrder.java - applied many small performance hacks 14 years ago
ResultEntry.java add ranking weight to json-search-results 14 years ago
ResultFetcher.java added a visualization of peer pings to the performance graphic 14 years ago
SearchEvent.java added a visualization of peer pings to the performance graphic 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 - more attributes for search progress bar 14 years ago
Segments.java moved getBytes() to UTF8.getBytes() to use a default String encoding 14 years ago
Switchboard.java - added counting of links with noindex tag for solr index 14 years ago
SwitchboardConstants.java - replaced solrj 3.1 with solrj 3.3 14 years ago
TextSnippet.java - more attributes for search progress bar 14 years ago