Re: [MarkLogic Dev General] French Ligature (Æ and æ) is not getting recognized in Marklogic

2016-03-22 Thread Mary Holstege
On Tue, 22 Mar 2016 08:38:31 -0700, Debin, Infant Jerald (LNG-CON)  
 wrote:

> Hi Team,
>
> When we give the French ligature (Æ and æ) in our word query, it is not  
> getting recognized as ligature and no results are returned.
>
> But when we use ligature (Œ and œ) in our word query, , it is getting  
> recognized as ligature and results are returned.
>
> Is there any limitation for Æ and æ French ligature in Marklogic?
>
> To make it work is there any workaround needs to be done?
>
> Thanks and Regards,
>
> Debin
>

An unstemmed search would not match 'æ' to 'ae' because those are  
different codepoints that are not related via a decomposition mapping  
(ditto for 'œ' and 'oe', for that matter).

A stemmed search may produce the same stem for words that have 'æ' vs 'ae'  
depending on the word or the language, and therefore produce a match, but  
it may not, too.

Since French does not use the 'æ' ligature much, but it does use the 'œ'  
routinely, it likely that the French stemmer routinely maps 'œ' to 'oe' in  
stems but does not do the same for 'æ'. But it may vary word by word, so  
it could be that for some (likely: more common) words it does do the  
mapping and for others it doesn't.

Your workaround is either to manually perform NFKD normalization on your  
content and/or queries or to add the specific words to your custom  
dictionary.

//Mary
___
General mailing list
General@developer.marklogic.com
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general


[MarkLogic Dev General] French Ligature (Æ and æ) is not getting recognized in Marklogic

2016-03-22 Thread Debin, Infant Jerald (LNG-CON)
Hi Team,

When we give the French ligature (Æ and æ) in our word query, it is not getting 
recognized as ligature and no results are returned.

But when we use ligature (Œ and œ) in our word query, , it is getting 
recognized as ligature and results are returned.

Is there any limitation for Æ and æ French ligature in Marklogic?

To make it work is there any workaround needs to be done?

Thanks and Regards,

Debin

___
General mailing list
General@developer.marklogic.com
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general


Re: [MarkLogic Dev General] UNSUBSCRIBE

2016-03-22 Thread Dave Cassel
As a reminder for others, the URL for subscription management is included in 
the footer of each message on this list: 
http://developer.marklogic.com/mailman/listinfo/general.

Luke, I just unsubscribed this address for you.

Dave.

--
Dave Cassel, @dmcassel
Technical Community Manager
MarkLogic Corporation
http://developer.marklogic.com/


From: 
>
 on behalf of Luke Duddridge 
>
Reply-To: MarkLogic Developer Discussion 
>
Date: Tuesday, March 22, 2016 at 4:56 AM
To: 'MarkLogic Developer Discussion' 
>
Subject: [MarkLogic Dev General] UNSUBSCRIBE

Hi,

Any chance I can be removed off this?

Luke Duddridge
Commercial Lead Support Engineer

Pplease consider the environment before printing this email

From: 
general-boun...@developer.marklogic.com
 [mailto:general-boun...@developer.marklogic.com] On Behalf Of Suresh Baskar
Sent: 22 March 2016 05:44
To: general@developer.marklogic.com
Subject: [MarkLogic Dev General] Issue in creation of HTTP server


Hi Team,



Have created HTTP server for a database in Marklogic 8 via Admin console and ML 
rest api service. On hitting host : port which was created via ML rest instance 
running successfully, where as Http server created via Admin console throws 404 
error.



Ex: http://localhost:7010 -> created via rest api service -> renders a page 
with list of rest api services available

http://localhost:7011  -> created via admin console -> renders 404 (File not 
found)



Am new to Marklogic, appreciate your help.



Thanks,

Suresh


The contents of this e-mail and any attachments are the property of the United 
Kingdom Hydrographic Office and are intended for the confidential use of the 
named recipient only. Its unauthorised use, disclosure, storage or copying is 
not permitted and may be unlawful. If you are not the intended recipient, 
please destroy all copies and inform the sender by return e-mail. This footnote 
also confirms that this e-mail message has been scanned for the presence of 
computer viruses. You are however advised to carry out your own virus checks.


___
General mailing list
General@developer.marklogic.com
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general


Re: [MarkLogic Dev General] Issue in creation of HTTP server

2016-03-22 Thread David Lee
When you use the Admin console to create an HTTP server there is no default 
application or services associated with it, you need to install application 
code/modes and configure the service.

When you use the REST to create a REST API Service, it adds additional 
application modules including the REST API service modules and configures the 
HTTP server to utilize them.

See section 5 in the "Getting Started" users guide for how to configure the 
HTTP server for a native/custom application.
https://docs.marklogic.com/guide/getting-started.pdf



From: general-boun...@developer.marklogic.com 
[mailto:general-boun...@developer.marklogic.com] On Behalf Of Suresh Baskar
Sent: Tuesday, March 22, 2016 1:44 AM
To: general@developer.marklogic.com
Subject: [MarkLogic Dev General] Issue in creation of HTTP server


Hi Team,



Have created HTTP server for a database in Marklogic 8 via Admin console and ML 
rest api service. On hitting host : port which was created via ML rest instance 
running successfully, where as Http server created via Admin console throws 404 
error.



Ex: http://localhost:7010 -> created via rest api service -> renders a page 
with list of rest api services available

http://localhost:7011  -> created via admin console -> renders 404 (File not 
found)



Am new to Marklogic, appreciate your help.



Thanks,

Suresh
___
General mailing list
General@developer.marklogic.com
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general


[MarkLogic Dev General] UNSUBSCRIBE

2016-03-22 Thread Luke Duddridge
Hi,

Any chance I can be removed off this?

Luke Duddridge
Commercial Lead Support Engineer

P please consider the environment before printing this email

From: general-boun...@developer.marklogic.com 
[mailto:general-boun...@developer.marklogic.com] On Behalf Of Suresh Baskar
Sent: 22 March 2016 05:44
To: general@developer.marklogic.com
Subject: [MarkLogic Dev General] Issue in creation of HTTP server


Hi Team,



Have created HTTP server for a database in Marklogic 8 via Admin console and ML 
rest api service. On hitting host : port which was created via ML rest instance 
running successfully, where as Http server created via Admin console throws 404 
error.



Ex: http://localhost:7010 -> created via rest api service -> renders a page 
with list of rest api services available

http://localhost:7011  -> created via admin console -> renders 404 (File not 
found)



Am new to Marklogic, appreciate your help.



Thanks,

Suresh

**

 

The contents of this e-mail and any attachments are the property of the United 
Kingdom Hydrographic Office and are intended for the confidential use of the 
named recipient only. Its unauthorised use, disclosure, storage or copying is 
not permitted and may be unlawful. If you are not the intended recipient, 
please destroy all copies and inform the sender by return e-mail. This footnote 
also confirms that this e-mail message has been scanned for the presence of 
computer viruses. You are however advised to carry out your own virus checks.

 

**
___
General mailing list
General@developer.marklogic.com
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general