<?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: Problem with Lucene Search in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-lucene-search/m-p/8061#M2541</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;Are you running against the database populated by the previous install, or have you started with a completely new install?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you read the Alfresco tutorial document?&amp;nbsp;&amp;nbsp; :wink: I don't mean that in a rude way - does the server have access to the correct content store?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Nov 2005 19:56:33 GMT</pubDate>
    <dc:creator>derek</dc:creator>
    <dc:date>2005-11-02T19:56:33Z</dc:date>
    <item>
      <title>Problem with Lucene Search</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-lucene-search/m-p/8055#M2535</link>
      <description>Hi,I installed 1.0.0 RC2 (WAR download) into a local Tomcat on my Win32-laptop and have run into problems with Search not finding anything.alfresco.log contains the following:10:56:50,353 INFO&amp;nbsp; [org.alfresco.service.descriptor.DescriptorService] Alfresco started (Community Network) - v1.0.0 (rc2); r</description>
      <pubDate>Wed, 26 Oct 2005 09:14:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-lucene-search/m-p/8055#M2535</guid>
      <dc:creator>tbuktu</dc:creator>
      <dc:date>2005-10-26T09:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Lucene Search</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-lucene-search/m-p/8056#M2536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I seem to have the same problem with the Enterprise Network RC1 version on Tomcat/Linux. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2005 18:26:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-lucene-search/m-p/8056#M2536</guid>
      <dc:creator>fouellet</dc:creator>
      <dc:date>2005-10-26T18:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Lucene Search</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-lucene-search/m-p/8057#M2537</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;FTS indexing is started in two ways:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) at the end of a transaction an FTS index request may be made for stuff that is not indexed atomically;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) at start up to make sure outstanding index tasks are completed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think you have a config issue. At start up, all the stores are found and each one gets an FTS request. If the index does not exist (usually because the config is wrong) this will give the error you describe. If the store exists the index should have been made and should exist.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Look in the repository.properties file and check the dir.root property&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is now ./alf_data it has been ./alfresco in the past.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The relative path does mean the content and index are placed in different places if you run using both tomcat and jboss for example, and also if you change tomcat versions and have a different install location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Check that the directory exists &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\java\apache-tomcat-5.5.12\bin\alf_data&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and that&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;lucene-indexes\workspace\SpacesStore\index&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;exists and contains stuff. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You should also be able to find the files that contain content.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know how you get on.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&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, 27 Oct 2005 09:31:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-lucene-search/m-p/8057#M2537</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2005-10-27T09:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Lucene Search</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-lucene-search/m-p/8058#M2538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Andy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm afraid it was my fault.&amp;nbsp; I didn't recreate the database schema although I did a clean install of alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thorsten&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2005 11:34:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-lucene-search/m-p/8058#M2538</guid>
      <dc:creator>tbuktu</dc:creator>
      <dc:date>2005-10-27T11:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Lucene Search</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-lucene-search/m-p/8059#M2539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This will be glossed up a little: &lt;/SPAN&gt;&lt;A href="http://www.alfresco.org/jira/browse/AR-206" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/jira/browse/AR-206&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2005 12:15:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-lucene-search/m-p/8059#M2539</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2005-10-31T12:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Lucene Search</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-lucene-search/m-p/8060#M2540</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;I installed alfresco-jboss-1.0.0. After creating some spaces, users, I create some contents as well as add some contents like Doc and Pdf files. When I searching with "all items", there are some problems like: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1)Browse Spaces area: always shows " No items to display. Click the 'Create Space' action to create a space." Even if I use advanced search, choose "Specify Space", it doesn't work. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2)Content items area: show but not right, sometime show a lot&amp;nbsp; *ftl files which are in \Alfresco's subdirectories.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I check&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\alfresco\alf_data\lucene-indexes\workspace\SpacesStore\index&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;there are some stuffs there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;server log file as :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"2005-11-02 10:47:17,765 INFO&amp;nbsp; [org.apache.slide.util.logger] Setting TLock timeout for store tx to 120 seconds&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2005-11-02 10:47:17,765 INFO&amp;nbsp; [org.apache.slide.util.logger] Setting object cache size for store tx to 10000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2005-11-02 10:47:42,875 ERROR [org.alfresco.repo.content.transform.magick.AbstractImageMagickContentTransformer] ImageMagickContentTransformer not available: Failed to execute command: imconvert "C:\DOCUME~1\COMPAQ~1\LOCALS~1\Temp\Alfresco\ImageMagickContentTransformer_init_source_40527.gif"&amp;nbsp; "C:\DOCUME~1\COMPAQ~1\LOCALS~1\Temp\Alfresco\ImageMagickContentTransformer_init_target_40528.png"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2005-11-02 10:47:57,937 ERROR [org.alfresco.smb.protocol] Error accessing Win32 NetBIOS, check DLL is on the path&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2005-11-02 10:48:07,859 INFO&amp;nbsp; [org.jboss.system.server.Server] JBoss (MX MicroKernel) [4.0.2 (build: CVSTag=JBoss_4_0_2 date=200505022023)] Started in 1m:9s:500ms&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't find those problems in previous tomcat version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;henry&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2005 17:31:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-lucene-search/m-p/8060#M2540</guid>
      <dc:creator>henry</dc:creator>
      <dc:date>2005-11-02T17:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Lucene Search</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-lucene-search/m-p/8061#M2541</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;Are you running against the database populated by the previous install, or have you started with a completely new install?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you read the Alfresco tutorial document?&amp;nbsp;&amp;nbsp; :wink: I don't mean that in a rude way - does the server have access to the correct content store?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2005 19:56:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-lucene-search/m-p/8061#M2541</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2005-11-02T19:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Lucene Search</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-lucene-search/m-p/8062#M2542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks derek&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I re-do everything. It works.&amp;nbsp; I created three text files in different spaces that including word "red dog". But i can only search out one. The HTML content can't be searched out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;henry&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2005 21:34:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-lucene-search/m-p/8062#M2542</guid>
      <dc:creator>henry</dc:creator>
      <dc:date>2005-11-02T21:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Lucene Search</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-lucene-search/m-p/8063#M2543</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;Kevin has just sent this checkin, which came up from some retests.&amp;nbsp; Apparently, the quotes were being handled incorrectly.&amp;nbsp; The nightly build will be back up again tonight, and it should be fixed in there. (org site downloads).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you do the search without quotes, it will probably return results, although there may be too many.&amp;nbsp; Hopefully this is a fix for the issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Changes &lt;BR /&gt;. Fixed bug in Search phrase search (e.g. multiple words within a quoted string "one two three" was broken) &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Files &lt;BR /&gt;&lt;BR /&gt;Modified: W:/HEAD/projects/web-client/source/java/org/alfresco/web/bean/SearchContext.java &lt;BR /&gt;Committed revision 1753.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2005 10:43:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-lucene-search/m-p/8063#M2543</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2005-11-08T10:43:36Z</dc:date>
    </item>
  </channel>
</rss>

