Re: [CODE4LIB] WorldCat SRU queries - elimination of records without a DDC no from the result set

2012-05-22 Thread Arash.Joorabchi
, Arash -Original Message- From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Simon Spero Sent: 22 May 2012 19:47 To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] WorldCat SRU queries - elimination of records without a DDC no from the result set Arash - you might not

Re: [CODE4LIB] WorldCat SRU queries - elimination of records without a DDC no from the result set

2012-05-22 Thread Simon Spero
ercial use license agreement. > > > > Regards, > > Arash > > > > -Original Message- > > From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of > Karen Coombs > > Sent: 17 May 2012 08:37 > > To: CODE4LIB@LISTSERV.ND.EDU > >

Re: [CODE4LIB] WorldCat SRU queries - elimination of records without a DDC no from the result set

2012-05-19 Thread Roy Tennant
IB@LISTSERV.ND.EDU] On Behalf Of Karen > Coombs > Sent: 17 May 2012 08:37 > To: CODE4LIB@LISTSERV.ND.EDU > Subject: Re: [CODE4LIB] WorldCat SRU queries - elimination of records without > a DDC no from the result set > > I forwarded this thread to the Product Manager for the Wor

Re: [CODE4LIB] WorldCat SRU queries - elimination of records without a DDC no from the result set

2012-05-18 Thread Ross Singer
n Behalf Of Karen > Coombs > Sent: 17 May 2012 08:37 > To: CODE4LIB@LISTSERV.ND.EDU > Subject: Re: [CODE4LIB] WorldCat SRU queries - elimination of records without > a DDC no from the result set > > I forwarded this thread to the Product Manager for the WorldCat Search > A

Re: [CODE4LIB] WorldCat SRU queries - elimination of records without a DDC no from the result set

2012-05-18 Thread Arash.Joorabchi
Behalf Of Karen Coombs Sent: 17 May 2012 08:37 To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] WorldCat SRU queries - elimination of records without a DDC no from the result set I forwarded this thread to the Product Manager for the WorldCat Search API. She responded back that unfortunately

Re: [CODE4LIB] WorldCat SRU queries - elimination of records without a DDC no from the result set

2012-05-17 Thread Karen Coombs
anks, > > Arash > > > > ____________________ > > From: Houghton,Andrew [mailto:hough...@oclc.org] > Sent: 16 May 2012 11:58 > To: Arash.Joorabchi > Subject: Re: [CODE4LIB] WorldCat SRU queries - elimination of records > without a DDC no from the result se

Re: [CODE4LIB] WorldCat SRU queries - elimination of records without a DDC no from the result set

2012-05-16 Thread Arash.Joorabchi
Subject: Re: [CODE4LIB] WorldCat SRU queries - elimination of records without a DDC no from the result set There is no standard way in CQL to express "field X is not empty". Depending on implementations, NOT srw.dd="" might work (but evidently

Re: [CODE4LIB] WorldCat SRU queries - elimination of records without a DDC no from the result set

2012-05-16 Thread Arash.Joorabchi
. Thanks for your quick reply. Arash -Original Message- From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Mike Taylor Sent: 16 May 2012 10:43 To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] WorldCat SRU queries - elimination of records without a DDC no from the

Re: [CODE4LIB] WorldCat SRU queries - elimination of records without a DDC no from the result set

2012-05-16 Thread Mike Taylor
There is no standard way in CQL to express "field X is not empty". Depending on implementations, NOT srw.dd="" might work (but evidently doesn't in this case). Another possibility is srw.dd=*, but again that may or may not work, and might be appallingly inefficient if it does. NOT srw.dd=null wil

[CODE4LIB] WorldCat SRU queries - elimination of records without a DDC no from the result set

2012-05-16 Thread Arash.Joorabchi
Hi all, I am sending SRU queries to the WorldCat in the following form: String host = "http://worldcat.org/webservices/catalog/search/";; String query = "sru?query=srw.kw=\"" + keyword + "\"" + " AND srw.ln exact \"eng\""