<?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 Does FTS Query support comparison operators? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/does-fts-query-support-comparison-operators/m-p/306163#M259293</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'm using FTS search query that has to fetch documents that contains a full text (or keyword) and also based on a specific date (either &amp;lt;, &amp;gt;, &amp;lt;= or &amp;gt;= a specific date). But with these comparison operators, SOLR search throws exception.&amp;nbsp; IS there any equivalent operators for FTS query to perform date comparisons? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is my FTS query:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://localhost:8080/alfresco/s/org/alfresco/xyz/faceted/search?query=(Keywords:" test="Test" rel="nofollow noopener noreferrer"&gt;https://localhost:8080/alfresco/s/org/alfresco/xyz/faceted/search?query=(Keywords:'Test')&lt;/A&gt;&lt;SPAN&gt; AND cmis:creationDate &amp;lt;=&amp;nbsp; '2016-07-07' &amp;amp;count=10&amp;amp;language=fts-alfresco&amp;amp;skip=0&amp;amp;format=json&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Exception:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; "callstack" : &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; [ &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; ,"org.alfresco.repo.search.impl.lucene.LuceneQueryParserException: 07032268 SOLR side error: 07030010 line 1:96\nmismatched input '&amp;lt;EOF&amp;gt;' expecting TO&amp;nbsp; ([@29,96:96='&amp;lt;EOF&amp;gt;',&amp;lt;-1&amp;gt;,1:96])\n\t[ftsQuery, ftsDisjunction, ftsImplicitDisjunction, ftsExplicitConjunction, ftsPrefixed, ftsTest, ftsRange, ftsFieldGroupRange, recoverFromMismatchedToken]"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,"org.alfresco.repo.search.impl.solr.SolrQueryHTTPClient.executeQuery(SolrQueryHTTPClient.java:472)"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,"org.alfresco.repo.search.impl.solr.SolrQueryLanguage.executeQuery(SolrQueryLanguage.java:49)"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,"org.alfresco.repo.search.impl.solr.DbOrIndexSwitchingQueryLanguage.executeQuery(DbOrIndexSwitchingQueryLanguage.java:92)"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,"org.alfresco.repo.search.impl.solr.SolrSearchService.query(SolrSearchService.java:348)"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,"org.alfresco.repo.search.SearcherComponent.query(SearcherComponent.java:78)"&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Aug 2016 12:00:37 GMT</pubDate>
    <dc:creator>jeevitha_balu</dc:creator>
    <dc:date>2016-08-03T12:00:37Z</dc:date>
    <item>
      <title>Does FTS Query support comparison operators?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/does-fts-query-support-comparison-operators/m-p/306163#M259293</link>
      <description>Hi,I'm using FTS search query that has to fetch documents that contains a full text (or keyword) and also based on a specific date (either &amp;lt;, &amp;gt;, &amp;lt;= or &amp;gt;= a specific date). But with these comparison operators, SOLR search throws exception.&amp;nbsp; IS there any equivalent operators for FTS query</description>
      <pubDate>Wed, 03 Aug 2016 12:00:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/does-fts-query-support-comparison-operators/m-p/306163#M259293</guid>
      <dc:creator>jeevitha_balu</dc:creator>
      <dc:date>2016-08-03T12:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Does FTS Query support comparison operators?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/does-fts-query-support-comparison-operators/m-p/306164#M259294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use a range query for this. For example, "cm:created:[MIN TO 2016-07-07]".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A href="http://docs.alfresco.com/4.0/concepts/rm-searchsyntax-ranges.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/4.0/concepts/rm-searchsyntax-ranges.html&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2016 13:41:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/does-fts-query-support-comparison-operators/m-p/306164#M259294</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2016-08-08T13:41:55Z</dc:date>
    </item>
  </channel>
</rss>

