chriseldredge / Lucene.Net.Linq

LINQ provider to run native queries on a Lucene.Net index
Other
151 stars 65 forks source link

Example not compiling #19

Closed dittodhole closed 11 years ago

dittodhole commented 11 years ago

A FieldAttribute does not have a bool property Store, rather a StoreMode property Store, so:

Store = true

should be

Store = StoreMode.Yes

Also, there is no PorterStemAnalyzer-class in the bundle, but a KeywordAnalyzer-class and StandardAnalyzer-class.

And, you should include the implementation of VersionConverter-class!

chriseldredge commented 11 years ago

I've moved sample code into cs files so they will stay up to date now. Fixed in cdbc4bccb83701a828a8dd2bdaa7f3ade8c32a5a.