org.dspace.xoai.app.XOAI.java :
private SolrInputDocument index(Item item) throws SQLException, MetadataBindException, ParseException, XMLStreamException, WritingXmlException {
if (verbose) {
System.out.println("Trying to index into oai item with id:"+item.getID().toString());
}
SolrInputDocument doc = new SolrInputDocument();
doc.addField("item.id", item.getID());
--
All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/
---
You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dspace-tech...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/ad758e99-c076-41bf-bfc3-29b453ba6146%40googlegroups.com.