PubMed Parser - Parsing & Indexing OAI-PMH data

    Introduction

    IndexPubmedXml – Parsing&Indexing(OAI-PMH based Data)


    java class to read, parse & index the Fields in the OAI-PMH xml file..


    This class is based on comman Digester 1.7 of(apache Jakarta )

    Features:

        -Read the OAI-PMH xml file..


       - Extract the Fields and Value from it.


       - Make a Document from the Field Value.


        - Add The Document to the Lucene Index.

    Sites using the class

        - http://www.edoctors.in

    Products Using this class

     

    --medSea -A Medical Journal Search engine.Searching medical related

                        Documents

    Read Documentation at: http://www.vinayras.com/projects/

    Changes History

    	15-jun-2006   Version 0.1
    - initial release

    Download commons-digester1.7.jar(136.7 Kb) file here.
    Download lucene-1.4.3.jar(316.4 Kb) file
    here.
    Download PubMedParser-0.1.jar(7.6 Kb) file here.

    Licence & Copyright

    IndexPubmedXml is released under the GNU LESSER GENERAL PUBLIC LICENSE (LGPL) a copy of which is included in the zip file.

    System Requirements

    The Minimum Requirements are...

    • JRE 1.5

    • Lucene jar

    1. Installation

             See Readme file
        Credits

      Rahul Singh <rahulrahul2007@yahoo.co.in> (Coding, Debugging & Testing)

      Sudipto Sarkar <sudipmail4u@yahoo.co.in> (Coding, Debugging & Testing)

      Vinay Yadav <vinay@vinayras.com> (Concept & Debugging)

    Contribute

    Please download & test the application. Report bugs, enhance it.
    email us your experiences at vinay@vinayras.com.

    NOTE: Please do NOT send index file as attachment.

    Tested With

    - JRE 1.5+

    -Lucene 1.4.x