@Deprecated public abstract class AbstractFulltextSeachService extends java.lang.Object implements FulltextSearchService
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
AbstractFulltextSeachService.CrawlTimestampDto
非推奨です。
|
static class |
AbstractFulltextSeachService.RestoreDto
非推奨です。
|
| コンストラクタと説明 |
|---|
AbstractFulltextSeachService()
非推奨です。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
destroy()
非推奨です。
|
void |
destroyTenantContext(TenantContext tenantContext)
非推奨です。
|
protected java.util.Map<java.lang.String,java.lang.String> |
generateCrawlPropInfo(MetaEntity meta)
非推奨です。
|
java.util.Map<java.lang.String,java.sql.Timestamp> |
getLastCrawlTimestamp(java.lang.String... defNames)
非推奨です。
Entityの最終クロール時刻を返す。
|
protected java.sql.Timestamp |
getLastCrawlTimestamp(java.lang.String defId,
int version)
非推奨です。
|
int |
getMaxRows()
非推奨です。
検索時の最大検索結果件数を返す。
|
protected java.util.List<AbstractFulltextSeachService.RestoreDto> |
getRestoreIndexData(java.lang.String defId,
java.sql.Timestamp baseDate)
非推奨です。
|
void |
init(Config config)
非推奨です。
|
void |
initTenantContext(TenantContext tenantContext)
非推奨です。
|
protected void |
insertCrawlLog(java.lang.String defId,
int version,
java.sql.Timestamp sysdate)
非推奨です。
|
boolean |
isThrowExceptionWhenOverLimit()
非推奨です。
検索結果が最大件数以上の場合、エラーにするかを返す。
|
boolean |
isUseFulltextSearch()
非推奨です。
全文検索機能が利用可能かを返す。
|
protected void |
removeAllCrawlLog()
非推奨です。
|
protected void |
removeAllDeleteLog()
非推奨です。
|
protected void |
removeDeleteLog(java.lang.String defId,
java.sql.Timestamp baseDate)
非推奨です。
|
protected void |
updateCrawlLog(java.lang.String defId,
int version,
java.sql.Timestamp sysdate)
非推奨です。
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeleteAllIndex, execCrawlEntity, execFulltextSearch, execRefresh, fulltextSearchEntity, fulltextSearchEntity, fulltextSearchEntity, fulltextSearchOidListpublic void initTenantContext(TenantContext tenantContext)
initTenantContext インタフェース内 FulltextSearchServicepublic void destroyTenantContext(TenantContext tenantContext)
destroyTenantContext インタフェース内 FulltextSearchServicepublic boolean isUseFulltextSearch()
FulltextSearchServiceisUseFulltextSearch インタフェース内 FulltextSearchServicepublic int getMaxRows()
FulltextSearchServicegetMaxRows インタフェース内 FulltextSearchServicepublic boolean isThrowExceptionWhenOverLimit()
FulltextSearchServiceisThrowExceptionWhenOverLimit インタフェース内 FulltextSearchServicepublic java.util.Map<java.lang.String,java.sql.Timestamp> getLastCrawlTimestamp(java.lang.String... defNames)
FulltextSearchServicegetLastCrawlTimestamp インタフェース内 FulltextSearchServicedefNames - Entity定義名protected java.sql.Timestamp getLastCrawlTimestamp(java.lang.String defId,
int version)
protected void insertCrawlLog(java.lang.String defId,
int version,
java.sql.Timestamp sysdate)
protected void updateCrawlLog(java.lang.String defId,
int version,
java.sql.Timestamp sysdate)
protected java.util.List<AbstractFulltextSeachService.RestoreDto> getRestoreIndexData(java.lang.String defId, java.sql.Timestamp baseDate)
protected void removeDeleteLog(java.lang.String defId,
java.sql.Timestamp baseDate)
protected void removeAllDeleteLog()
protected void removeAllCrawlLog()
protected java.util.Map<java.lang.String,java.lang.String> generateCrawlPropInfo(MetaEntity meta)