i have no idea where the bug i just found came from.
authorjohn <john>
Mon, 13 Jan 2003 23:07:12 +0000 (23:07 +0000)
committerjohn <john>
Mon, 13 Jan 2003 23:07:12 +0000 (23:07 +0000)
perhaps it is time to sleep.

source/mircoders/producer/IndexingProducerNode.java

index 8cd82b8..739bfbb 100755 (executable)
@@ -110,10 +110,10 @@ public class IndexingProducerNode implements ProducerNode {
       
       //this initialization should go somewhere global like an xml file....
 
-
       (new KeywordSearchTerm("id","","id","","id")).index(theDoc,entity);
-      (new KeywordSearchTerm("date_formatted","search_date","webdb_create_formatted","webdb_create_formatted","webdb_create_formatted")).index(theDoc,entity);
-
+      
+      (new KeywordSearchTerm("webdb_create_formatted","search_date","webdb_create_formatted","webdb_create_formatted","webdb_create_formatted")).index(theDoc,entity);
+      
       (new UnIndexedSearchTerm("","","","where","where")).indexValue(theDoc,entity.getValue("publish_path")+entity.getValue("id")+".shtml");
 
       (new TextSearchTerm("creator","search_creator","creator","creator","creator")).index(theDoc,entity);