<?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 can I make full text search of Nuxeo Object property which is list? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-make-full-text-search-of-nuxeo-object-property-which/m-p/318094#M5095</link>
    <description>&lt;P&gt;If you want to create a dedicate index for your schema look there:
&lt;A href="http://doc.nuxeo.com/x/hwQz" target="test_blank"&gt;http://doc.nuxeo.com/x/hwQz&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;About NXQL Query generation:
&lt;A href="http://doc.nuxeo.com/x/ggU7" target="test_blank"&gt;http://doc.nuxeo.com/x/ggU7&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hope this will help.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Apr 2012 17:18:34 GMT</pubDate>
    <dc:creator>Benjamin_Jalon1</dc:creator>
    <dc:date>2012-04-10T17:18:34Z</dc:date>
    <item>
      <title>How can I make full text search of Nuxeo Object property which is list?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-make-full-text-search-of-nuxeo-object-property-which/m-p/318093#M5094</link>
      <description>&lt;P&gt;Hi, fellows.
That is schema declaration of that property.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;?xml version="1.0"?&amp;gt;
&amp;lt;xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://a.com/annotationThread" xmlns:anot="http://a.com/annotationThread"&amp;gt;
	&amp;lt;xs:include schemaLocation="base.xsd" /&amp;gt;
	
  &amp;lt;xs:simpleType name="catList"&amp;gt;
    &amp;lt;xs:list itemType="xs:string" /&amp;gt;
  &amp;lt;/xs:simpleType&amp;gt;
	
	&amp;lt;xs:element name="categories" type="anot:catList"/&amp;gt;
&amp;lt;/xs:schema&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;What nuxeo file configuration should be done and what query has to be done, so I can use full text search in my defined list?&lt;/P&gt;
&lt;P&gt;Something like that:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;SELECT * FROM ImageAnnotationThread WHERE ecm:fulltext.annotationThread:categories/* = 'something'
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 10 Apr 2012 16:19:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-make-full-text-search-of-nuxeo-object-property-which/m-p/318093#M5094</guid>
      <dc:creator>kasaba_</dc:creator>
      <dc:date>2012-04-10T16:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: How can I make full text search of Nuxeo Object property which is list?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-make-full-text-search-of-nuxeo-object-property-which/m-p/318094#M5095</link>
      <description>&lt;P&gt;If you want to create a dedicate index for your schema look there:
&lt;A href="http://doc.nuxeo.com/x/hwQz" target="test_blank"&gt;http://doc.nuxeo.com/x/hwQz&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;About NXQL Query generation:
&lt;A href="http://doc.nuxeo.com/x/ggU7" target="test_blank"&gt;http://doc.nuxeo.com/x/ggU7&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hope this will help.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2012 17:18:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-make-full-text-search-of-nuxeo-object-property-which/m-p/318094#M5095</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2012-04-10T17:18:34Z</dc:date>
    </item>
  </channel>
</rss>

