|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compass.core.lucene.LuceneEnvironment.JdbcStore
public abstract static class LuceneEnvironment.JdbcStore
Settings applicable when storing the index within a database.
| Nested Class Summary | |
|---|---|
class |
LuceneEnvironment.JdbcStore.Connection
|
class |
LuceneEnvironment.JdbcStore.DataSourceProvider
|
class |
LuceneEnvironment.JdbcStore.DDL
|
class |
LuceneEnvironment.JdbcStore.FileEntry
|
| Field Summary | |
|---|---|
static String |
DELETE_MARK_DELETED_DELTA
Some of the entries in the database are marked as deleted, and not actually gets to be deleted from the database. |
static String |
DIALECT
The dialect (database) that is used when storing the index in the database |
static String |
DISABLE_SCHEMA_OPERATIONS
If set to true, no database schema level operations will be performed (drop and create
tables). |
static String |
LOCK_TYPE
The class name of the Jdbc lock to be used. |
static String |
MANAGED
If the connection is managed or not. |
| Constructor Summary | |
|---|---|
LuceneEnvironment.JdbcStore()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DIALECT
public static final String DELETE_MARK_DELETED_DELTA
public static final String LOCK_TYPE
public static final String MANAGED
false, compass
will commit and rollback the transaction. If set to true, compass will
not perform it. Defaults to false. Should be set to true if
using external transaction managers (like JTA or Spring PlatformTransactionManager),
and false if using LocalTransactionFactory.
- See Also:
- Constant Field Values
public static final String DISABLE_SCHEMA_OPERATIONS
true, no database schema level operations will be performed (drop and create
tables). When deleting the data in the index, the content will be deleted, but the table will not
be dropped. Default to false.
| Constructor Detail |
|---|
public LuceneEnvironment.JdbcStore()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||