<?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>question Re: Hide  SolR schema field from HUE in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Hide-SolR-schema-field-from-HUE/m-p/331789#M230982</link>
    <description>&lt;P&gt;I understand that you are trying to hide the values in the non-relevant fields in the Hue UI. For ex: _version_&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But, this would not be possible by making changes in the managed-schema (or schema.xml) of a Solr collection. Changing a schema would be changing the behaviour of how the indexing will happen in the Solr service for the collection.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Adding to the use case, Hue, will only show what is indexed by solr and given back. It apparently, has very less control over the actual data. It is sort of proxy between you and Solr. The one who is just shows what Solr service gives.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;For "stored=false" &amp;amp; "indexed=false":&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you set "indexed=false" -&amp;gt; You might totally skip the indexing feature for that particular field.So, you will never be able to search a document in Solr with that field detail. Ex: id.&lt;/P&gt;&lt;P&gt;When you set "stored=false" -&amp;gt; The purpose of the &lt;STRONG&gt;stored&lt;/STRONG&gt; attribute: to tell Solr to store the original text in the index somewhere. Sometimes, there are fields which aren't searched, but need to be displayed in the search results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this answers your questions.&lt;/P&gt;</description>
    <pubDate>Wed, 08 Dec 2021 14:08:17 GMT</pubDate>
    <dc:creator>Parth_Pathak</dc:creator>
    <dc:date>2021-12-08T14:08:17Z</dc:date>
    <item>
      <title>Hide  SolR schema field from HUE</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hide-SolR-schema-field-from-HUE/m-p/330584#M230711</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using Hue to visualize document indexed in SolR.&lt;/P&gt;&lt;P&gt;I would like to Hide from Hue some field that are part of the SolR collection schema.&lt;/P&gt;&lt;P&gt;The image below is what I see from Hue when I open a indexed document, I would like to know if it is possible (and how), hide the yellow fields from Hue.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="prova_0-1637327368663.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/32896i9B70509048E16F25/image-size/medium?v=v2&amp;amp;px=400" role="button" title="prova_0-1637327368663.png" alt="prova_0-1637327368663.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the schema used to create the SolR collection:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="prova_1-1637327520259.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/32897iEFA9F5CC99698704/image-size/medium?v=v2&amp;amp;px=400" role="button" title="prova_1-1637327520259.png" alt="prova_1-1637327520259.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I've tried to set stored=false and indexed=false but this seems to have no effect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please provide some hint?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 13:13:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hide-SolR-schema-field-from-HUE/m-p/330584#M230711</guid>
      <dc:creator>prova</dc:creator>
      <dc:date>2021-11-19T13:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Hide  SolR schema field from HUE</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hide-SolR-schema-field-from-HUE/m-p/331789#M230982</link>
      <description>&lt;P&gt;I understand that you are trying to hide the values in the non-relevant fields in the Hue UI. For ex: _version_&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But, this would not be possible by making changes in the managed-schema (or schema.xml) of a Solr collection. Changing a schema would be changing the behaviour of how the indexing will happen in the Solr service for the collection.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Adding to the use case, Hue, will only show what is indexed by solr and given back. It apparently, has very less control over the actual data. It is sort of proxy between you and Solr. The one who is just shows what Solr service gives.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;For "stored=false" &amp;amp; "indexed=false":&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you set "indexed=false" -&amp;gt; You might totally skip the indexing feature for that particular field.So, you will never be able to search a document in Solr with that field detail. Ex: id.&lt;/P&gt;&lt;P&gt;When you set "stored=false" -&amp;gt; The purpose of the &lt;STRONG&gt;stored&lt;/STRONG&gt; attribute: to tell Solr to store the original text in the index somewhere. Sometimes, there are fields which aren't searched, but need to be displayed in the search results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this answers your questions.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 14:08:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hide-SolR-schema-field-from-HUE/m-p/331789#M230982</guid>
      <dc:creator>Parth_Pathak</dc:creator>
      <dc:date>2021-12-08T14:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Hide  SolR schema field from HUE</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hide-SolR-schema-field-from-HUE/m-p/331909#M231015</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/68942"&gt;@prova&lt;/a&gt;&amp;nbsp;Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2021 05:27:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hide-SolR-schema-field-from-HUE/m-p/331909#M231015</guid>
      <dc:creator>VidyaSargur</dc:creator>
      <dc:date>2021-12-10T05:27:37Z</dc:date>
    </item>
  </channel>
</rss>

