<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Semantic Search implementation in Liferay 7.2</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=117399694" />
  <subtitle>Semantic Search implementation in Liferay 7.2</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=117399694</id>
  <updated>2026-04-05T19:17:58Z</updated>
  <dc:date>2026-04-05T19:17:58Z</dc:date>
  <entry>
    <title>RE: Semantic Search implementation in Liferay 7.2</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121808158" />
    <author>
      <name>Tibor Lipusz</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121808158</id>
    <updated>2023-05-23T14:12:25Z</updated>
    <published>2023-05-23T14:12:24Z</published>
    <summary type="html">&lt;p&gt;Hello Daniel,&lt;/p&gt;
&lt;p&gt;Even though this is an old thread, I wanted to highlight that the
  semantic search capabilities debuted as a beta in Liferay DXP 7.4 U70.
  You can learn more about it at &lt;a href="https://learn.liferay.com/w/dxp/using-search/liferay-enterprise-search/search-experiences/semantic-search"&gt;https://learn.liferay.com/w/dxp/using-search/liferay-enterprise-search/search-experiences/semantic-search&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This &lt;a href="https://youtu.be/sr7_aNWNzPY?t=4041"&gt;recording​&lt;/a&gt;of
  our session delivered on &lt;a class="css-tgpl01"
  href="https://liferay.dev/twentyfour/2022#Introducing%20Semantic%20Search%20Capabilities%20Using%20txtai%20and%20Hugging%20Face%27s%20Inference%20API"&gt;/dev/24&lt;/a&gt;
  last year provides a good overview of the concepts of semantic search
  (including a quick demo).&lt;/p&gt;</summary>
    <dc:creator>Tibor Lipusz</dc:creator>
    <dc:date>2023-05-23T14:12:24Z</dc:date>
  </entry>
  <entry>
    <title>RE: Semantic Search implementation in Liferay 7.2</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=117462395" />
    <author>
      <name>Daniel Karwowski</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=117462395</id>
    <updated>2019-10-16T09:23:09Z</updated>
    <published>2019-10-16T09:23:09Z</published>
    <summary type="html">Sorry for too short explanation of my problem which i need to resolve. &lt;br /&gt;I want to achieve effect that search will get simillar results with similar phrases to this one which user type in searchbar,&lt;br /&gt;so for example if someone type &amp;#34;sport&amp;#34; in search bar then in result i should get results with articles &lt;br /&gt;containing words like &amp;#34;tennis&amp;#34;, &amp;#34;volleyball&amp;#34;, &amp;#34;football&amp;#34; etc.  &lt;br /&gt;Currently default search mechanism returns result with articles containg word &amp;#34;sport&amp;#34; or &amp;#34;sporty&amp;#34;, it can find words without suffix (-ing, -able, -ify, -y etc. )&lt;br /&gt;By effective i mean initial implementation effort. I found some solution based on automatical tags generation from article content and adding simmilar tags from thesaurii dictionary but it requires a lot of time for implementation. &lt;br /&gt;Maybe liferay has some built in mechanism for achieving this effect which i didn&amp;#39;t find.</summary>
    <dc:creator>Daniel Karwowski</dc:creator>
    <dc:date>2019-10-16T09:23:09Z</dc:date>
  </entry>
  <entry>
    <title>RE: Semantic Search implementation in Liferay 7.2</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=117404805" />
    <author>
      <name>Olaf Kock</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=117404805</id>
    <updated>2019-10-08T13:13:27Z</updated>
    <published>2019-10-08T13:13:27Z</published>
    <summary type="html">&lt;div class="quote-title"&gt;Daniel Karwowski:&lt;/div&gt;&lt;blockquote&gt;&lt;br /&gt;I am trying to build semantic search on top of liferay search. Do you have any ideas how to implement it in effective way ?&lt;br /&gt;&lt;/blockquote&gt;That&amp;#39;s quite an innocent little line for a potentially open-ended implementation. I&amp;#39;d suggest to rather break it down into individual chunks - start with the underlying business problem: What are the search terms that you expect to get an improved answer for when your implementation is done? What is the current answer? What is your expectation?&lt;br /&gt;And &amp;#34;effective&amp;#34; doesn&amp;#39;t really give any additional hint: Effective for CPU? I/O? Maintenance? Initial Implementation effort?</summary>
    <dc:creator>Olaf Kock</dc:creator>
    <dc:date>2019-10-08T13:13:27Z</dc:date>
  </entry>
  <entry>
    <title>Semantic Search implementation in Liferay 7.2</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=117399693" />
    <author>
      <name>Daniel Karwowski</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=117399693</id>
    <updated>2019-10-08T11:47:26Z</updated>
    <published>2019-10-08T11:47:26Z</published>
    <summary type="html">Hi,&lt;br /&gt;I am trying to build semantic search on top of liferay search. Do you have any ideas how to implement it in effective way ?</summary>
    <dc:creator>Daniel Karwowski</dc:creator>
    <dc:date>2019-10-08T11:47:26Z</dc:date>
  </entry>
</feed>
