3 declare(strict_types=1);
64 public function __construct(
object $container = null,
int $a_mode = self::MODE_LUCENE)
68 $this->tpl = $DIC->ui()->mainTemplate();
69 $this->
lng = $DIC->language();
70 $this->
ctrl = $DIC->ctrl();
71 $this->
access = $DIC->access();
72 $this->tree = $DIC->repositoryTree();
73 $this->
http = $DIC->http();
75 $this->mode = $a_mode;
80 if ($this->
http->wrapper()->query()->has(
'details')) {
82 $this->
http->wrapper()->query()->retrieve(
108 $this->results = $a_result_data;
127 $this->subitem_ids = $a_subids;
144 return (isset($this->subitem_ids[$a_obj_id]) && $this->subitem_ids[$a_obj_id]) ?
145 $this->subitem_ids[$a_obj_id] :
163 if (!$this->
access->checkAccess(
'read',
'', $new_ref)) {
166 $this->all_references[
$ref_id][] = $new_ref;
169 $this->has_more_ref_ids[
$ref_id] = $counter;
176 if (!isset($this->has_more_ref_ids[$a_ref_id]) or
177 !$this->has_more_ref_ids[$a_ref_id] or
178 array_key_exists($a_ref_id, $references)) {
181 return (
int) $this->has_more_ref_ids[$a_ref_id];
187 if (array_key_exists($a_ref_id, $references)) {
188 return $this->all_references[$a_ref_id] ?: array();
190 return array($a_ref_id);
208 $this->searcher = $a_searcher;
238 $this->
lng->loadLanguageModule(
"cntr");
243 foreach ($this->
getResults() as $c_ref_id => $obj_id) {
244 $c_ref_id = (
int) $c_ref_id;
245 $obj_id = (
int) $obj_id;
247 if (!$this->tree->isInTree(
$ref_id)) {
261 "s_relevance" => sprintf(
"%03d", $this->
getRelevance($obj_id)),
265 $preloader->addItem($obj_id, $obj_type,
$ref_id);
273 $preloader->preload();
277 $result_table->setCustomPreviousNext($this->prev, $this->next);
279 $result_table->setData($set);
280 $this->thtml = $result_table->getHTML();
287 if ($this->
getMode() == self::MODE_LUCENE) {
288 return $this->searcher->getResult()->getRelevance($a_obj_id);
295 if ($this->
getMode() != self::MODE_LUCENE or !is_object($this->searcher->getHighlighter())) {
298 if (strlen($title = $this->searcher->getHighlighter()->getTitle($a_obj_id, $a_sub_id))) {
306 if ($this->
getMode() != self::MODE_LUCENE or !is_object($this->searcher->getHighlighter())) {
309 if (strlen($title = $this->searcher->getHighlighter()->getDescription($a_obj_id, $a_sub_id))) {
317 if ($this->
getMode() != self::MODE_LUCENE or !is_object($this->searcher->getHighlighter())) {
320 return $this->searcher->getHighlighter()->getContent($a_obj_id, $a_sub_id);
332 $sub = $this->
appendSubItems($item_list_gui, $ref_id, $obj_id, $type);
336 if (!strlen($sub) and
341 $tpl =
new ilTemplate(
'tpl.lucene_additional_information.html',
true,
true,
'Services/Search');
357 $path_gui->enableTextOnly(
false);
358 $path_gui->setUseImages(
false);
360 $tpl =
new ilTemplate(
'tpl.lucene_path.html',
true,
true,
'Services/Search');
367 if ($this->
getMode() != self::MODE_LUCENE) {
375 $tpl =
new ilTemplate(
'tpl.lucene_more_references.html',
true,
true,
'Services/Search');
377 $tpl->
setVariable(
'MORE_REFS_LINK', $this->
ctrl->getLinkTarget($this->getContainer(),
''));
380 $tpl->
setVariable(
'TXT_MORE_REFS', sprintf($this->
lng->txt(
'lucene_all_occurrences'), $num_refs));
391 $subitem_ids = array();
393 if ($this->
getMode() == self::MODE_STANDARD) {
395 } elseif (is_object($this->searcher->getHighlighter())) {
396 $subitem_ids = $this->searcher->getHighlighter()->getSubitemIds($obj_id);
397 $highlighter = $this->searcher->getHighlighter();
400 if (!count($subitem_ids)) {
406 $sub_list->setHighlighter($highlighter);
407 $sub_list->init($item_list_gui, $ref_id, $subitem_ids);
408 return $sub_list->getHTML();
414 if ($this->
http->wrapper()->post()->has(
'refs')) {
415 $refs = $this->
http->wrapper()->post()->retrieve(
419 $session_references[$refs] = $refs;
lookupDescription(int $a_obj_id, int $a_sub_id)
Interface GlobalHttpState.
Creates a path for a start and endnode.
static get(string $a_var)
parseResultReferences()
Check if more than one reference is visible.
setSearcher(ilLuceneSearcher $a_searcher)
set searcher
getRelevance(int $a_obj_id)
setAdditionalInformation(?string $val)
lookupContent(int $a_obj_id, int $a_sub_id)
static _getAllReferences(int $id)
get all reference ids for object ID
getSubitemIds()
Get subitem ids.
TableGUI class for search results.
getMoreReferencesCounter(int $a_ref_id)
get(string $part=self::DEFAULT_BLOCK)
Renders the given block and returns the html string.
static setShowDetails(int $obj_id)
set show details.
appendSubItems(ilObjectListGUI $item_list_gui, int $ref_id, int $obj_id, string $a_type)
setResults(array $a_result_data)
Set result array.
setVariable(string $variable, $value='')
Sets the given variable to the given value.
getSubitemIdsByObject(int $a_obj_id)
Get subitem ids for an object.
ilLuceneSearcher $searcher
getContainer()
Get container gui.
appendPath(int $a_ref_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Reads and parses lucene search results.
static http()
Fetches the global http state from ILIAS.
static getInstanceByType(string $a_type, object $a_cmd_class)
get instance by type
static _lookupTitle(int $obj_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(object $container=null, int $a_mode=self::MODE_LUCENE)
Constructor.
renderItemList()
Render item list.
setPreviousNext(string $a_p, string $a_n)
Set previous next.
static _lookupDescription(int $obj_id)
lookupTitle(int $a_obj_id, int $a_sub_id)
setSubitemIds(array $a_subids)
Set subitem ids Used for like and fulltext search.
getAllReferences(int $a_ref_id)
static _lookupCreationDate(int $obj_id)
appendAdditionalInformation(ilObjectListGUI $item_list_gui, int $ref_id, int $obj_id, string $type)
Append path, relevance information.
static _lookupType(int $id, bool $reference=false)
ilGlobalTemplateInterface $tpl
static set(string $a_var, $a_val)
Set a value.
appendMorePathes(int $a_ref_id)