<?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 Warn: No fulltext index configured for field dc:title, falling back on LIKE query in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/warn-no-fulltext-index-configured-for-field-dc-title-falling/m-p/322724#M9725</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;We've detected a 'WARN' in the Nuxeo server.log:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;WARN  [http-bio-0.0.0.0-8080-exec-88] [org.nuxeo.ecm.core.storage.sql.jdbc.NXQLQueryMaker] No fulltext index configured for field dc:title, falling back on LIKE query&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;TRACE [http-bio-0.0.0.0-8080-exec-88] [org.nuxeo.ecm.core.storage.sql.jdbc.JDBCLogger] (9) SQL: SELECT [_C1] FROM (SELECT [hierarchy].[id] AS [_C1] FROM [hierarchy] LEFT JOIN [dublincore] [_F1] ON [hierarchy].[id] = [_F1].[id] LEFT JOIN [misc] [_F2] ON [hierarchy].[id] = [_F2].[id] WHERE (([hierarchy].[primarytype] IN ('SectionRoot', 'Workspace', 'Forum', 'RelationSearch', 'user_open_tasks_cv', 'FollowLifeCycleTransitionTask', 'PublishTask', 'Thread', 'Collection', 'TemplateRoot', 'Document', 'Folder', 'DocumentRouteStep', 'Domain', 'Collections', 'File', 'WorkspaceRoot', 'AdvancedSearch', 'Note', 'quota_heaviest_containers_cv', 'Favorites', 'Section', 'SimpleTask', 'ConditionalTask', 'OrderedFolder', 'BasicAuditSearch')) AND (LOWER([_F1].[title]) LIKE '%curso%') AND ([hierarchy].[isversion] IS NULL) AND ([_F2].[lifecyclestate] &amp;lt;&amp;gt; 'deleted')) UNION ALL SELECT [_H].[id] AS [_C1] FROM [hierarchy] [_H] JOIN [proxies] ON [_H].[id] = [proxies].[id] JOIN [hierarchy] ON [proxies].[targetid] = [hierarchy].[id] LEFT JOIN [dublincore] [_F1] ON [hierarchy].[id] = [_F1].[id] LEFT JOIN [misc] [_F2] ON [hierarchy].[id] = [_F2].[id] WHERE (([hierarchy].[primarytype] IN ('SectionRoot', 'Workspace', 'Forum', 'RelationSearch', 'user_open_tasks_cv', 'FollowLifeCycleTransitionTask', 'PublishTask', 'Thread', 'Collection', 'TemplateRoot', 'Document', 'Folder', 'DocumentRouteStep', 'Domain', 'Collections', 'File', 'WorkspaceRoot', 'AdvancedSearch', 'Note', 'quota_heaviest_containers_cv', 'Favorites', 'Section', 'SimpleTask', 'ConditionalTask', 'OrderedFolder', 'BasicAuditSearch')) AND (LOWER([_F1].[title]) LIKE '%curso%') AND ([_H].[isversion] IS NULL) AND ([_F2].[lifecyclestate] &amp;lt;&amp;gt; 'deleted'))) AS [_T] -- LIMIT 10 OFFSET 0 -- COUNT TOTAL UP TO 10&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;There was no fulltext index in the dublincore table, so I've created (for the 'title' field). I've tested it in a SQL Server Query (changing the LIKE with a CONTAINS predicate) and it works, but Nuxeo is throwing the same error.&lt;/P&gt;
&lt;P&gt;Does anyone know how to fix it?&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 07 Jan 2015 12:44:24 GMT</pubDate>
    <dc:creator>gsc_</dc:creator>
    <dc:date>2015-01-07T12:44:24Z</dc:date>
    <item>
      <title>Warn: No fulltext index configured for field dc:title, falling back on LIKE query</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/warn-no-fulltext-index-configured-for-field-dc-title-falling/m-p/322724#M9725</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;We've detected a 'WARN' in the Nuxeo server.log:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;WARN  [http-bio-0.0.0.0-8080-exec-88] [org.nuxeo.ecm.core.storage.sql.jdbc.NXQLQueryMaker] No fulltext index configured for field dc:title, falling back on LIKE query&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;TRACE [http-bio-0.0.0.0-8080-exec-88] [org.nuxeo.ecm.core.storage.sql.jdbc.JDBCLogger] (9) SQL: SELECT [_C1] FROM (SELECT [hierarchy].[id] AS [_C1] FROM [hierarchy] LEFT JOIN [dublincore] [_F1] ON [hierarchy].[id] = [_F1].[id] LEFT JOIN [misc] [_F2] ON [hierarchy].[id] = [_F2].[id] WHERE (([hierarchy].[primarytype] IN ('SectionRoot', 'Workspace', 'Forum', 'RelationSearch', 'user_open_tasks_cv', 'FollowLifeCycleTransitionTask', 'PublishTask', 'Thread', 'Collection', 'TemplateRoot', 'Document', 'Folder', 'DocumentRouteStep', 'Domain', 'Collections', 'File', 'WorkspaceRoot', 'AdvancedSearch', 'Note', 'quota_heaviest_containers_cv', 'Favorites', 'Section', 'SimpleTask', 'ConditionalTask', 'OrderedFolder', 'BasicAuditSearch')) AND (LOWER([_F1].[title]) LIKE '%curso%') AND ([hierarchy].[isversion] IS NULL) AND ([_F2].[lifecyclestate] &amp;lt;&amp;gt; 'deleted')) UNION ALL SELECT [_H].[id] AS [_C1] FROM [hierarchy] [_H] JOIN [proxies] ON [_H].[id] = [proxies].[id] JOIN [hierarchy] ON [proxies].[targetid] = [hierarchy].[id] LEFT JOIN [dublincore] [_F1] ON [hierarchy].[id] = [_F1].[id] LEFT JOIN [misc] [_F2] ON [hierarchy].[id] = [_F2].[id] WHERE (([hierarchy].[primarytype] IN ('SectionRoot', 'Workspace', 'Forum', 'RelationSearch', 'user_open_tasks_cv', 'FollowLifeCycleTransitionTask', 'PublishTask', 'Thread', 'Collection', 'TemplateRoot', 'Document', 'Folder', 'DocumentRouteStep', 'Domain', 'Collections', 'File', 'WorkspaceRoot', 'AdvancedSearch', 'Note', 'quota_heaviest_containers_cv', 'Favorites', 'Section', 'SimpleTask', 'ConditionalTask', 'OrderedFolder', 'BasicAuditSearch')) AND (LOWER([_F1].[title]) LIKE '%curso%') AND ([_H].[isversion] IS NULL) AND ([_F2].[lifecyclestate] &amp;lt;&amp;gt; 'deleted'))) AS [_T] -- LIMIT 10 OFFSET 0 -- COUNT TOTAL UP TO 10&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;There was no fulltext index in the dublincore table, so I've created (for the 'title' field). I've tested it in a SQL Server Query (changing the LIKE with a CONTAINS predicate) and it works, but Nuxeo is throwing the same error.&lt;/P&gt;
&lt;P&gt;Does anyone know how to fix it?&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jan 2015 12:44:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/warn-no-fulltext-index-configured-for-field-dc-title-falling/m-p/322724#M9725</guid>
      <dc:creator>gsc_</dc:creator>
      <dc:date>2015-01-07T12:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Warn: No fulltext index configured for field dc:title, falling back on LIKE query</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/warn-no-fulltext-index-configured-for-field-dc-title-falling/m-p/322725#M9726</link>
      <description>&lt;P&gt;Please check &lt;A href="http://doc.nuxeo.com/x/hwQz"&gt;VCS Configuration&lt;/A&gt; to see how to configure fulltext indexes. But this won't help because note that due to SQL Server limitations (&lt;A href="http://doc.nuxeo.com/x/EgI7"&gt;see doc&lt;/A&gt;) only one fulltext index can be configured, which prevents the use of additional ones like for "title".&lt;/P&gt;
&lt;P&gt;In Nuxeo 6.0 and later Elasticsearch is used instead of native database fulltext, in part to work around these limitations.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jan 2015 14:14:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/warn-no-fulltext-index-configured-for-field-dc-title-falling/m-p/322725#M9726</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2015-01-07T14:14:06Z</dc:date>
    </item>
  </channel>
</rss>

