On Fri, 18 Jan 2002, Gilles Detillieux wrote: > dummy ResultList with all valid document IDs. All it needs is a method > to call to get that list of docIDs - that's the part I need help with.
The reason I suggested in htsearch/main.cpp is that you could get this from the DocumentDB class if you're not in the parser. I guess htsearch could grab this for the parser as a callback, but this was why I was looking to skip the parser entirely. > dummy record into the db.words.db with a list of cooked-up WordRecords. > That would work, but it's not as clean as I'd like. It could also be a pretty big record. > combining * with and or or doesn't really get you anything, but it might > be nice to be able to do "* not foo". True. But we should make sure to remember the balance--how much code will we add versus the utility of the feature. I see the utility of "return all matches, then sort, restrict, etc." I also see the utility of "* not foo," but I'm not sure it's as bulletproof. Should we pass the DocumentDB to the parser too? -Geoff _______________________________________________ htdig-dev mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/htdig-dev