<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Alfresco Search Criteria API in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-search-criteria-api/m-p/3068#M986</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alfresco Search Criteria API is a simplified API for retrieving Alfresco nodes across Lucene or Solr engines without coding complex Lucene queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main objective is to prevent code Lucene queries that are error-prone and tedious. Instead we will work with java objects Criteria that will shape our queries. Based on the original design of the Hibernate Criteria API created by Gavin King.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This API has been original created and designed to B2B2000 (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.b2b2000.com/" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.b2b2000.com/&lt;/A&gt;&lt;SPAN&gt;), a great partner of Alfresco in Spain. Thanks to their generosity I could liberate to the community. More information and documentation &lt;/SPAN&gt;&lt;A href="http://ajmolina.com/" rel="nofollow noopener noreferrer"&gt;in my personal blog&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE class="j-table jiveBorder" style="border: 1px solid #c6c6c6;" width="100%"&gt;&lt;THEAD&gt;&lt;TR style="background-color: #efefef;"&gt;&lt;TH style="width: 19.5066%;"&gt;&lt;/TH&gt;&lt;TH style="width: 78.7972%;"&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="width: 19.5066%;"&gt;Owner&lt;/TD&gt;&lt;TD style="width: 78.7972%;"&gt;&lt;A href="mailto:ajmolinagutierrez@gmail.com" rel="nofollow noopener noreferrer"&gt;ajmolinagutierrez@gmail.com&lt;/A&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 19.5066%;"&gt;Versions&lt;/TD&gt;&lt;TD style="width: 78.7972%;"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enterprise 3.2&lt;/P&gt;&lt;P&gt;Enterprise 3.2r&lt;/P&gt;&lt;P&gt;Enterprise 3.3.x&lt;/P&gt;&lt;P&gt;Enterprise 3.4.x&lt;/P&gt;&lt;P&gt;Enterprise 4.0.x&lt;/P&gt;&lt;P&gt;Enterprise 4.1.x&lt;/P&gt;&lt;P&gt;Enterprise 4.2.x&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 19.5066%;"&gt;License Type&lt;/TD&gt;&lt;TD style="width: 78.7972%;"&gt;GNU General Public License (GPL)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 19.5066%;"&gt;Project Page&lt;/TD&gt;&lt;TD style="width: 78.7972%;"&gt;&lt;A class="link-titled" href="http://code.google.com/p/alfresco-criteria/" title="http://code.google.com/p/alfresco-criteria/" rel="nofollow noopener noreferrer"&gt;Google Code Archive - Long-term storage for Google Code Project Hosting.&lt;/A&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 19.5066%;"&gt;Download Page&lt;/TD&gt;&lt;TD style="width: 78.7972%;"&gt;&lt;A class="link-titled" href="http://code.google.com/p/alfresco-criteria/downloads/list" title="http://code.google.com/p/alfresco-criteria/downloads/list" rel="nofollow noopener noreferrer"&gt;Google Code Archive - Long-term storage for Google Code Project Hosting.&lt;/A&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 19.5066%;"&gt;Tags&lt;/TD&gt;&lt;TD style="width: 78.7972%;"&gt;alfresco, search, criteria, api, lucene&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 19.5066%;"&gt;Component Type&lt;/TD&gt;&lt;TD style="width: 78.7972%;"&gt;External Utility&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 19.5066%;"&gt;Extension Points&lt;/TD&gt;&lt;TD style="width: 78.7972%;"&gt;Public API&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 19.5066%;"&gt;Installation&lt;/TD&gt;&lt;TD style="width: 78.7972%;"&gt;JAR&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 19.5066%;"&gt;Products&lt;/TD&gt;&lt;TD style="width: 78.7972%;"&gt;Alfresco in the Cloud, Repository, Records Management, Web Content Services&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jun 2018 15:11:24 GMT</pubDate>
    <dc:creator>alfresco</dc:creator>
    <dc:date>2018-06-15T15:11:24Z</dc:date>
    <item>
      <title>Alfresco Search Criteria API</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-search-criteria-api/m-p/3068#M986</link>
      <description>Alfresco Search Criteria API is a simplified API for retrieving Alfresco nodes across Lucene or Solr engines without coding complex Lucene queries.The main objective is to prevent code Lucene queries that are error-prone and tedious. Instead we will work with java objects Criteria that will shape ou</description>
      <pubDate>Fri, 15 Jun 2018 15:11:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-search-criteria-api/m-p/3068#M986</guid>
      <dc:creator>alfresco</dc:creator>
      <dc:date>2018-06-15T15:11:24Z</dc:date>
    </item>
  </channel>
</rss>

