|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.lucene.store.Directory
org.apache.lucene.store.jdbc.JdbcDirectory
com.liferay.portal.search.lucene.store.jdbc.LiferayJdbcDirectory
public class LiferayJdbcDirectory
| Field Summary |
|---|
| Fields inherited from class org.apache.lucene.store.Directory |
|---|
isOpen, lockFactory |
| Constructor Summary | |
|---|---|
LiferayJdbcDirectory(javax.sql.DataSource dataSource,
org.apache.lucene.store.jdbc.dialect.Dialect dialect,
java.lang.String tableName)
|
|
| Method Summary | |
|---|---|
java.lang.String[] |
listAll()
|
| Methods inherited from class org.apache.lucene.store.jdbc.JdbcDirectory |
|---|
close, create, createLock, createOutput, delete, deleteContent, deleteFile, deleteFiles, deleteMarkDeleted, deleteMarkDeleted, fileExists, fileLength, fileModified, forceDeleteFile, getDataSource, getDialect, getFileEntryHandler, getJdbcTemplate, getSettings, getTable, list, makeLock, openInput, renameFile, tableExists, touchFile |
| Methods inherited from class org.apache.lucene.store.Directory |
|---|
clearLock, copy, ensureOpen, getLockFactory, getLockID, openInput, setLockFactory, sync, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LiferayJdbcDirectory(javax.sql.DataSource dataSource,
org.apache.lucene.store.jdbc.dialect.Dialect dialect,
java.lang.String tableName)
| Method Detail |
|---|
public java.lang.String[] listAll()
throws java.io.IOException
listAll in class org.apache.lucene.store.Directoryjava.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||