yacy_search_server/source/de/anomic/search
2011-08-11 21:37:35 +00:00
..
AccessTracker.java better memory protection in search logger 2011-05-27 11:18:22 +00:00
BlockRank.java hack to reduce resource contention caused by massive UTF8 decodings which use java.nio resources: 2011-05-27 08:24:54 +00:00
ContentDomain.java
DocumentIndex.java
IndexAbstracts.java
MediaSnippet.java stop loading via http at defined maximum of bytes - even size is unknown before loading 2011-08-01 23:28:23 +00:00
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. 2011-07-15 08:38:10 +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 added a visualization of peer pings to the performance graphic 2011-07-14 07:07:06 +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 - applied many small performance hacks 2011-06-01 19:31:56 +00:00
ResultEntry.java
ResultFetcher.java stoping thread for fetching searchresults if running short on memory 2011-08-01 23:32:29 +00:00
SearchEvent.java added a visualization of peer pings to the performance graphic 2011-07-14 07:07:06 +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 stop loading via http at defined maximum of bytes - even size is unknown before loading 2011-08-01 23:28:23 +00:00
Segments.java
Switchboard.java stop loading via http at defined maximum of bytes - even size is unknown before loading 2011-08-01 23:28:23 +00:00
SwitchboardConstants.java - replaced solrj 3.1 with solrj 3.3 2011-07-04 16:35:30 +00:00
TextSnippet.java encapsulate potential expensive objects in TextSnippet to allow GC them asap 2011-08-11 21:07:52 +00:00