Hi, Can someone help me with this code:
sword::VerseKey textkey = "matt3.16";
module->setKey(textkey);
NSLog(@"%d %@",module->Index(),fromUTF8((char *)module->getKey()->getText()));
module->Index(module->Index());
NSLog(@"%d %@",module->Index(),fromUTF8((char *)module->getKey()->getText()));
which prints:
24124 Matthew 3:16 24065 Matthew 1:7
I would have though module->Index(module->Index()); should change nothing. I'm trying to use the module's index to create lucene indexes, so that I can properly sort the results easily. I've been hacking lucene quite a bit and will post my thoughts later, I just need to fix this.
cheers --Will
_______________________________________________ sword-devel mailing list [email protected] http://www.crosswire.org/mailman/listinfo/sword-devel
