added a date field which is sortable lexographically so that searches can be meaningf...
authorjohn <john>
Fri, 29 Nov 2002 13:53:26 +0000 (13:53 +0000)
committerjohn <john>
Fri, 29 Nov 2002 13:53:26 +0000 (13:53 +0000)
source/mircoders/producer/IndexingProducerNode.java

index 2d1a063..5ac7e20 100755 (executable)
@@ -113,6 +113,7 @@ public class IndexingProducerNode implements ProducerNode {
       (new TextSearchTerm("creator","search_creator","creator","creator","creator")).index(theDoc,entity);
       (new TextSearchTerm("title","search_title","title","title","title")).index(theDoc,entity);
       (new UnIndexedSearchTerm("description","search_content","description","description","description")).index(theDoc,entity);
+      (new UnIndexedSearchTerm("webdb_create","search_irrelevant","creationDate","creationDate","creationDate")).index(theDoc,entity);
 
       (new ContentSearchTerm("content_data","search_content","content","","")).indexValue(theDoc,
                                                                                     entity.getValue("content_data")+ " "