Lucene.Net
3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
|
Go to the source code of this file.
Classes | |
class | Lucene.Net.Util.VersionEnumExtensions |
Namespaces | |
package | Lucene.Net.Util |
Enumerations | |
enum | Lucene.Net.Util.Version { Lucene.Net.Util.LUCENE_20, Lucene.Net.Util.LUCENE_21, Lucene.Net.Util.LUCENE_22, Lucene.Net.Util.LUCENE_23, Lucene.Net.Util.LUCENE_24, Lucene.Net.Util.LUCENE_29, Lucene.Net.Util.LUCENE_30, Lucene.Net.Util.LUCENE_CURRENT } |
Use by certain classes to match version compatibility across releases of Lucene. WARNING: When changing the version parameter that you supply to components in Lucene, do not simply change the version at search-time, but instead also adjust your indexing code to match, and re-index. More... | |