RE: UdmSearch: Stopwords search

2000-01-08 Thread Ansley, Michael
>> > PLEASE NOTE, in order for it to work, the sort order of the database needs >> > to be the same as for the program, because it's dependent on the ORDER BY >> > clause of the SELECT getting the list into sorted order. Perhaps it can be >> > conditionally integrated using a #define set in confi

RE: UdmSearch: Using catdoc, and samba shares

2000-01-08 Thread Ansley, Michael
I am suitably impressed ;-) Just for the record, I think you guys have done this really well. There is some stuff that still needs to be done, but it's great, even now. MikeA -Original Message- From: Alexander Barkov To: Ansley, Michael Cc: '[EMAIL PROTECTED]' Sent:

UdmSearch: Stopwords search

2000-01-07 Thread Ansley, Michael
Hi, all For those of you interested, I've patched the stopwords search from a sequential scan to a binary scan. I'm not sure whether or not this will actually give any significant benefits, but surely for a function that is executed for every word, there is merit in optimising it. PLEASE NOTE,

UdmSearch: Using catdoc, and samba shares

2000-01-07 Thread Ansley, Michael
Hi, all Could someone tell me exactly how I would get indexing of, say word97 files to happen. Obviously, for any binary file type, some sort of program is needed to transform the relevant file type to text. Assuming that catdoc works for .doc files, how would I go about configuring my system t