DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
LuceneIndexFactory.cs
Go to the documentation of this file.
1 using System;
2 
3 namespace Deveel.Data.Index {
4  public sealed class LuceneIndexFactory : IIndexFactory {
6  return CreateIndex(context);
7  }
8 
10  throw new NotImplementedException();
11  }
12  }
13 }
ColumnIndex CreateIndex(ColumnIndexContext context)
LuceneIndex CreateIndex(ColumnIndexContext context)