<?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: Solr Indexing Queue In Laymans Terms in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/solr-indexing-queue-in-laymans-terms/m-p/293115#M246245</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By default on every 15 seconds SOLR tracks for changes on Alfresco side. The query for changes include any changes in content and newly created documents, changes on the content models and for changes on the ACLs for documents in order to index those changes on its cores.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SOLR updates its indexes by looking at the number&amp;nbsp; of transactions that have been committed since it last talked to Alfresco. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A basic overview of how this works can be found here -&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://docs.alfresco.com/5.0/concepts/solr-overview.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/5.0/concepts/solr-overview.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As shown in the diagram you see http requests going from SOLR to Alfresco:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. &lt;/SPAN&gt;&lt;A href="https://localhost:8443/alfresco/service/api/solr/model" rel="nofollow noopener noreferrer"&gt;https://localhost:8443/alfresco/service/api/solr/model&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;SOLR keeps track of new custom content models that have been deployed and download them to be able to index the properties in these models.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. &lt;/SPAN&gt;&lt;A href="https://localhost:8443/alfresco/service/api/solr/aclchangesets" rel="nofollow noopener noreferrer"&gt;https://localhost:8443/alfresco/service/api/solr/aclchangesets&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Any changes on permission settings will be downloaded by SOLR so it can do query time permission filtering.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. &lt;/SPAN&gt;&lt;A href="https://localhost:8443/alfresco/service/api/solr/transaction" rel="nofollow noopener noreferrer"&gt;https://localhost:8443/alfresco/service/api/solr/transaction&lt;/A&gt;&lt;SPAN&gt;s&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any create, delete, update or any other action triggers a transaction and this is captured at SOLR end by the above URL.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4. &amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://localhost:8443/alfresco/service/api/solr/textContent" rel="nofollow noopener noreferrer"&gt;https://localhost:8443/alfresco/service/api/solr/textContent&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Any change to a document content is detected by above URL.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can get the status for SOLR index -&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/solr4/admin/cores?action=REPORT&amp;amp;amp;wt=xml" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/solr4/admin/cores?action=REPORT&amp;amp;amp;wt=xml&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So when a SOLR server gets started first it polls to Alfresco server to get a status and depending on this it starts indexing using the above 4 URL's.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Read more about SOLR here -&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://docs.alfresco.com/5.0/concepts/solr-home.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/5.0/concepts/solr-home.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 25 Jul 2015 05:18:39 GMT</pubDate>
    <dc:creator>sujaypillai</dc:creator>
    <dc:date>2015-07-25T05:18:39Z</dc:date>
    <item>
      <title>Solr Indexing Queue In Laymans Terms</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solr-indexing-queue-in-laymans-terms/m-p/293114#M246244</link>
      <description>Could somebody explain how Solr indexing works in terms of a large queue of documents?E.g. If Solr is stopped for some reason does it go through in sequence all new documents uploaded/created when it starts or does it go through modified documents?&amp;nbsp;&amp;nbsp; In your answer could you also reference how trans</description>
      <pubDate>Fri, 24 Jul 2015 21:55:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solr-indexing-queue-in-laymans-terms/m-p/293114#M246244</guid>
      <dc:creator>motionpotion</dc:creator>
      <dc:date>2015-07-24T21:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Solr Indexing Queue In Laymans Terms</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solr-indexing-queue-in-laymans-terms/m-p/293115#M246245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By default on every 15 seconds SOLR tracks for changes on Alfresco side. The query for changes include any changes in content and newly created documents, changes on the content models and for changes on the ACLs for documents in order to index those changes on its cores.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SOLR updates its indexes by looking at the number&amp;nbsp; of transactions that have been committed since it last talked to Alfresco. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A basic overview of how this works can be found here -&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://docs.alfresco.com/5.0/concepts/solr-overview.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/5.0/concepts/solr-overview.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As shown in the diagram you see http requests going from SOLR to Alfresco:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. &lt;/SPAN&gt;&lt;A href="https://localhost:8443/alfresco/service/api/solr/model" rel="nofollow noopener noreferrer"&gt;https://localhost:8443/alfresco/service/api/solr/model&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;SOLR keeps track of new custom content models that have been deployed and download them to be able to index the properties in these models.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. &lt;/SPAN&gt;&lt;A href="https://localhost:8443/alfresco/service/api/solr/aclchangesets" rel="nofollow noopener noreferrer"&gt;https://localhost:8443/alfresco/service/api/solr/aclchangesets&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Any changes on permission settings will be downloaded by SOLR so it can do query time permission filtering.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. &lt;/SPAN&gt;&lt;A href="https://localhost:8443/alfresco/service/api/solr/transaction" rel="nofollow noopener noreferrer"&gt;https://localhost:8443/alfresco/service/api/solr/transaction&lt;/A&gt;&lt;SPAN&gt;s&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any create, delete, update or any other action triggers a transaction and this is captured at SOLR end by the above URL.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4. &amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://localhost:8443/alfresco/service/api/solr/textContent" rel="nofollow noopener noreferrer"&gt;https://localhost:8443/alfresco/service/api/solr/textContent&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Any change to a document content is detected by above URL.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can get the status for SOLR index -&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/solr4/admin/cores?action=REPORT&amp;amp;amp;wt=xml" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/solr4/admin/cores?action=REPORT&amp;amp;amp;wt=xml&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So when a SOLR server gets started first it polls to Alfresco server to get a status and depending on this it starts indexing using the above 4 URL's.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Read more about SOLR here -&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://docs.alfresco.com/5.0/concepts/solr-home.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/5.0/concepts/solr-home.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Jul 2015 05:18:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solr-indexing-queue-in-laymans-terms/m-p/293115#M246245</guid>
      <dc:creator>sujaypillai</dc:creator>
      <dc:date>2015-07-25T05:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Solr Indexing Queue In Laymans Terms</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solr-indexing-queue-in-laymans-terms/m-p/293116#M246246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;@Sujay thanks for the info.&amp;nbsp; Is it possible to identify and remove any large transactions from the queue before they are indexed or during indexing? i.e. transactions above a certain size should not be indexed.&amp;nbsp; What affect would this have if the transaction were an ACL update, for example?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Jul 2015 07:35:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solr-indexing-queue-in-laymans-terms/m-p/293116#M246246</guid>
      <dc:creator>motionpotion</dc:creator>
      <dc:date>2015-07-25T07:35:00Z</dc:date>
    </item>
  </channel>
</rss>

