クラス AbstractFulltextSeachService

java.lang.Object
org.iplass.mtp.impl.fulltextsearch.AbstractFulltextSeachService
すべての実装されたインタフェース:
FulltextSearchService, Service

@Deprecated public abstract class AbstractFulltextSeachService extends Object implements FulltextSearchService
推奨されていません。
  • コンストラクタの詳細

    • AbstractFulltextSeachService

      public AbstractFulltextSeachService()
      推奨されていません。
  • メソッドの詳細

    • init

      public void init(Config config)
      推奨されていません。
      定義:
      init インタフェース内 Service
    • initTenantContext

      public void initTenantContext(TenantContext tenantContext)
      推奨されていません。
      定義:
      initTenantContext インタフェース内 FulltextSearchService
    • destroyTenantContext

      public void destroyTenantContext(TenantContext tenantContext)
      推奨されていません。
      定義:
      destroyTenantContext インタフェース内 FulltextSearchService
    • destroy

      public void destroy()
      推奨されていません。
      定義:
      destroy インタフェース内 Service
    • isUseFulltextSearch

      public boolean isUseFulltextSearch()
      推奨されていません。
      インタフェースからコピーされた説明: FulltextSearchService
      全文検索機能が利用可能かを返す。
      定義:
      isUseFulltextSearch インタフェース内 FulltextSearchService
      戻り値:
      true:利用可能
    • getMaxRows

      public int getMaxRows()
      推奨されていません。
      インタフェースからコピーされた説明: FulltextSearchService
      検索時の最大検索結果件数を返す。
      定義:
      getMaxRows インタフェース内 FulltextSearchService
      戻り値:
      最大検索結果件数
    • isThrowExceptionWhenOverLimit

      public boolean isThrowExceptionWhenOverLimit()
      推奨されていません。
      インタフェースからコピーされた説明: FulltextSearchService
      検索結果が最大件数以上の場合、エラーにするかを返す。
      定義:
      isThrowExceptionWhenOverLimit インタフェース内 FulltextSearchService
      戻り値:
      true: エラー
    • getLastCrawlTimestamp

      public Map<String,Timestamp> getLastCrawlTimestamp(String... defNames)
      推奨されていません。
      インタフェースからコピーされた説明: FulltextSearchService
      Entityの最終クロール時刻を返す。
      定義:
      getLastCrawlTimestamp インタフェース内 FulltextSearchService
      パラメータ:
      defNames - Entity定義名
      戻り値:
      最終クロール時刻のMap
    • getLastCrawlTimestamp

      protected Timestamp getLastCrawlTimestamp(String defId, int version)
      推奨されていません。
    • insertCrawlLog

      protected void insertCrawlLog(String defId, int version, Timestamp sysdate)
      推奨されていません。
    • updateCrawlLog

      protected void updateCrawlLog(String defId, int version, Timestamp sysdate)
      推奨されていません。
    • getRestoreIndexData

      protected List<AbstractFulltextSeachService.RestoreDto> getRestoreIndexData(String defId, Timestamp baseDate)
      推奨されていません。
    • removeDeleteLog

      protected void removeDeleteLog(String defId, Timestamp baseDate)
      推奨されていません。
    • removeAllDeleteLog

      protected void removeAllDeleteLog()
      推奨されていません。
    • removeAllCrawlLog

      protected void removeAllCrawlLog()
      推奨されていません。
    • generateCrawlPropInfo

      protected Map<String,String> generateCrawlPropInfo(MetaEntity meta)
      推奨されていません。