yacy_search_server/source/net/yacy/search
Michael Peter Christen f7f3e28c5e prevent that the size of the index is computed too many times.
Because the index size is now provided by solr, and the only way to do
that is a match for [* TO *], a size computation is quite complex and
time-consuming. Therefore this patch prevents that the method is called
at all and if necessary puts a DOS-preventing barrier in front of it.
2013-05-08 11:50:46 +02:00
..
index prevent that the size of the index is computed too many times. 2013-05-08 11:50:46 +02:00
query re-declared some fields to be of type string rather than text which 2013-05-06 16:45:54 +02:00
ranking infinity timeout bug protection patch 2013-04-30 11:06:48 +02:00
schema re-declared some fields to be of type string rather than text which 2013-05-06 16:45:54 +02:00
snippet - reduction of the concurrently running processes to make YaCy more 2013-04-25 11:33:17 +02:00
EventTracker.java - replaced all length() == 0 and size() == 0 with isEmpty() 2012-07-10 22:59:03 +02:00
IndexAbstracts.java refactoring: 2011-09-25 16:59:06 +00:00
IndexingQueueEntry.java refactoring 2012-09-21 15:48:16 +02:00
MemoryTracker.java refactoring + parser bugfixes 2012-05-04 17:28:27 +02:00
ResourceObserver.java enhanced did-you-mean (a bit): can now remember previously searched 2013-03-17 10:52:31 +01:00
Shutdown.java Moved solr index-add method to the same method where the YaCy index is 2012-07-25 01:53:47 +02:00
Switchboard.java prevent that the size of the index is computed too many times. 2013-05-08 11:50:46 +02:00
SwitchboardConstants.java setting of new default values for ranking 2013-04-16 15:02:00 +02:00