Package org.apache.solr.client.solrj.impl

Examples of org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.deleteById()


      // for delete only
     
      List<String> ids = new ArrayList<String>();
      ids.add(127995479 + ""); // term vector didn't get deleted doc id
      ids.add(134876977 + ""); // term vector did get deleted doc id
      solbaseServer.deleteById(ids, true);
    } catch (MalformedURLException e) {

    } catch (SolrServerException e) {
      // TODO Auto-generated catch block
      e.printStackTrace();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.