|
|
@ -3,10 +3,6 @@
|
|
|
|
* Copyright 2011 by Michael Peter Christen
|
|
|
|
* Copyright 2011 by Michael Peter Christen
|
|
|
|
* First released 25.05.2011 at http://yacy.net
|
|
|
|
* First released 25.05.2011 at http://yacy.net
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* $LastChangedDate: 2011-04-14 22:05:04 +0200 (Do, 14 Apr 2011) $
|
|
|
|
|
|
|
|
* $LastChangedRevision: 7654 $
|
|
|
|
|
|
|
|
* $LastChangedBy: orbiter $
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
@ -22,7 +18,7 @@
|
|
|
|
* If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
* If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
package net.yacy.cora.services.federated.solr;
|
|
|
|
package net.yacy.cora.services.federated.solr.connector;
|
|
|
|
|
|
|
|
|
|
|
|
import java.io.IOException;
|
|
|
|
import java.io.IOException;
|
|
|
|
import java.net.MalformedURLException;
|
|
|
|
import java.net.MalformedURLException;
|
|
|
@ -32,7 +28,7 @@ import java.security.MessageDigest;
|
|
|
|
import java.security.NoSuchAlgorithmException;
|
|
|
|
import java.security.NoSuchAlgorithmException;
|
|
|
|
import java.util.concurrent.atomic.AtomicLong;
|
|
|
|
import java.util.concurrent.atomic.AtomicLong;
|
|
|
|
|
|
|
|
|
|
|
|
import net.yacy.cora.services.federated.yacy.YaCySchema;
|
|
|
|
import net.yacy.cora.services.federated.solr.YaCySchema;
|
|
|
|
|
|
|
|
|
|
|
|
import org.apache.solr.common.SolrInputDocument;
|
|
|
|
import org.apache.solr.common.SolrInputDocument;
|
|
|
|
|
|
|
|
|