Re: [MarkLogic Dev General] Search API : defining a new operator

2015-05-13 Thread Erik Hennum
Hi, Puneet: I have acknowledged that it is a _possible_ approach more than once (along with suggesting it's not the _best_ approach). The fact that it's supported doesn't get us any closer to understanding why it's not working for you. As noted before, the REST request you've shown doesn't speci

[MarkLogic Dev General] cts:element-values and fragment-frequency with multiple element names

2015-05-13 Thread Andreas Hubmer
Hi, cts:frequency returns unexpected values when called on an item retrieved with cts:element-values on multiple elements and the option "fragment-frequency". Let me give an example: xquery version "1.0-ml"; (: an element range index is needed for both elements "a" and "b" :) xdmp:document-insert

Re: [MarkLogic Dev General] xdmp:node-replace

2015-05-13 Thread Kari Cowan
Anways I got my thing working correctly so please don’t think about this too hard – I have a working version now. Kudo’s to you and Chris for the offers and suggestions. The logging suggestion really cleared up a lot of confusion – even though I was printing results out in qconsole it was much

[MarkLogic Dev General] @XQuery, #xquerypower, and related efforts

2015-05-13 Thread Joe Wicentowski
Dear MarkLogic mailing list (apologies for cross-posting), Friends of Jim Fuller may know that, after many years of excellent stewardship, Jim decided to give up his @xquery twitter account for @_james_fuller. I've taken on the task of using the account to post links of interest to users and lear

Re: [MarkLogic Dev General] @XQuery, #xquerypower, and related efforts

2015-05-13 Thread Geert Josten
Excellent Joe, looking forward to your XQuery tweets! Cheers, Geert From: Joe Wicentowski mailto:joe...@gmail.com>> Reply-To: MarkLogic Developer Discussion mailto:general@developer.marklogic.com>> Date: Wednesday, May 13, 2015 at 9:05 PM To: General Mark Logic Developer Discussion mailto:gener

Re: [MarkLogic Dev General] @XQuery, #xquerypower, and related efforts

2015-05-13 Thread John Fuller
Is there a way that I can get off these eMail chains ? Please advise. Thanks, John John Fuller | Manager | The Claro Group, LLC | 321 North Clark Street, Suite 1200, Chicago, IL 60654 W: 312.546.3356|M: 917.370.0234 |F: 312.554.8085 |jful...@theclarogroup.com|w

Re: [MarkLogic Dev General] @XQuery, #xquerypower, and related efforts

2015-05-13 Thread Rob Szkutak
John, You can unsubscribe here: http://developer.marklogic.com/mailman/listinfo/general Best, Rob PS: Very much looking forward to the tweets as well. Rob Szkutak Associate Consultant MarkLogic Corporation rob.szku...@marklogic.com Cell +1.716.562.8464 www.marklogic.com

Re: [MarkLogic Dev General] @XQuery, #xquerypower, and related efforts

2015-05-13 Thread John Fuller
Thanks Rob... Is there a good source I can go to for an overview of MarkLogic and learn the basics ?? Please advise. Thanks, John John Fuller | Manager | The Claro Group, LLC | 321 North Clark Street, Suite 1200, Chicago, IL 60654 W: 312.546.3356|M: 917.370.0234 |F: 312.554.8085 |jful...@thecl

Re: [MarkLogic Dev General] @XQuery, #xquerypower, and related efforts

2015-05-13 Thread Rob Szkutak
Hi, For a technical overview of MarkLogic I typically recommend Jason Hunter's whitepaper "Inside MarkLogic Server" to my clients: http://www.marklogic.com/resources/inside-marklogic-server/ Keep in mind that the paper does not cover any of the new features of MarkLogic 8. When you feel you h

[MarkLogic Dev General] cts:element-attribute-word-match on different servers

2015-05-13 Thread Dayro Longas YUXI
I have two servers, both with the same configuration, I run the following script and I get differents values on each server. cts:element-attribute-word-match( (fn:QName("http://www.osa.org/facet","author";)), (xs:QName("normalized-name"), xs:QName("name1")), "Perez-Garcia", ("case-insensit

Re: [MarkLogic Dev General] cts:element-attribute-word-match on different servers

2015-05-13 Thread John Fuller
Not sure why my ‘unsubscribe’ didn’t work…I’m still getting these… Please advise. Thanks, John John Fuller | Manager | The Claro Group, LLC | 321 North Clark Street, Suite 1200, Chicago, IL 60654 W: 312.546.3356|M: 917.370.0234 |F: 312.554.8085 |jful...@theclarogroup.com

Re: [MarkLogic Dev General] Search API : defining a new operator

2015-05-13 Thread Puneet Makwana
Thanks Eric. This should be good for now. Regards, Puneet --- Original Message --- From: "Erik Hennum" Sent: May 13, 2015 11:29 PM To: "MarkLogic Developer Discussion" Subject: Re: [MarkLogic Dev General] Search API : defining a new operator Hi, Puneet: I have acknowledged that it is a _possi

Re: [MarkLogic Dev General] cts:element-attribute-word-match on different servers

2015-05-13 Thread Christopher Hamlin
Hi, Not sure why it didn't work, but at the bottom of that page at http://developer.marklogic.com/mailman/listinfo/general there is an email you could try directly. = Chris On Wed, May 13, 2015 at 5:03 PM, John Fuller wrote: > Not sure why my ‘unsubscribe’ didn’t work…I’m still getting these…

[MarkLogic Dev General] Custom query option problem

2015-05-13 Thread Yeditha, Srinivas
Hi all, We are trying to adjust the search options used by the REST API to add . I have the below in opt.txt: http://marklogic.com/appservices/search";> The below Curl command comes up with authentication error, although the admin user/password is correct. We can access admin console or qco

Re: [MarkLogic Dev General] Custom query option problem

2015-05-13 Thread Erik Hennum
Hi, Srinivas: FWIW, I've always used the curl -d @file.xml option instead of the -T option. However, when I tried -T locally, the only issue I ran into was with the POST. You should use PUT if you are replacing the entire query options. I notice you're using the -i option -- does the header ou

Re: [MarkLogic Dev General] Custom query option problem

2015-05-13 Thread Yeditha, Srinivas
Hi Erik, Thanks for the reply. I should have included the -i output, pasted below here. The -d@"file.xml" is giving me the same error. I tried PUT with -T and it is the same error. -- HTTP/1.1 100 Continue HTTP/1.1 401 Unauthorized WWW-Authenticate: Digest r