public class H2LuceneIntegration extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FTL_SEARCH |
| Constructor and Description |
|---|
H2LuceneIntegration(de.tsl2.nano.persistence.Persistence persistence) |
| Modifier and Type | Method and Description |
|---|---|
int |
activateOnTables(String... tables) |
protected int |
activateOnTables(String scheme,
String... tables) |
static String |
createSearchQuery(String search) |
protected int |
doOnTables(String stmt,
String scheme,
String... tables) |
static Collection<Object> |
doSearch(String search) |
int |
dropIndex(String scheme,
String... tables) |
protected void |
initialize() |
public static final String FTL_SEARCH
public H2LuceneIntegration(de.tsl2.nano.persistence.Persistence persistence)
protected void initialize()
public int activateOnTables(String... tables)
protected int activateOnTables(String scheme, String... tables)
tables - (optional) tables to activate the fulltextsearch on. if null or empty, all schema tables will be activated!public static Collection<Object> doSearch(String search)
Copyright © 2012–2020. All rights reserved.