|
From: Chris W. <la...@us...> - 2001-10-29 13:07:34
|
Update of /cvsroot/openinteract/OpenInteract/pkg/full_text In directory usw-pr-cvs1:/tmp/cvs-serv5126 Modified Files: Changes package.conf Log Message: updated OI/FullText.pm to handle scalar refs and filehandles; indexable text is passed back as a scalar ref now, and you can override the fields to index by passing in 'fulltext_field' to the save() call Index: Changes =================================================================== RCS file: /cvsroot/openinteract/OpenInteract/pkg/full_text/Changes,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** Changes 2001/10/07 20:14:32 1.16 --- Changes 2001/10/29 13:07:31 1.17 *************** *** 1,4 **** --- 1,9 ---- Revision history for OpenInteract package full_text. + 1.28 Mon Oct 29 08:18:04 EST 2001 + + Enable OpenInteract/FullText.pm to handle scalar refs and + filehandles as field values. + 1.27 Sun Oct 7 16:25:46 EDT 2001 Index: package.conf =================================================================== RCS file: /cvsroot/openinteract/OpenInteract/pkg/full_text/package.conf,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** package.conf 2001/10/07 20:14:32 1.17 --- package.conf 2001/10/29 13:07:31 1.18 *************** *** 1,4 **** name full_text ! version 1.27 author Chris Winters (ch...@cw...) url http://www.openinteract.org/ --- 1,4 ---- name full_text ! version 1.28 author Chris Winters (ch...@cw...) url http://www.openinteract.org/ |