[MarkLogic Dev General] render html (range element index) in results view

2015-11-17 Thread cyanline llc
Hi, I'm using the application builder to build an app. One of my element range indexes is the Body of a parsed email message. This may contain things like html and css. Is there a way to have the rest-app's Results render the HTML & CSS , instead of just printing the HTML tags? Thank you

[MarkLogic Dev General] test

2015-07-17 Thread cyanline llc
test ___ General mailing list General@developer.marklogic.com Manage your subscription at: http://developer.marklogic.com/mailman/listinfo/general

[MarkLogic Dev General] learn to download ingested file

2015-07-17 Thread cyanline llc
Hi all, What resources can I use to learn how to allow the user interface to download a file that was ingested into ML? I am breaking apart an email archive, storing the metadata in XML format, and copying attachments to the email messages into a directory. Then, it is all ingested into M

[MarkLogic Dev General] Status 500: REST-INVALIDPARAM: (err:FOER0000) Invalid parameter: No configured options: all

2015-07-10 Thread cyanline llc
Hi All, After making a change to a rest app to used a signed cert for SSL, I get a spinning javascript wheel upon visiting the rest app in the browser. The error messageS can be found here http://sprunge.us/KXPb Everything is the same- the configuration, the data, the app... Do these e

Re: [MarkLogic Dev General] batch delete

2015-07-10 Thread cyanline llc
Awesome, thank you. On 07/10/2015 03:18 PM, Christopher Hamlin wrote: > Should also mention, the REST management APIs are really good too, as > another option: > > http://docs.marklogic.com/REST/management > > On Fri, Jul 10, 2015 at 3:15 PM, cyanline llc wrote: >> T

Re: [MarkLogic Dev General] batch delete

2015-07-10 Thread cyanline llc
JavaScript: > > http://docs.marklogic.com/guide/admin-api > https://docs.marklogic.com/admin > > xdmp:forest-clear can clear forest content, if that is what you want. > > On Fri, Jul 10, 2015 at 3:04 PM, cyanline llc wrote: >> Hello, >> Is there a method

[MarkLogic Dev General] batch delete

2015-07-10 Thread cyanline llc
Hello, Is there a method to batch delete forests? Or DBs, or Servers? During developing an app I have amassed a lot of these items and I think things would run smoother if ML was cleaned up. Thank you ahead of time. ___ General mailing list Ge

Re: [MarkLogic Dev General] bulk delete & xquery syntax

2015-05-11 Thread cyanline llc
ed in your flwor expression. Something like: admin:save-configuration( admin:appserver-delete($config,admin:appserver-get-id($config, $groupid, "secure2_app")) ) *From:*general-boun...@developer.marklogic.com [mailto:general-boun...@developer.marklogic.com] *On Behalf Of *cyanline llc

[MarkLogic Dev General] bulk delete & xquery syntax

2015-05-11 Thread cyanline llc
Hi, Getting started with XQuery so that I can bulk delete a bunch of applications and associated files, but stuck on xquery syntax error. And, I'm also wondering, can I make this call and delete more than 1 app server simultaneously? As well as the app-server's associated DB, modules, and fo

[MarkLogic Dev General] external auth

2015-05-07 Thread cyanline llc
Hello, Looking for a bit of philosophical help here. We're deploying rest-apps with Roxy to one site. We have built a second site where users register, login, and perform a number of actions. Then, when the user is ready to use the marklogic rest-app, we pass them from the second site to the

Re: [MarkLogic Dev General] xml ingestion quick question

2015-03-24 Thread cyanline llc
http://www.hinttech.com <http://www.hinttech.com>[HintTech Twitter] <https://twitter.com/HintTech>[HintTech Facebook] <http://www.facebook.com/HintTech>[HintTech LinkedIn] <http://www.linkedin.com/company/HintTech> On 23 March 2015 at 20:50, cyanline llc mai

Re: [MarkLogic Dev General] xml ingestion quick question

2015-03-23 Thread cyanline llc
on attachment_filename? Is there > an error message? > > What's the full version number of the MarkLogic release you're using? > > -- Mike > >> On 23 Mar 2015, at 11:27 , cyanline llc wrote: >> >> Hello, >>What am I missing that I can create

[MarkLogic Dev General] xml ingestion quick question

2015-03-23 Thread cyanline llc
Hello, What am I missing that I can create an Element Range Index on attachment-count but not attachment_filename? Below is sample XML that I am ingesting and building an app around. 1 Adnserio~1.pdf I have checked and I am producing valid XML. 'attachment-count' is obviously

Re: [MarkLogic Dev General] roxy collection from existing db and app

2015-02-24 Thread cyanline llc
plication >@ml.appuser-password > > @ml.app-role > some-role > > > > > > > -- Mike > >> On 24 Feb 2015, at 12:51 , cyanline llc wrote: >> >> Geert, Mike, >>Thank

Re: [MarkLogic Dev General] roxy collection from existing db and app

2015-02-24 Thread cyanline llc
e sure it has a >> password element that will be filled in. If it's a variable reference, >> you may need to add it to your local.properties file. >> >> Hope that helps. If not, you might consider opening an issue at >> https://github.com/marklogic/roxy/issues >

[MarkLogic Dev General] roxy collection from existing db and app

2015-02-24 Thread cyanline llc
Hello All, I'm having issues getting the 'ml local bootstrap' command to run successfully. My goal is to use roxy's ml command to collect the settings from an existing db and server, and then deploy it. The collections seemingly goes well. Then I copy/merge the relevant contents from the