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 <[email protected]> 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 <[email protected]> > wrote: > >> I am using the windows x86 version >> >> Thanks, >> Milind >> >> >> >> On Fri, Aug 15, 2014 at 2:57 PM, Milind Gupta <[email protected]> >> wrote: >> >>> I just downloaded the latest one 3.5 >>> >>> Thanks, >>> Milind >>> >>> >>> >>> On Fri, Aug 15, 2014 at 2:53 PM, Ilya Taranov <[email protected]> >>> wrote: >>> >>>> Hello, >>>> >>>> what version of Sedna are you using? >>>> >>>> >>>> On Fri, Aug 15, 2014 at 2:39 PM, Milind Gupta <[email protected]> >>>> 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 >>>>> [email protected] >>>>> https://lists.sourceforge.net/lists/listinfo/sedna-discussion >>>>> >>>>> >>>> >>> >> >
------------------------------------------------------------------------------
_______________________________________________ Sedna-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sedna-discussion
