Hi Krishna, the indexing is done by running [dspace-installation-dir]/bin/index-all. This will create the search indices.
If you want to extract the fulltext from bitstreams run [dspace-installation-dir]/bin/filter-media. This will extract the text and renew the search indices. Claudia > Hi everyone, > > I have developed a java program which could insert items and files in > a collection. Now i would like index all the items that i have > inserted and the items that i am going to index. And also can you > please tell me how to implement the harvest functionality. > > I have gone through the DSpace API and could not exactly figure out > how to use them. > > public static void indexContent(Context c, > DSpaceObject dso) > throws java.sql.SQLException, > java.io.IOExceptionIndexItem() adds a > single item to the index > > > Thanking you, > Krishna > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

