DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Public Member Functions | Private Member Functions | List of all members
Deveel.Data.Index.LuceneIndexFactory Class Reference
Inheritance diagram for Deveel.Data.Index.LuceneIndexFactory:
Deveel.Data.Index.IIndexFactory

Public Member Functions

LuceneIndex CreateIndex (ColumnIndexContext context)
 

Private Member Functions

ColumnIndex IIndexFactory. CreateIndex (ColumnIndexContext context)
 

Detailed Description

Definition at line 4 of file LuceneIndexFactory.cs.

Member Function Documentation

ColumnIndex IIndexFactory. Deveel.Data.Index.LuceneIndexFactory.CreateIndex ( ColumnIndexContext  context)
inlineprivate

Implements Deveel.Data.Index.IIndexFactory.

Definition at line 5 of file LuceneIndexFactory.cs.

5  {
6  return CreateIndex(context);
7  }
ColumnIndex IIndexFactory. CreateIndex(ColumnIndexContext context)
LuceneIndex Deveel.Data.Index.LuceneIndexFactory.CreateIndex ( ColumnIndexContext  context)
inline

Implements Deveel.Data.Index.IIndexFactory.

Definition at line 9 of file LuceneIndexFactory.cs.

9  {
10  throw new NotImplementedException();
11  }

The documentation for this class was generated from the following file: