<?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: problems lucene query in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/problems-lucene-query/m-p/89457#M60813</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;Use the node browser in the admin console to check the path and the existance of the node.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The lucene search only goes against the latest snapshot of the staging area, or against the latest snapshot for a general avm store. It does not support layered querying (yet). If you are searching in a store and trying to find stuff in a store linked in below from another store, this will not work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Oct 2007 11:28:10 GMT</pubDate>
    <dc:creator>andy</dc:creator>
    <dc:date>2007-10-04T11:28:10Z</dc:date>
    <item>
      <title>problems lucene query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-lucene-query/m-p/89454#M60810</link>
      <description>I have next repository structure:–&amp;gt;/public &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; –&amp;gt;/feeds&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; –&amp;gt;doc1.txt("hello")&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; –&amp;gt;prueba1(Carpeta)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; –&amp;gt;doc2("hello")IÂ´d like to get all documents conteins hello text, in all subfolder of public.usuario=cma.public List&amp;lt;Document&amp;amp;g</description>
      <pubDate>Fri, 15 Jun 2007 09:57:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-lucene-query/m-p/89454#M60810</guid>
      <dc:creator>alfredomuã_ozco</dc:creator>
      <dc:date>2007-06-15T09:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: problems lucene query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-lucene-query/m-p/89455#M60811</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;PARENT is only the immediate parent.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You want a lucene query with the following&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;"PATH:\"/app:company_home/app:user_homes/sys:cma/cm:public//*\" AND text:\"qwesdc\"" &lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;The store is specified elsewhere on the search.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 15:47:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-lucene-query/m-p/89455#M60811</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2007-06-19T15:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: problems lucene query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-lucene-query/m-p/89456#M60812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Andy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to retrive xml contents from web projects using web service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When trying to execute the following query,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color:darkred;"&gt;Store STORE = new Store("avm", "DmlTest");&lt;BR /&gt;String pathQuery="PATH:\"*\"";&lt;BR /&gt;Query queryCategory = new Query("lucene", pathQuery); &lt;BR /&gt;QueryResult queryResultCat = repositoryService.query(STORE, queryCategory, false);&lt;BR /&gt;….&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am getting the following result:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color:darkred;"&gt;{&lt;A href="http://www.alfresco.org/model/system/1.0}store-protocol" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}store-protocol&lt;/A&gt; : avm&lt;BR /&gt;{&lt;A href="http://www.alfresco.org/model/content/1.0}modifier" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}modifier&lt;/A&gt; : admin&lt;BR /&gt;{&lt;A href="http://www.alfresco.org/model/content/1.0}name" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}name&lt;/A&gt; : www&lt;BR /&gt;{&lt;A href="http://www.alfresco.org/model/system/1.0}node-dbid" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}node-dbid&lt;/A&gt; : 2082&lt;BR /&gt;{&lt;A href="http://www.alfresco.org/model/content/1.0}modified" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}modified&lt;/A&gt; : 2007-09-14T12:07:04.232+05:30&lt;BR /&gt;{&lt;A href="http://www.alfresco.org/model/content/1.0}owner" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}owner&lt;/A&gt; : admin&lt;BR /&gt;{&lt;A href="http://www.alfresco.org/model/content/1.0}created" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}created&lt;/A&gt; : 2007-09-14T12:07:04.232+05:30&lt;BR /&gt;{&lt;A href="http://www.alfresco.org/model/system/1.0}store-identifier" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}store-identifier&lt;/A&gt; : DmlTest&lt;BR /&gt;{&lt;A href="http://www.alfresco.org/model/system/1.0}node-uuid" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/system/1.0}node-uuid&lt;/A&gt; : UNKNOWN&lt;BR /&gt;{&lt;A href="http://www.alfresco.org/model/content/1.0}creator" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}creator&lt;/A&gt; : admin&lt;BR /&gt;{&lt;A href="http://www.alfresco.org/model/content/1.0}path" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}path&lt;/A&gt; : /{&lt;A href="http://www.alfresco.org/model/content/1.0}www" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}www&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I wanted to search within this "cm:www" space. So i issued the following query.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color:darkred;"&gt;String pathQuery="PATH:\"/cm:www/*\"";&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This returns no result. Can you suggest me any ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am sure that i have another space called "cm:avm_webapps" under "cm:www".&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 07:51:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-lucene-query/m-p/89456#M60812</guid>
      <dc:creator>ponson</dc:creator>
      <dc:date>2007-09-18T07:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: problems lucene query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-lucene-query/m-p/89457#M60813</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;Use the node browser in the admin console to check the path and the existance of the node.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The lucene search only goes against the latest snapshot of the staging area, or against the latest snapshot for a general avm store. It does not support layered querying (yet). If you are searching in a store and trying to find stuff in a store linked in below from another store, this will not work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 11:28:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-lucene-query/m-p/89457#M60813</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2007-10-04T11:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: problems lucene query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-lucene-query/m-p/89458#M60814</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;SPAN&gt;I am using Webservice api for search content in the Alfresco. I need to content only in the Candidate and the sub-folders. I have written the query as below. But it is not fetching any result.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Query query = new Query(&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Constants.QUERY_LANG_LUCENE, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "PATH:\"/app:company_home/cm:data/cm:Test/cm:Candidate//*\" AND text:\"test\"");&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 11:40:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-lucene-query/m-p/89458#M60814</guid>
      <dc:creator>anndrewtr</dc:creator>
      <dc:date>2010-07-27T11:40:16Z</dc:date>
    </item>
  </channel>
</rss>

