Re: [Sedna-discussion] Full text search support
Here is the instructions to build sedna from sources: http://sedna.org/install.html#srcfull You have to set *FT_SEARCH parameter to ON* On Wed, Aug 20, 2014 at 1:03 PM, Milind Gupta wrote: > Hi Ilya, > Were you able to check the full text feature without indexes? > Please let me know how I can check that myself. I can try compiling sedna > if the options set. > > Thanks, > Milind > > > > > On Mon, Aug 18, 2014 at 4:40 PM, Milind Gupta > wrote: > >> 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 >> 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 >>> 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 wrote: > I am using the windows x86 version > > Thanks, > Milind > > > > On Fri, Aug 15, 2014 at 2:57 PM, Milind Gupta > wrote: > >> I just downloaded the latest one 3.5 >> >> Thanks, >> Milind >> >> >> >> On Fri, Aug 15, 2014 at 2:53 PM, Ilya Taranov >> 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 {data($y/Record_Info/DesignID)}{data($y/Record_Info/Title)}{data($y/Design_Details/Abstract)} } 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 >>> >> > >>> >> > -- Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/___ Sedna-discussion mailing list Sedna-discussion@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sedna-discussion
Re: [Sedna-discussion] Full text search support
Hi Ilya, Were you able to check the full text feature without indexes? Please let me know how I can check that myself. I can try compiling sedna if the options set. Thanks, Milind On Mon, Aug 18, 2014 at 4:40 PM, Milind Gupta wrote: > 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 > 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 >> 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 >>> wrote: >>> I am using the windows x86 version Thanks, Milind On Fri, Aug 15, 2014 at 2:57 PM, Milind Gupta wrote: > I just downloaded the latest one 3.5 > > Thanks, > Milind > > > > On Fri, Aug 15, 2014 at 2:53 PM, Ilya Taranov > wrote: > >> Hello, >> >> what version of Sedna are you using? >> >> >> On Fri, Aug 15, 2014 at 2:39 PM, Milind Gupta > > 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 >>> {data($y/Record_Info/DesignID)}{data($y/Record_Info/Title)}{data($y/Design_Details/Abstract)} >>> } >>> >>> 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 >>> >>> >> > >>> >> > -- Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/___ Sedna-discussion mailing list Sedna-discussion@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sedna-discussion
Re: [Sedna-discussion] Full text search support
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 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 > 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 >> wrote: >> >>> I am using the windows x86 version >>> >>> Thanks, >>> Milind >>> >>> >>> >>> On Fri, Aug 15, 2014 at 2:57 PM, Milind Gupta >>> wrote: >>> I just downloaded the latest one 3.5 Thanks, Milind On Fri, Aug 15, 2014 at 2:53 PM, Ilya Taranov wrote: > Hello, > > what version of Sedna are you using? > > > On Fri, Aug 15, 2014 at 2:39 PM, Milind Gupta > 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 >> {data($y/Record_Info/DesignID)}{data($y/Record_Info/Title)}{data($y/Design_Details/Abstract)} >> } >> >> 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
Re: [Sedna-discussion] Full text search support
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 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 > wrote: > >> I am using the windows x86 version >> >> Thanks, >> Milind >> >> >> >> On Fri, Aug 15, 2014 at 2:57 PM, Milind Gupta >> wrote: >> >>> I just downloaded the latest one 3.5 >>> >>> Thanks, >>> Milind >>> >>> >>> >>> On Fri, Aug 15, 2014 at 2:53 PM, Ilya Taranov >>> wrote: >>> Hello, what version of Sedna are you using? On Fri, Aug 15, 2014 at 2:39 PM, Milind Gupta 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 > {data($y/Record_Info/DesignID)}{data($y/Record_Info/Title)}{data($y/Design_Details/Abstract)} > } > > 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
Re: [Sedna-discussion] Full text search support
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 wrote: > I am using the windows x86 version > > Thanks, > Milind > > > > On Fri, Aug 15, 2014 at 2:57 PM, Milind Gupta > wrote: > >> I just downloaded the latest one 3.5 >> >> Thanks, >> Milind >> >> >> >> On Fri, Aug 15, 2014 at 2:53 PM, Ilya Taranov >> wrote: >> >>> Hello, >>> >>> what version of Sedna are you using? >>> >>> >>> On Fri, Aug 15, 2014 at 2:39 PM, Milind Gupta >>> 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 {data($y/Record_Info/DesignID)}{data($y/Record_Info/Title)}{data($y/Design_Details/Abstract)} } 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
Re: [Sedna-discussion] Full text search support
I just downloaded the latest one 3.5 Thanks, Milind On Fri, Aug 15, 2014 at 2:53 PM, Ilya Taranov wrote: > Hello, > > what version of Sedna are you using? > > > On Fri, Aug 15, 2014 at 2:39 PM, Milind Gupta > 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 >> {data($y/Record_Info/DesignID)}{data($y/Record_Info/Title)}{data($y/Design_Details/Abstract)} >> } >> >> 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
Re: [Sedna-discussion] Full text search support
I am using the windows x86 version Thanks, Milind On Fri, Aug 15, 2014 at 2:57 PM, Milind Gupta wrote: > I just downloaded the latest one 3.5 > > Thanks, > Milind > > > > On Fri, Aug 15, 2014 at 2:53 PM, Ilya Taranov > wrote: > >> Hello, >> >> what version of Sedna are you using? >> >> >> On Fri, Aug 15, 2014 at 2:39 PM, Milind Gupta >> 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 >>> {data($y/Record_Info/DesignID)}{data($y/Record_Info/Title)}{data($y/Design_Details/Abstract)} >>> } >>> >>> 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
Re: [Sedna-discussion] Full text search support
Hello, what version of Sedna are you using? On Fri, Aug 15, 2014 at 2:39 PM, Milind Gupta 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 > {data($y/Record_Info/DesignID)}{data($y/Record_Info/Title)}{data($y/Design_Details/Abstract)} > } > > 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