public interface SearchService
修飾子とタイプ | メソッドと説明 |
---|---|
SearchService |
addACIBuilder(ACIBuilder... builders)
検索時の権限を作成するACIビルダーを与えられたビルダーを追加します。
|
long |
getNumberOfContents()
検索サーバに登録されている総コンテンツ数を取得します。
|
SearchResponse |
search(SearchQuery query)
与えられた検索条件で全文検索を行い結果を返します。
|
SearchService |
setACIBuilder(ACIBuilder... builders)
検索時の権限を作成するACIビルダーを与えられたビルダーコレクションに変更します。
|
SearchService |
setACIBuilder(Collection<? extends ACIBuilder> builders)
検索時の権限を作成するACIビルダーを与えられたビルダーコレクションに変更します。
|
SearchResponse search(SearchQuery query) throws ContentsSearchExecutionException, InvalidSearchConditionException
query
- 検索クエリContentsSearchExecutionException
- 検索に失敗した場合InvalidSearchConditionException
- 不正な検索クエリが指定された場合SearchService addACIBuilder(ACIBuilder... builders)
builders
- ビルダーNullPointerException
- 指定されたコレクションが null である場合SearchService setACIBuilder(Collection<? extends ACIBuilder> builders)
builders
- ビルダーのコレクションNullPointerException
- 指定されたコレクションが null である場合SearchService setACIBuilder(ACIBuilder... builders)
builders
- ビルダーNullPointerException
- 指定されたビルダーが null である場合long getNumberOfContents() throws ContentsSearchExecutionException
ContentsSearchExecutionException
- 総コンテンツ数の取得に失敗した場合Copyright © 2012 NTT DATA INTRAMART CORPORATION