public void delete(String id) throws IOException, SolrServerException { server.deleteById(id); server.commit(); }
public void index(ProductItem item) throws IOException, SolrServerException { server.addBean(item); server.commit(); }