I really like the API versus using Lucene.Net directly but I won't be
able to take advantage of the LuceneField attributes. Most of my
documents are different. Is that going to be an issue if I always use
type object?
_indexManager = new IndexManager<Object>(indexPath, _analyzer,
false);
It seems to work with a simple example. I was thinking I should keep
an eye on the caching that was mentioned but I couldn't find where
that is implemented.
Thanks,
Jason