On Aug 28, 2006, at 10:44 AM, Justen Gill wrote:
can someone point me in the direction of any tips, code samples, doc on how to use Lucene against a non Lucene Index? Basically we need to use bits of functionality such as scoring the results, limiting to 10 at a time etc? Im returning a Vector from my data source but not sure where to take it fromthere....
Maybe indexing into a RAMDirectory (an in-memory Lucene index) would be what you're after?
Erik
