All new files which I publish to LiveServer are not being picked up by
Verity Search engine.
I have already tried the following:
* Reindexing Verity
* Reducing the caching time to 0 minutes
Any urgent help would be greatly appreciated, we have a client demo
coming up tomorrow.
Thanks,
mbyisrael2
---------------------------
Here is the dynament I am using:
<!-- QUERY DYNAMENT -->
<rde-dm:query item-tag="Record" tag="Matching-records" context-
tags="rde-aspx-
uri;solution_type;product_subject;product_subcatgory;product_id;product_summary;product_title;product_experience_level;isNew;featured1;featured2;featured3;featured4;isMostPopular;top_40"
chunksize="[#request:chunk_size#]" chunk="[#request:chunk_number#]"
highlight="no" maxhits="[#request:max_hits#]" sortedby="product_title"
sortorder="asc" >
<rde-dm:query-verity>
<![CDATA[ [#request:search_terms#] <AND>
[#request:solution_type#]
<IN> solution_type <AND> [#request:product_subject#] <IN>
product_subject <AND> [#request:product_subcatgory#] <IN>
product_subcatgory <AND> [#request:product_id#] <IN> product_id <AND>
[#request:product_experience_level#] <IN> product_experience_level
<AND> [#request:isNew#] <IN> isNew <AND> [#request:isMostPopular#]
<IN> isMostPopular <AND> [#request:top_40#] <IN> top_40 <AND>
product_id != "" <AND> (CIS_GROUP <SUBSTRING> .xml-products.) ]]>
</rde-dm:query-verity>
</rde-dm:query>
<!-- END QUERY DYNAMENT -->
Here is an example of a file which is not being picked up by the
search engine:
<?xml version="1.0" encoding="ISO-8859-1"?>
<product>
<solution_type><![CDATA[Articles & White Papers]]></solution_type>
<product_subject>test</product_subject>
<product_experience_level>Administrative Professional;Entry-Level
Staff;Experienced Manager;Mid-Level Staff;New Manager
Supervisor;Senior Executive;</product_experience_level>
<product_subcatgory>test</product_subcatgory>
<product_id>1007</product_id>
<product_summary>test</product_summary>
<product_title>test</product_title>
<rde-aspx-uri><![CDATA[/1007.aspx]]></rde-aspx-uri>
<isNew>no</isNew>
<featured1>test</featured1>
<featured2>test</featured2>
<featured3>test</featured3>
<featured4>test</featured4>
<isMembersOnly>no</isMembersOnly>
<isMostPopular>no</isMostPopular>
<top_40>no</top_40>
</product>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---