DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
deveeldb.git
src
deveeldb-lucene
Deveel.Data.Index
LuceneIndexFactory.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Deveel
.Data.Index {
4
public
sealed
class
LuceneIndexFactory
:
IIndexFactory
{
5
ColumnIndex
IIndexFactory
.
CreateIndex
(
ColumnIndexContext
context) {
6
return
CreateIndex(context);
7
}
8
9
public
LuceneIndex
CreateIndex
(
ColumnIndexContext
context) {
10
throw
new
NotImplementedException();
11
}
12
}
13
}
Deveel
System
Definition:
NonSerializedAttribute.cs:3
Deveel.Data.Index.IIndexFactory.CreateIndex
ColumnIndex CreateIndex(ColumnIndexContext context)
Deveel.Data.Index.LuceneIndexFactory
Definition:
LuceneIndexFactory.cs:4
Deveel.Data.Index.ColumnIndexContext
Definition:
ColumnIndexContext.cs:25
Deveel.Data.Index.ColumnIndex
Definition:
ColumnIndex.cs:25
Deveel.Data.Index.IIndexFactory
Definition:
IIndexFactory.cs:20
Deveel.Data.Index.LuceneIndex
Definition:
LuceneIndex.cs:10
Deveel.Data.Index.LuceneIndexFactory.CreateIndex
LuceneIndex CreateIndex(ColumnIndexContext context)
Definition:
LuceneIndexFactory.cs:9
Generated by
1.8.10