<?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 Re: How do I replicate the Alfresco search via API in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-do-i-replicate-the-alfresco-search-via-api/m-p/299586#M252716</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Share team evaluated the new public APIs for search that will be available in 5.2 and found they could not easily be used within the current search page in Share. One of the main issues was the way in which faceting can be requested and subsequent filters applied. Because of the way in which search was previously implemented this meant that using the new API was a non-starter for Share. Therefore the internal API is likely to stay around for as long as Share does.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's worth noting that we have continued to improve the internal search API used by Search in 5.2 so that it includes full node metadata and now supports search term highlighting. It makes use of a re-usable search.lib.js file that could be used by custom WebScript APIs and as Axel says is just a wrapper around the Java API.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending upon your use case you may find the internal API fits your needs better, or you may find that the public API is a better fit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Dec 2016 15:19:23 GMT</pubDate>
    <dc:creator>ddraper</dc:creator>
    <dc:date>2016-12-30T15:19:23Z</dc:date>
    <item>
      <title>How do I replicate the Alfresco search via API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-do-i-replicate-the-alfresco-search-via-api/m-p/299579#M252709</link>
      <description>I'm using Alfresco Community Edition 5.2 (EA). I'm building a separate front-end for the users to search for documents, and am using the REST APIs to communicate with Alfresco.I've noticed that the results returned via the REST API (Post &amp;gt; Search) match with the results shown for the same query i</description>
      <pubDate>Thu, 29 Dec 2016 10:39:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-do-i-replicate-the-alfresco-search-via-api/m-p/299579#M252709</guid>
      <dc:creator>vezance</dc:creator>
      <dc:date>2016-12-29T10:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: How do I replicate the Alfresco search via API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-do-i-replicate-the-alfresco-search-via-api/m-p/299580#M252710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using the same REST API which is being invoked from Alfresco Search screen? Try using that, it should return exactly the same results as you see in Alfresco search result screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 11:18:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-do-i-replicate-the-alfresco-search-via-api/m-p/299580#M252710</guid>
      <dc:creator>romschn</dc:creator>
      <dc:date>2016-12-29T11:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do I replicate the Alfresco search via API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-do-i-replicate-the-alfresco-search-via-api/m-p/299581#M252711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ramesh.&lt;/P&gt;&lt;P&gt;How do I determine which is the API invoked from the Alfresco Search screen?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 11:30:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-do-i-replicate-the-alfresco-search-via-api/m-p/299581#M252711</guid>
      <dc:creator>vezance</dc:creator>
      <dc:date>2016-12-29T11:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do I replicate the Alfresco search via API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-do-i-replicate-the-alfresco-search-via-api/m-p/299582#M252712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may want to use the developer tools of the browser and track the network calls which should show the HTTP requests being made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 11:37:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-do-i-replicate-the-alfresco-search-via-api/m-p/299582#M252712</guid>
      <dc:creator>romschn</dc:creator>
      <dc:date>2016-12-29T11:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I replicate the Alfresco search via API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-do-i-replicate-the-alfresco-search-via-api/m-p/299583#M252713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Alfresco Share Faceted Search UI uses a special (internal) ReST backend to execute queries that transparently enhances the user search terms, i.e. it adds filters to exclude results that make no sense in the Share application, adds a query template to apply the keywords (temrs) on multiple fields at the same time (i.e. name, title, description, content, tags ...), and also prepares the results in a way that they can be consumed by the UI with as little overhead as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The public ReST API for queries is a raw interface to the search APIs and as such you would have to replicate a lot of the intrinsic conditionals the backend for the UI applies. Unfortunately the v1 ReST API documentation is still missing for 5.2 so it is hard to tell what parameters you'd have to set how at this time. The documentation should be there sometime in February at the latest when Alfresco One 5.2 is scheduled to be released.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 11:48:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-do-i-replicate-the-alfresco-search-via-api/m-p/299583#M252713</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2016-12-29T11:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do I replicate the Alfresco search via API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-do-i-replicate-the-alfresco-search-via-api/m-p/299584#M252714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Axel.&lt;/P&gt;&lt;P&gt;Is similar documentation available for 5.1 or 5.0? I'm hoping I could glean something from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've found this link but it doesn't seem to be what you are referring to.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;A class="jivelink11" href="http://docs.alfresco.com/5.0/pra/1/topics/pra-welcome-aara.html" title="http://docs.alfresco.com/5.0/pra/1/topics/pra-welcome-aara.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/5.0/pra/1/topics/pra-welcome-aara.html&lt;/A&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Additionally, would I be able to achieve what I'm looking for using the CMIS REST or Java APIs, instead of the Alfresco REST APIs??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 12:02:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-do-i-replicate-the-alfresco-search-via-api/m-p/299584#M252714</guid>
      <dc:creator>vezance</dc:creator>
      <dc:date>2016-12-29T12:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: How do I replicate the Alfresco search via API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-do-i-replicate-the-alfresco-search-via-api/m-p/299585#M252715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The v1 ReST API is new in Alfresco 5.2 and thus there is no relevant documentation for 5.1/5.0 that you could use as reference instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The v1 ReST API is just a wrapper around the internal Java API, so of course you could achieve what you want to do by creating a custom web script of your own and using the Java API (or even the Script API for JavaScript-based web scripts). The CMIS API only allows CMIS SQL queries to be executed and does not support concepts like query templates, facets etc.&lt;/P&gt;&lt;P&gt;If you are creating a new integration with an external application I would really recommend you try and stick to the standard, new v1 ReST APIs and/or CMIS APIs as best as possible. At this time you just may have to figure one or two things out yourself until the documentation for v1 ReST API is complete. From what I understand, all the low-level search functionality should be exposed via the v1 ReST APIs, so I expect query templates and all the other features of the default search UI to be accessible via the v1 ReST API as well - I just can't tell you right now how you would have to adapt your current call since I have not worked with the new v1 ReST API myself (and there is no complete documentation yet).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 17:59:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-do-i-replicate-the-alfresco-search-via-api/m-p/299585#M252715</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2016-12-29T17:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: How do I replicate the Alfresco search via API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-do-i-replicate-the-alfresco-search-via-api/m-p/299586#M252716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Share team evaluated the new public APIs for search that will be available in 5.2 and found they could not easily be used within the current search page in Share. One of the main issues was the way in which faceting can be requested and subsequent filters applied. Because of the way in which search was previously implemented this meant that using the new API was a non-starter for Share. Therefore the internal API is likely to stay around for as long as Share does.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's worth noting that we have continued to improve the internal search API used by Search in 5.2 so that it includes full node metadata and now supports search term highlighting. It makes use of a re-usable search.lib.js file that could be used by custom WebScript APIs and as Axel says is just a wrapper around the Java API.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending upon your use case you may find the internal API fits your needs better, or you may find that the public API is a better fit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2016 15:19:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-do-i-replicate-the-alfresco-search-via-api/m-p/299586#M252716</guid>
      <dc:creator>ddraper</dc:creator>
      <dc:date>2016-12-30T15:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do I replicate the Alfresco search via API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-do-i-replicate-the-alfresco-search-via-api/m-p/299587#M252717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;B&gt;Axel Faust&lt;/B&gt;‌ is correct, the v1 search API is a low level API, to reproduce the results from Share you'll have to match the query it executes. Fortunately, we've tried to help in that area by providing some "pre-canned" queries. One of the other new v1 REST APIs for 5.2 is /queries/nodes, the query behind this endpoint matches what Share (the v0 API) uses and should therefore give you the same results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We do have some reference documentation available for the new APIs in the form of the API Explorer. You can grab the latest API Explorer WAR from &lt;A href="https://artifacts.alfresco.com/nexus/service/local/repositories/releases/content/org/alfresco/api-explorer/1.4/api-explorer-1.4.war" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt; and apply it to your local install as shown in my &lt;A _jive_internal="true" href="https://community.alfresco.com/community/ecm/blog/2016/10/11/v1-rest-api-part-1-introduction" rel="nofollow noopener noreferrer"&gt;first blog post&lt;/A&gt;. To get information on the low level search API choose "Search API" from the drop down in the header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 16:20:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-do-i-replicate-the-alfresco-search-via-api/m-p/299587#M252717</guid>
      <dc:creator>gavincornwell</dc:creator>
      <dc:date>2017-01-05T16:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do I replicate the Alfresco search via API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-do-i-replicate-the-alfresco-search-via-api/m-p/299588#M252718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Sanket, if you're using latest Community 5.2 release&amp;nbsp;(201612 GA, 201611 EA or even 201609 EA) then another option might be to try&amp;nbsp;the pre-configured query (which uses a pre-configured query template), for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET .../queries/nodes?term=TERM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW: all of the new 5.2 REST APIs are documented via the API explorer:&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Alfresco/rest-api-explorer/tree/5.2.0" title="https://github.com/Alfresco/rest-api-explorer/tree/5.2.0" rel="nofollow noopener noreferrer"&gt;GitHub - Alfresco/rest-api-explorer at 5.2.0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's a quick snapshot view of the Queries API:&amp;nbsp;&lt;A class="link-titled" href="http://petstore.swagger.io/?url=https://raw.githubusercontent.com/Alfresco/rest-api-explorer/5.2.0/src/main/webapp/definitions/alfresco-core.yaml#!/queries/findNodes" title="http://petstore.swagger.io/?url=https://raw.githubusercontent.com/Alfresco/rest-api-explorer/5.2.0/src/main/webapp/definitions/alfresco-core.yaml#!/queries/findNodes" rel="nofollow noopener noreferrer"&gt;Swagger UI&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note the description "...&amp;nbsp;&lt;SPAN style="color: #183691; background-color: #ffffff;"&gt;The search term is used to look for nodes that match against name, title, description, full text content or tags. ...&lt;SPAN style="color: #3d3d3d;"&gt;".&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more general background on the new 5.2 REST APIs, please also see:&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/docs/DOC-6532"&gt;Alfresco 5.2 REST APIs&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 17:26:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-do-i-replicate-the-alfresco-search-via-api/m-p/299588#M252718</guid>
      <dc:creator>janv</dc:creator>
      <dc:date>2017-01-05T17:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I replicate the Alfresco search via API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-do-i-replicate-the-alfresco-search-via-api/m-p/299589#M252719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gavin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Surprisingly, I've found that GET .../queries/nodes returns results in order of modified date, by default. We are also not able to specify an 'order by' of relevance/score. Is there an update that we are likely to be missing or are we using it wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 04:01:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-do-i-replicate-the-alfresco-search-via-api/m-p/299589#M252719</guid>
      <dc:creator>vezance</dc:creator>
      <dc:date>2017-01-06T04:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do I replicate the Alfresco search via API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-do-i-replicate-the-alfresco-search-via-api/m-p/299590#M252720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will copy-paste my reply to Gavin above:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Surprisingly, I've found that GET .../queries/nodes returns results in order of modified date, by default. We are also not able to specify an 'order by' of relevance/score. Is there an update that we are likely to be missing or are we using it wrong?&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 04:01:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-do-i-replicate-the-alfresco-search-via-api/m-p/299590#M252720</guid>
      <dc:creator>vezance</dc:creator>
      <dc:date>2017-01-06T04:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do I replicate the Alfresco search via API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-do-i-replicate-the-alfresco-search-via-api/m-p/299591#M252721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;B&gt;Sanket Baxi&lt;/B&gt;‌, hmm, yes, you're right, that does appear to be an oversight on our part, I have raised a &lt;A href="https://issues.alfresco.com/jira/browse/REPO-1777" rel="nofollow noopener noreferrer"&gt;story&lt;/A&gt; on our backlog to cover that scenario, thanks very much for your feedback.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 09:45:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-do-i-replicate-the-alfresco-search-via-api/m-p/299591#M252721</guid>
      <dc:creator>gavincornwell</dc:creator>
      <dc:date>2017-01-06T09:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: How do I replicate the Alfresco search via API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-do-i-replicate-the-alfresco-search-via-api/m-p/299592#M252722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dave,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are also evaluating the usefulness of the web API used by Share. I believe it is of this structure?&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow noopener noreferrer" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;IP &amp;amp; Port&amp;gt;/alfresco/service/slingshot/search?term=&amp;lt;term&amp;gt;&amp;amp;tag=&amp;amp;startIndex=0&amp;amp;sort=&amp;amp;rootNode=&amp;lt;rootNode&amp;gt;&amp;amp;repo=false&amp;amp;query=&amp;amp;pageSize=25&amp;amp;maxResults=0&amp;amp;spellcheck=true&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering if there is a way to use search term boosting here. I tried changing to URL to (change in bold):&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow noopener noreferrer" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;IP &amp;amp; Port&amp;gt;/alfresco/service/slingshot/search?term=&amp;lt;term&amp;gt;&amp;amp;&lt;/SPAN&gt;&lt;STRONG&gt;cm:description:&amp;lt;term&amp;gt;^100&lt;/STRONG&gt;&amp;amp;tag=&amp;amp;startIndex=0&amp;amp;sort=&amp;amp;rootNode=&amp;lt;rootNode&amp;gt;&amp;amp;repo=false&amp;amp;query=&amp;amp;pageSize=25&amp;amp;maxResults=0&amp;amp;spellcheck=true&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;However, nothing changed in the results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I doing it wrong, or is term boosting unsupported?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 09:58:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-do-i-replicate-the-alfresco-search-via-api/m-p/299592#M252722</guid>
      <dc:creator>vezance</dc:creator>
      <dc:date>2017-01-06T09:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: How do I replicate the Alfresco search via API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-do-i-replicate-the-alfresco-search-via-api/m-p/299593#M252723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately I don't know the answer to this. I will try and find out the answer to this, the value assigned to "term" will be passed through to the underlying Java API, but whether or not this is actually used I don't know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 08:50:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-do-i-replicate-the-alfresco-search-via-api/m-p/299593#M252723</guid>
      <dc:creator>ddraper</dc:creator>
      <dc:date>2017-01-09T08:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do I replicate the Alfresco search via API</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-do-i-replicate-the-alfresco-search-via-api/m-p/299594#M252724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible to boost terms relative to each other.&lt;/P&gt;&lt;P&gt;It is currently&amp;nbsp; not possible via a template, which is a known issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;title:woof^4 OR description:woof&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are other biases from the normal lucene scoring for each term and how many ORs match.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 18:44:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-do-i-replicate-the-alfresco-search-via-api/m-p/299594#M252724</guid>
      <dc:creator>andy1</dc:creator>
      <dc:date>2017-01-10T18:44:58Z</dc:date>
    </item>
  </channel>
</rss>

