> if you want to use it for this purpose, you don't need an FST, you can > just use an NFA/DFA of prefixes instead, as you only need to answer > accept/reject.
Right, however if we already have the FST, then if it supports accept/reject efficiently, we'd simply reuse it (thereby removing the bloom filter as yet another heap consumer). --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org