ocno of document with id 10 String docno = meta.getItem("docno", 10); //get URL of document with id 100 String url = meta.getItem("url", 100); //get docid of documet with url http://www.bbc.co.uk/ int docid = meta.getDocument("url", "http://www.bbc.co.uk/");
@author Craig Macdonald
@since 3.0
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.