yacy_search_server/source/net/yacy/kelondro/rwi
orbiter 6d2e252bcf fix for:
java.lang.NullPointerException
	at net.yacy.kelondro.index.RowCollection.<init>(RowCollection.java:97)
	at net.yacy.kelondro.index.RowSet.<init>(RowSet.java:48)
	at net.yacy.kelondro.rwi.ReferenceContainer.<init>(ReferenceContainer.java:58)
	at net.yacy.kelondro.rwi.ReferenceIterator.next(ReferenceIterator.java:69)
	at net.yacy.kelondro.rwi.ReferenceIterator.next(ReferenceIterator.java:43)
	at net.yacy.kelondro.blob.ArrayStack.merge(ArrayStack.java:1023)
	at net.yacy.kelondro.blob.ArrayStack.mergeWorker(ArrayStack.java:922)
	at net.yacy.kelondro.blob.ArrayStack.mergeMount(ArrayStack.java:869)
	at net.yacy.kelondro.rwi.IODispatcher$MergeJob.merge(IODispatcher.java:267)
	at net.yacy.kelondro.rwi.IODispatcher$MergeJob.access$300(IODispatcher.java:239)
	at net.yacy.kelondro.rwi.IODispatcher.run(IODispatcher.java:180)

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7822 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-07-03 20:44:33 +00:00
..
AbstractBufferedIndex.java this is a re-implementation of the YaCy Block Rank feature 2011-05-18 14:26:28 +00:00
AbstractIndex.java this is a re-implementation of the YaCy Block Rank feature 2011-05-18 14:26:28 +00:00
AbstractReference.java added a new yacy protocol servlet 'idx'. This returns an index to one of the data entities that is stored in YaCy. 2011-05-15 22:57:31 +00:00
BufferedIndex.java *) set SVN properties 2011-03-08 01:51:51 +00:00
Index.java this is a re-implementation of the YaCy Block Rank feature 2011-05-18 14:26:28 +00:00
IndexCell.java removed the semaphores from the cache dump process because I believe some of the semaphores may be lost somewhere which then causes that the cache is never flushed and then the peer dies from a OOM. The re-introduced synchronization may not be the best solution but should ensure that the caches are flushed. 2011-06-26 21:45:04 +00:00
IndexReader.java *) set SVN properties 2011-03-08 01:51:51 +00:00
IODispatcher.java fixed Semaphore handling in case of interruptions 2011-06-30 15:37:14 +00:00
Reference.java - enhanced ybr ranking computation 2011-05-26 10:57:02 +00:00
ReferenceContainer.java hack to reduce resource contention caused by massive UTF8 decodings which use java.nio resources: 2011-05-27 08:24:54 +00:00
ReferenceContainerArray.java - enhanced ybr ranking computation 2011-05-26 10:57:02 +00:00
ReferenceContainerCache.java code cleanup 2011-06-24 00:24:00 +00:00
ReferenceContainerOrder.java *) set SVN properties 2011-03-08 01:51:51 +00:00
ReferenceFactory.java *) set SVN properties 2011-03-08 01:51:51 +00:00
ReferenceIterator.java fix for: 2011-07-03 20:44:33 +00:00
TermSearch.java *) set SVN properties 2011-03-08 01:51:51 +00:00