Hi, It’s been my experience that the -5301 DS error code usually indicates that the Verity indices weren’t created. You can easily verify if the Verity indices were created by going to the <DS_WEB_APP>:\WEB-INF\lib \se\verity\data\colls folder; there you should see folders corresponding to indexed DS projects. Please note that, if you’re using an older version of DS/LS, the location of the Verity indices may differ.
As you can see, there are many moving parts to a successful integration between DS and a search engine. If you continue to experience issues with search, I urge you to get in touch with the Open Text Web Site Management Support Team that supports your region. They’d be able to assist you better and quicker (e.g., da a Live Meeting or WebEx troubleshooting session). -Nik On Apr 20, 4:59 am, Karthikeyan Sivanantham <[email protected]> wrote: > Full text search Implementation: This is the output iam getting when > iam running the search.xml file. > > <dynaments rde-rd:content="module/search/search.xml" rde- > rd:datalanguage="en" rde-rd:datalocale="en" rde- > rd:leasingtime="3600000" rde-rd:locale="en" rde-rd:project="XXX" rde- > rd:rdeContentType="0" rde-rd:xslXmlSeparator="/-"> > - > <pages chunk="1" chunksize="10" context-mode="mixed" context- > tags="title;search-title" error="-5301" error-engine="-14" external- > only="ignore" highlight="yes" hits="0" include-mode="context- > tags,notag;content-info,notag;metainfo" lastchunk="0" locale="en" > maxhits="500" project="XXX" searchengine="verity_k2"> > <rde-dm:query-verity>test</rde-dm:query-verity> > <rde-dm:query-cis>test</rde-dm:query-cis> > </pages> > </dynaments> > > Iam getting error="-5301" and error-engine="-14". When im go through > in to the manual it is saying that "The search engine itself reports > an error (output in the "error-engine" result parameter)". > Please let me know what is the problem and how to solve this issue... > > On Apr 20, 11:47 am, Karthikeyan Sivanantham <[email protected]> > wrote: > > > > > > > > > Configurations done for rull test search. > > > The "startup.conf" file is located in the directory [LiveServer > > installation directory]\WEB-INF\etc. > > There are two settings in this file that are commented out by default > > for search functionality. > > The following settings are activated: > > * reddot.searchengine.host > > * reddot.searchengine.delivery > > > Here is the xml code that for search: > > <?xml version="1.0" encoding="UTF-8"?> > > <rde-dm:query cachingtime="0" context-tags="search-title;info- > > author;info-date;info-publishdate" highlight="yes" item-tag="page" > > tag="pages"> > > <rde-dm:query-verity><![CDATA[ [#request:search-text#] ]]></rde- > > dm:query-verity> > > </rde-dm:query> > > > Below is the xsl that used search results: > > > <?xml version="1.0" encoding="ISO-8859-1"?> > > <fulltextsearch> > > <xsl:variable name="ft-style"> font-family:Helvetica,Helv;font-size: > > 8pt </xsl:variable> > > <xsl:template match="pages"> > > <xsl:value-of select="@hits"/> search results for <b> > > <rde-dm:attribute mode="read" attribute="search-text" > > source="request"/> > > </b> > > <p/> > > <ol> > > <xsl:for-each select="page"> > > <li> > > <xsl:element name="a"> > > <xsl:attribute name="href"> > > <xsl:value-of select="name"/> > > </xsl:attribute> > > <xsl:value-of select="search-title"/>(<xsl:value-of > > select="name"/>) > > </xsl:element> > > <p/> > > <b>Author Name: </b><xsl:value-of select="info-author"/> > > <p/> > > <b>Creation Date: </b><xsl:value-of select="info-date"/> > > <p/> > > <b>Publish Date: </b><xsl:value-of select="info-publishdate"/> > > <p/> > > <xsl:apply-templates select="./context"/> > > > <p/> > > </li> > > </xsl:for-each> > > </ol> > > </xsl:template> > > <xsl:template match="rde-rd:ts"> > > <b> > > <font color="#CC0000"> > > <xsl:apply-templates select="node()"/> > > </font> > > </b> > > </xsl:template> > > </fulltextsearch> > > > When iam giving the value,in the search_result.html page it is simply > > displayed 2 time. Iam not getting any XML output. Please let me know > > the issue -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/reddot-cms-users?hl=en.
