<?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: Does CreateSearchIndexOnReload only apply to smart Search feature? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Does-CreateSearchIndexOnReload-only-apply-to-smart-Search/m-p/1671606#M50792</link>
    <description>&lt;P&gt;I'm almost certain that CreateSearchIndexOnReload (along with Search Include, Search Exclude) only affect the indexing done for smart search. The individual searches done on a single field in a filter pane are pattern matching using what is effectively the default index of unique values for that field. 24 million unique values is certainly getting up there for a field, and other than making your hardware faster there's no way that I"m aware of to increase performance other than to break down the values into other fields. For example, if it is a date/time you might separate the Date and time and then break up the time into hour/minute/second fields. That way each one has a much lower cardinality. Basically you need to create some kind of grouping or categorisation to the values so that you have smaller indexes to search.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Rod&lt;/P&gt;</description>
    <pubDate>Mon, 03 Feb 2020 01:55:41 GMT</pubDate>
    <dc:creator>Rodj</dc:creator>
    <dc:date>2020-02-03T01:55:41Z</dc:date>
    <item>
      <title>Does CreateSearchIndexOnReload only apply to smart Search feature?</title>
      <link>https://community.qlik.com/t5/App-Development/Does-CreateSearchIndexOnReload-only-apply-to-smart-Search/m-p/1671603#M50791</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;Does the search index created by&amp;nbsp;CreateSearchIndexOnReload only make searches done through smart search faster? or does it also apply to searches done in objects such as a filter pane?&lt;/P&gt;&lt;P&gt;I have a filter pane with a field of names with approx. 24 mill values of high cardinality. Searching in the filter pane&amp;nbsp; currently takes about 15 -20 seconds to return results. I guess this time would also be impacted by the specifications of our server.&lt;BR /&gt;&lt;BR /&gt;in addition to the above question, can anyone else provide some other advice on what can be done to improve performance?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Kind Regards,&lt;BR /&gt;Lasitha&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:11:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Does-CreateSearchIndexOnReload-only-apply-to-smart-Search/m-p/1671603#M50791</guid>
      <dc:creator>LasithaR</dc:creator>
      <dc:date>2024-11-16T19:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Does CreateSearchIndexOnReload only apply to smart Search feature?</title>
      <link>https://community.qlik.com/t5/App-Development/Does-CreateSearchIndexOnReload-only-apply-to-smart-Search/m-p/1671606#M50792</link>
      <description>&lt;P&gt;I'm almost certain that CreateSearchIndexOnReload (along with Search Include, Search Exclude) only affect the indexing done for smart search. The individual searches done on a single field in a filter pane are pattern matching using what is effectively the default index of unique values for that field. 24 million unique values is certainly getting up there for a field, and other than making your hardware faster there's no way that I"m aware of to increase performance other than to break down the values into other fields. For example, if it is a date/time you might separate the Date and time and then break up the time into hour/minute/second fields. That way each one has a much lower cardinality. Basically you need to create some kind of grouping or categorisation to the values so that you have smaller indexes to search.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Rod&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 01:55:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Does-CreateSearchIndexOnReload-only-apply-to-smart-Search/m-p/1671606#M50792</guid>
      <dc:creator>Rodj</dc:creator>
      <dc:date>2020-02-03T01:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Does CreateSearchIndexOnReload only apply to smart Search feature?</title>
      <link>https://community.qlik.com/t5/App-Development/Does-CreateSearchIndexOnReload-only-apply-to-smart-Search/m-p/1671627#M50794</link>
      <description>&lt;P&gt;The search index will be generated when your first user tries to do a search. I usually keep the search index on in production apps, but sometimes turn it of during the development phase to reduce load times.&lt;/P&gt;&lt;P&gt;If you do have a pure extract ot transform application that sole purpose is to create qvd files then you don't need the index either.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/November2019/Subsystems/Hub/Content/Sense_Hub/Scripting/SystemVariables/CreateSearchIndexOnReload.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/November2019/Subsystems/Hub/Content/Sense_Hub/Scripting/SystemVariables/CreateSearchIndexOnReload.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 05:50:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Does-CreateSearchIndexOnReload-only-apply-to-smart-Search/m-p/1671627#M50794</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2020-02-03T05:50:48Z</dc:date>
    </item>
  </channel>
</rss>

