If it works that will be great. And if it can be included in the standard
binary package it would be really good.

Thanks,
Milind



On Mon, Aug 18, 2014 at 1:47 PM, Ilya Taranov <epsi...@socio.msu.ru> wrote:

> No, you don't. Unfortunately, I don't remember from the top of my head, I
> will check that today, but most likely you have to rebuild Sedna from
> sources in order to enable built-in FT support.
>
>
> On Sat, Aug 16, 2014 at 7:33 AM, Milind Gupta <milind.gu...@gmail.com>
> wrote:
>
>> Do we need to have some index even if we use the non index based search?
>>
>> Milind
>>
>>
>>
>> On Fri, Aug 15, 2014 at 2:57 PM, Milind Gupta <milind.gu...@gmail.com>
>> wrote:
>>
>>> I am using the windows x86 version
>>>
>>> Thanks,
>>> Milind
>>>
>>>
>>>
>>> On Fri, Aug 15, 2014 at 2:57 PM, Milind Gupta <milind.gu...@gmail.com>
>>> wrote:
>>>
>>>> I just downloaded the latest one 3.5
>>>>
>>>> Thanks,
>>>> Milind
>>>>
>>>>
>>>>
>>>> On Fri, Aug 15, 2014 at 2:53 PM, Ilya Taranov <epsi...@socio.msu.ru>
>>>> wrote:
>>>>
>>>>> Hello,
>>>>>
>>>>>   what version of Sedna are you using?
>>>>>
>>>>>
>>>>> On Fri, Aug 15, 2014 at 2:39 PM, Milind Gupta <milind.gu...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> Hi,
>>>>>>      I was trying a query on my collection:
>>>>>>
>>>>>> {
>>>>>> for $x in collection("circuitIdeas")/Circuit_Ideas/Record_Info
>>>>>>     let $y := ftscan($x/Title,"Current and
>>>>>> Mirror~","string-value")/parent::*/parent::*
>>>>>>     order by $y/Record_Info/DesignID
>>>>>>     return
>>>>>> <tr><td>{data($y/Record_Info/DesignID)}</td><td>{data($y/Record_Info/Title)}</td><td>{data($y/Design_Details/Abstract)}</td></tr>
>>>>>> }
>>>>>>
>>>>>> I get the following error:
>>>>>> SEDNA Message: ERROR SE1002
>>>>>> Feature is not implemented.
>>>>>> Details: full-text search support is disabled
>>>>>>
>>>>>>
>>>>>> Please excuse me if there is some dumb mistake. I am a total newbie
>>>>>> for xquery and sedna as well. Any help would be appreciated.
>>>>>>
>>>>>> Thanks!
>>>>>>
>>>>>> Milind
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>>
>>>>>> _______________________________________________
>>>>>> Sedna-discussion mailing list
>>>>>> Sedna-discussion@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/sedna-discussion
>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>
>
------------------------------------------------------------------------------
_______________________________________________
Sedna-discussion mailing list
Sedna-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sedna-discussion

Reply via email to