On Freitag 06 Januar 2006 18:04, Beady Geraghty wrote: > For now, I have a limited set of documents (say, 10000) to index. > I can create a bitset that represents the search result of hits on > "apple".
The development version of Lucene contains a MatchAllDocsQuery so you can create queries (programmatically) like: MatchAllDocsQuery -apple I guess this is is memory-efficient. MatchAllDocsQuery can be backported easily. Regards Daniel -- http://www.danielnaber.de --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]