Hi Krishna,

On Wed, Feb 28, 2007 at 10:52:51AM -0600, Krishna wrote:
> I am trying to integrate a java application to DSpace to store the
> data. I have been successful in writing java code for ingesting,
> deleting the items in dspace .
> 
> Now I need to implement search mechanism for our application which is
> bugging me a lot.
> 
> Is there any mechanism: when i give a string as an input it should
> search all the items and return all the items matching the string.

I've implemented (almost completely -- it breaks the spec slightly, but
only slightly) the OAI-SQ unofficial extension to OAI-PMH that allows
for keyword queries to be passed in the 'set' argument to OAI-PMH. More
information about OAI-SQ can be found here:

http://scout.wisc.edu/Projects/OAISQ/

I've not made a patch yet, since what I have is a little rough around
the edges, but if you're interested (and I know a few others are as
well) I can make a patch an submit to sourceforge. Naturally this will
only be useful if you want to get your results via OAI-PMH.

cheers,

Jim

-------------------------------------------------------------------------
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
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to