Jason Rowe

Be curious! Choose your own adventure.

Tag: lucene

  • Poor Mans Reverse Search with Lucene.net

    As I mentioned in my last post I’ve been reading and learning about Lucene via Lucene in Action 2nd edition. Chapter 9.4, Fast memory-based indices, talks about MemoryIndex and InstantiatedIndex. MemoryIndex, contributed by Wolfgang Hoschek, is a fast RAM-only index designed to test whether a single document matches a query. InstantiatedIndex, contributed by Karl Wettin, […]