antoine-tran / LuceneBoostExamplePart1

Example Code for part one of the Imaginea blog boost series

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Imaginea Blog -- Demo Code for the series on boosting and scoring in Lucene.

The code populates some sample documents into a RAMDirectory and then invokes the various boosting and scoring example classes to demonstrate the results. RAMDirectory was chosen for the reason of convenience and keeping it lightweight without having to rely on files for ease of use.

About

Example Code for part one of the Imaginea blog boost series