[MarkLogic Dev General] Huge disparity in query performance before/after in-memory stands written to disk

2016-08-24 Thread Will Thompson
We monitor an ingestion process by polling MarkLogic and display the status in a browser UI. Near the end of ingestion and until in-memory stands are written to disk, one of these queries typically takes 5+ secs to run. However, once the stands are written to disk, the same query runs in under

[MarkLogic Dev General] GET bulk data in array format

2016-08-24 Thread Shiv Shankar
Hi, I am using QBE as part of search operation using REST and I am getting the result in multipart/mixed format with --BOUNDARY text along with meta-data, I am wondering is there a way I get these many documents combined in to an array[]. Ex: [ {K,V}, {K,v}, {K,V} ] Thanks Shiva.

[MarkLogic Dev General] Geospatial searches

2016-08-24 Thread Rasha Garfinkel
I am using the maklogic java client api 3.0.5 and have to define a polygon to pass into the Structuredquerybuilder. Geospatialconstraint but when i attempt to create a region out of the list of points entered i see that point is deprecated so what should i use instead? Sent from my iPhone

Re: [MarkLogic Dev General] Wildcard search in marklogic

2016-08-24 Thread Mary Holstege
Three things: (1) The trailing wildcard index contains exactly entries for words that begin with certain 3+ character sequences, so "murd*" would be a single term lookup that will match murd, murdy, murds, etc. (2) The three character wildcard index is actually capable of distinguishing a 3

Re: [MarkLogic Dev General] Wildcard search in marklogic

2016-08-24 Thread Debin, Infant Jerald (LNG-CON)
Hi, For murd?, if Three character search is enabled in ML It will again get indexed as mur? And urd? Isn’t it? So it will be treated as (murd or mur? or urd? ). Let me know if my understanding is correct. What I actually need I don’t want it to get indexed based on characters but I still

Re: [MarkLogic Dev General] Wildcard search in marklogic

2016-08-24 Thread Andreas Hubmer
Hi, You could simply do an OR search for "murd" and "murd?". Andreas 2016-08-24 15:38 GMT+02:00 Debin, Infant Jerald (LNG-CON) < infantjerald.de...@lexisnexis.com>: > Hi Team, > > > > I am analyzing on the wildcard character search supported by ML. Currently > ML supports ‘*’- zero or more non

[MarkLogic Dev General] Wildcard search in marklogic

2016-08-24 Thread Debin, Infant Jerald (LNG-CON)
Hi Team, I am analyzing on the wildcard character search supported by ML. Currently ML supports '*'- zero or more non space character match and '?' - exactly one non space character match for wild character search. Based on the character index setting, ie. Three character, Two Character and