yacy_search_server/source/net/yacy/search/index
reger 330768c8a2 fix for solr write.lock after mode change http://mantis.tokeek.de/view.php?id=686
The embedded core holds a lock on the index and must be closed. Earlier commit
comment states that core should be closed with solr instance instead on close 
of connector.
Adjusted the InstanceMirror.close() to take care of closing the embedded 
instance to release the lock.
In 2 routines of fulltext this was already explicite implemented (disconnectLocalSolr).
Now this disconnect is part of the InstanceMirror.close().
2016-09-22 00:16:22 +02:00
..
DocumentIndex.java respect hidden attribute for file and smb directory listing 2016-02-04 19:16:00 +01:00
ErrorCache.java check error URL cache before adding errorDoc to index 2016-01-02 05:03:57 +01:00
Fulltext.java fix for solr write.lock after mode change http://mantis.tokeek.de/view.php?id=686 2016-09-22 00:16:22 +02:00
ReindexSolrBusyThread.java refactoring of reindexSolr (just replaced constant string) 2015-01-29 00:33:07 +01:00
Segment.java eleminate dependency on file-extension in storeDocument but use supported mime-type 2016-08-14 03:53:16 +02:00