Re: [Zope-dev] Re: Spitter.c Hack

2001-01-08 Thread Jason Spisak
Tres: Okay, I uploaded it to my member folder. http://www.zope.org/Members/jspisak/Splitter/ I wasn't usinga sandbox for this, I just downloaded the source for 2.2.4 Here's the diff -u though: --- Zope-2.2.4-src/lib/python/SearchIndex/Splitter.cThu Jan 4 10:41:15 2001 +++

Re: [Zope-dev] Re: Spitter.c Hack

2001-01-06 Thread Tres Seaver
From: "Jason Spisak" [EMAIL PROTECTED] wrote: Zopists, I finally got Splitter.c to let me index numbers and 'C++' in a TextIndex. I have about 50,000 objects in that index, and search performance is nearly instantaneous still. I am running on a big machine though. If anyone wants

[Zope-dev] Re: Spitter.c Hack

2001-01-05 Thread Jason Spisak
Zopists, I finally got Splitter.c to let me index numbers and 'C++' in a TextIndex. I have about 50,000 objects in that index, and search performance is nearly instantaneous still. I am running on a big machine though. If anyone wants those changes there's really easy. Just mail me directly,

Re: [Zope-dev] Re: Spitter.c Hack

2001-01-05 Thread Casey Duncan
Jason Spisak wrote: Zopists, I finally got Splitter.c to let me index numbers and 'C++' in a TextIndex. I have about 50,000 objects in that index, and search performance is nearly instantaneous still. I am running on a big machine though. If anyone wants those changes there's really

Re: [Zope-dev] Re: Spitter.c Hack

2001-01-05 Thread Jason Spisak
Casey Duncan: It truely is nothing more than cutting out the two parts that eliminate single letter words and numbers: *** Zope-2.2.4-src/lib/python/SearchIndex/Splitter.c --- Zope-2.2.4-src/lib/python/SearchIndex/Splitter_Old.c *** *** 169,192 len = PyString_Size(word)

Re: [Zope-dev] Re: Spitter.c Hack

2001-01-05 Thread Jason Spisak
Erik, [Jason Spisak] | I am running on a big machine though. If anyone wants those changes | there's really easy. Just mail me directly, since it's a long file | to post. Hi. I would be interested in the file :-). Okay, here's the diff. It truely is nothing more than cutting out