[sword-cvs] sword/src/modules/texts/rawtext rawtext.cpp,1.64,1.65
sword@www.crosswire.org
sword@www.crosswire.org
Thu, 28 Aug 2003 23:00:19 -0700
- Previous message: [sword-cvs] sword/src/mgr swsearchable.cpp,NONE,1.1 Makefile.am,1.13,1.14
- Next message: [sword-cvs] sword/include swsearchable.h,NONE,1.1 rawtext.h,1.27,1.28 swcacher.h,1.4,1.5 swmodule.h,1.67,1.68 ztext.h,1.28,1.29
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/local/cvsroot/sword/src/modules/texts/rawtext
In directory www:/tmp/cvs-serv27914/src/modules/texts/rawtext
Modified Files:
rawtext.cpp
Log Message:
Abstracted the search interface from SWModule
Added experimental implementation of fast
search framework to zText using
clucene
Index: rawtext.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/texts/rawtext/rawtext.cpp,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- rawtext.cpp 12 Aug 2003 05:36:31 -0000 1.64
+++ rawtext.cpp 29 Aug 2003 06:00:16 -0000 1.65
@@ -267,7 +267,7 @@
/******************************************************************************
- * SWModule::Search - Searches a module for a string
+ * SWModule::search - Searches a module for a string
*
* ENT: istr - string for which to search
* searchType - type of search to perform
@@ -281,7 +281,7 @@
* RET: listkey set to verses that contain istr
*/
-ListKey &RawText::Search(const char *istr, int searchType, int flags, SWKey *scope, bool *justCheckIfSupported, void (*percent)(char, void *), void *percentUserData)
+ListKey &RawText::search(const char *istr, int searchType, int flags, SWKey *scope, bool *justCheckIfSupported, void (*percent)(char, void *), void *percentUserData)
{
listkey.ClearList();
- Previous message: [sword-cvs] sword/src/mgr swsearchable.cpp,NONE,1.1 Makefile.am,1.13,1.14
- Next message: [sword-cvs] sword/include swsearchable.h,NONE,1.1 rawtext.h,1.27,1.28 swcacher.h,1.4,1.5 swmodule.h,1.67,1.68 ztext.h,1.28,1.29
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]