[MarkLogic Dev General] phrase search containing stemmed results
Ryan Dew
ryan.j.dew at gmail.com
Thu Mar 22 13:33:53 PDT 2012
It this case it sounds like you want to surround the query with quotes,
like so: search:search('"sneak out"'). That is how you search for an exact
phrase.
On Thu, Mar 22, 2012 at 2:10 PM, Danny Sinang <d.sinang at gmail.com> wrote:
> Thanks Ryan.
>
> We have a central search module using the same search options.
>
> Is there a way to tell ML to do unstemmed searching just for phrase
> searches ?
>
> Regards,
> Danny
>
>
> On Thu, Mar 22, 2012 at 4:04 PM, Ryan Dew <ryan.j.dew at gmail.com> wrote:
>
>> That is how it is supposed to behave. You can pass the following search
>> options to change that behavior:
>>
>> <options xmlns="http://marklogic.com/appservices/search">
>> <term>
>> <term-option>unstemmed</term-option>
>> </term>
>> </options>
>>
>> On Thu, Mar 22, 2012 at 1:56 PM, Danny Sinang <d.sinang at gmail.com> wrote:
>>
>>>
>>> I did a search:search('"sneak out"') but got results containing "sneak
>>> out" and "sneaking out". Is this the supposed behavior ? Or is it a bug ?
>>>
>>> Is there a way to force search to return just exact match results
>>> without disabling stemmed search globally ?
>>>
>>> Regards,
>>> Danny
>>>
>>> _______________________________________________
>>> General mailing list
>>> General at developer.marklogic.com
>>> http://developer.marklogic.com/mailman/listinfo/general
>>>
>>>
>>
>> _______________________________________________
>> General mailing list
>> General at developer.marklogic.com
>> http://developer.marklogic.com/mailman/listinfo/general
>>
>>
>
> _______________________________________________
> General mailing list
> General at developer.marklogic.com
> http://developer.marklogic.com/mailman/listinfo/general
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://developer.marklogic.com/pipermail/general/attachments/20120322/4c427556/attachment.html
More information about the General
mailing list