<?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: What's the difference between a collection in Solr and Java? Or are they the same? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-s-the-difference-between-a-collection-in-Solr-and-Java/m-p/144947#M19786</link>
    <description>&lt;P&gt;I guess so Neeraj . &lt;/P&gt;</description>
    <pubDate>Wed, 17 Feb 2016 10:05:07 GMT</pubDate>
    <dc:creator>keerthanakumar2</dc:creator>
    <dc:date>2016-02-17T10:05:07Z</dc:date>
    <item>
      <title>What's the difference between a collection in Solr and Java? Or are they the same?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-s-the-difference-between-a-collection-in-Solr-and-Java/m-p/144943#M19782</link>
      <description>&lt;P&gt;Your thoughts will be helpful.&lt;/P&gt;&lt;P&gt;Keerthana  &lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2016 09:56:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-s-the-difference-between-a-collection-in-Solr-and-Java/m-p/144943#M19782</guid>
      <dc:creator>keerthanakumar2</dc:creator>
      <dc:date>2016-02-17T09:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: What's the difference between a collection in Solr and Java? Or are they the same?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-s-the-difference-between-a-collection-in-Solr-and-Java/m-p/144944#M19783</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2506/keerthanakumar20.html" nodeid="2506"&gt;@keerthana gajarajakumar&lt;/A&gt;  Do you mean this?  &lt;A href="https://wiki.apache.org/solr/Solrj" target="_blank"&gt;https://wiki.apache.org/solr/Solrj&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2016 09:57:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-s-the-difference-between-a-collection-in-Solr-and-Java/m-p/144944#M19783</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-17T09:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: What's the difference between a collection in Solr and Java? Or are they the same?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-s-the-difference-between-a-collection-in-Solr-and-Java/m-p/144945#M19784</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/2506/keerthanakumar20.html" nodeid="2506"&gt;@keerthana gajarajakumar&lt;/A&gt;&lt;P&gt;I don't think that they are same.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Solr Collection&lt;/STRONG&gt;&lt;/EM&gt;: A complete logical index in a &lt;A href="https://wiki.apache.org/solr/SolrCloud"&gt;SolrCloud&lt;/A&gt; cluster. It is associated with a config set and is made up of one or more shards. If the number of shards is more than one, it is a distributed index, but &lt;A href="https://wiki.apache.org/solr/SolrCloud"&gt;SolrCloud&lt;/A&gt; lets you refer to it by the collection name and not worry about the shards parameter that is normally required for&lt;A href="https://wiki.apache.org/solr/DistributedSearch"&gt;DistributedSearch&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;Java collections&lt;/STRONG&gt; framework gives the programmer access to prepackaged data structures as well as to algorithms for manipulating them. A &lt;STRONG&gt;collection&lt;/STRONG&gt; is an object that can hold references to other objects. The &lt;STRONG&gt;collection&lt;/STRONG&gt; interfaces declare the operations that can be performed on each type of &lt;STRONG&gt;collection&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2016 10:02:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-s-the-difference-between-a-collection-in-Solr-and-Java/m-p/144945#M19784</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-17T10:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: What's the difference between a collection in Solr and Java? Or are they the same?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-s-the-difference-between-a-collection-in-Solr-and-Java/m-p/144946#M19785</link>
      <description>&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Collection&lt;/STRONG&gt;&lt;/EM&gt;: A complete logical index in a &lt;A href="https://wiki.apache.org/solr/SolrCloud"&gt;SolrCloud&lt;/A&gt; cluster. It is associated with a config set and is made up of one or more shards. If the number of shards is more than one, it is a distributed index, but &lt;A href="https://wiki.apache.org/solr/SolrCloud"&gt;SolrCloud&lt;/A&gt;lets you refer to it by the collection name and not worry about the shards parameter that is normally required for &lt;A href="https://wiki.apache.org/solr/DistributedSearch"&gt;DistributedSearch&lt;/A&gt;.&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;&lt;EM&gt;&lt;STRONG&gt;Replica&lt;/STRONG&gt;&lt;/EM&gt;: One copy of a shard. Each replica exists within Solr as a core. A collection named "test" created with numShards=1 and replicationFactor set to two will have exactly two replicas, so there will be two cores, each on a different machine (or Solr instance). One will be named test_shard1_replica1 and the other will be named test_shard1_replica2. One of them will be elected to be the leader.&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;&lt;STRONG&gt;Shard&lt;/STRONG&gt;&lt;/EM&gt;: A logical piece (or slice) of a collection. Each shard is made up of one or more replicas. An election is held to determine which replica is the leader. This term is also in the General list below, but there it refers to Solr cores. The &lt;A href="https://wiki.apache.org/solr/SolrCloud"&gt;SolrCloud&lt;/A&gt; concept of a shard is a logical division.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;A href="https://wiki.apache.org/solr/Solrj" target="_blank"&gt;https://wiki.apache.org/solr/Solrj&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2016 10:04:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-s-the-difference-between-a-collection-in-Solr-and-Java/m-p/144946#M19785</guid>
      <dc:creator>keerthanakumar2</dc:creator>
      <dc:date>2016-02-17T10:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: What's the difference between a collection in Solr and Java? Or are they the same?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-s-the-difference-between-a-collection-in-Solr-and-Java/m-p/144947#M19786</link>
      <description>&lt;P&gt;I guess so Neeraj . &lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2016 10:05:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-s-the-difference-between-a-collection-in-Solr-and-Java/m-p/144947#M19786</guid>
      <dc:creator>keerthanakumar2</dc:creator>
      <dc:date>2016-02-17T10:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: What's the difference between a collection in Solr and Java? Or are they the same?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-s-the-difference-between-a-collection-in-Solr-and-Java/m-p/144948#M19787</link>
      <description>&lt;P&gt;Thanks for the clarification. Appreciate it!&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2016 10:11:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-s-the-difference-between-a-collection-in-Solr-and-Java/m-p/144948#M19787</guid>
      <dc:creator>keerthanakumar2</dc:creator>
      <dc:date>2016-02-17T10:11:28Z</dc:date>
    </item>
  </channel>
</rss>

