<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>solr vs lucene - Wikitechy</title>
	<atom:link href="https://www.wikitechy.com/interview-questions/tag/solr-vs-lucene/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wikitechy.com/interview-questions/tag/solr-vs-lucene/</link>
	<description>Interview Questions</description>
	<lastBuildDate>Tue, 14 Sep 2021 10:41:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.wikitechy.com/interview-questions/wp-content/uploads/2025/10/cropped-wikitechy-icon-32x32.png</url>
	<title>solr vs lucene - Wikitechy</title>
	<link>https://www.wikitechy.com/interview-questions/tag/solr-vs-lucene/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>What is the difference between Apache Solr and ElasticSearch ?</title>
		<link>https://www.wikitechy.com/interview-questions/apache-solr/what-is-the-difference-between-apache-solr-and-elasticsearch/</link>
					<comments>https://www.wikitechy.com/interview-questions/apache-solr/what-is-the-difference-between-apache-solr-and-elasticsearch/#respond</comments>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Mon, 12 Jul 2021 11:53:17 +0000</pubDate>
				<category><![CDATA[Apache Solr]]></category>
		<category><![CDATA[Accenture interview questions and answers]]></category>
		<category><![CDATA[apache solr documentation]]></category>
		<category><![CDATA[apache solr download]]></category>
		<category><![CDATA[apache solr tutorial]]></category>
		<category><![CDATA[apache solr vs elasticsearch]]></category>
		<category><![CDATA[Applied Materials interview questions and answers]]></category>
		<category><![CDATA[Capgemini interview questions and answers]]></category>
		<category><![CDATA[CASTING NETWORKS INDIA PVT LIMITED interview questions and answers]]></category>
		<category><![CDATA[CGI Group Inc interview questions and answers]]></category>
		<category><![CDATA[Chetu interview questions and answers]]></category>
		<category><![CDATA[Ciena Corporation interview questions and answers]]></category>
		<category><![CDATA[Collabera Technologies interview questions and answers]]></category>
		<category><![CDATA[Dell International Services India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[difference between lucene and elasticsearch]]></category>
		<category><![CDATA[elasticsearch performance comparison]]></category>
		<category><![CDATA[Flipkart interview questions and answers]]></category>
		<category><![CDATA[IBM interview questions and answers]]></category>
		<category><![CDATA[Indecomm Global Services interview questions and answers]]></category>
		<category><![CDATA[Indiabulls Technology Solutions Ltd interview questions and answers]]></category>
		<category><![CDATA[Infosys Technologies interview questions and answers]]></category>
		<category><![CDATA[lucene vs elasticsearch performance]]></category>
		<category><![CDATA[Mavenir interview questions and answers]]></category>
		<category><![CDATA[Mphasis interview questions and answers]]></category>
		<category><![CDATA[Nagarro Software Pvt. Ltd interview questions and answers]]></category>
		<category><![CDATA[NetApp interview questions and answers]]></category>
		<category><![CDATA[Opentext Technologies interview questions and answers]]></category>
		<category><![CDATA[Oracle Corporation interview questions and answers]]></category>
		<category><![CDATA[Persistent Systems interview questions and answers]]></category>
		<category><![CDATA[RBS India Development Centre Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[SAP Labs India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[solr example]]></category>
		<category><![CDATA[solr vs elasticsearch performance]]></category>
		<category><![CDATA[solr vs elasticsearch vs sphinx]]></category>
		<category><![CDATA[solr vs lucene]]></category>
		<category><![CDATA[Tech Mahindra interview questions and answers]]></category>
		<category><![CDATA[UnitedHealth Group interview questions and answers]]></category>
		<category><![CDATA[Virtusa Consulting Services Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[Wells Fargo interview questions and answers]]></category>
		<category><![CDATA[WM Global Technology Services India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[Xoriant Solutions Pvt Ltd interview questions and answers]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=232</guid>

					<description><![CDATA[Answer:The main difference between Solr and Elasticsearch is that Solr is a completely open-source search engine.]]></description>
										<content:encoded><![CDATA[<div class="TextHeading">
<div class="hddn">
<h2 id="differences-between-apache-solr-and-elasticsearch" class="color-purple">Differences between Apache Solr and ElasticSearch:</h2>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<table class="table-bordered table-striped table table-responsive">
<tbody>
<tr>
<th>Feature</th>
<th>Solr 6.2.1</th>
<th>ElasticSearch 5.0</th>
</tr>
</tbody>
<tbody>
<tr>
<td class="text-leftalign">Format</td>
<td class="text-leftalign">XML, CSV,<br />
JSON</td>
<td class="text-leftalign">JSON</td>
</tr>
<tr>
<td class="text-leftalign">HTTP REST API</td>
<td class="text-leftalign">✔</td>
<td class="text-leftalign">✔</td>
</tr>
<tr>
<td class="text-leftalign">Binary API</td>
<td class="text-leftalign">✔ SolrJ</td>
<td class="text-leftalign">✔ TransportClient, Thrift (through a plugin)</td>
</tr>
<tr>
<td class="text-leftalign">JMX support</td>
<td class="text-leftalign">✔</td>
<td class="text-leftalign"><b>☓</b> ES specific stats are<br />
exposed through the REST API</td>
</tr>
<tr>
<td class="text-leftalign">Official client libraries</td>
<td class="text-leftalign">Java</td>
<td class="text-leftalign">Java, Groovy, PHP, Ruby, Perl, Python, .NET,<br />
Javascript Official list of clients</td>
</tr>
<tr>
<td class="text-leftalign">Community client libraries</td>
<td class="text-leftalign">PHP, Ruby, Perl, Scala, Python, .NET,<br />
Javascript, Go, Erlang, Clojure</td>
<td class="text-leftalign">Clojure, Cold Fusion, Erlang, Go, Groovy, Haskell, Java,<br />
JavaScript, .NET, OCaml, Perl, PHP, Python, R,<br />
Ruby, Scala, Smalltalk, Vert.x Complete list</td>
</tr>
<tr>
<td class="text-leftalign">3rd-party product integration<br />
(open-source)</td>
<td class="text-leftalign">Drupal, Magento, Django, ColdFusion,<br />
Wordpress, OpenCMS, Plone, Typo3,<br />
ez Publish, Symfony2, Riak (via Yokozuna)</td>
<td class="text-leftalign">Drupal, Django, Symfony2,<br />
Wordpress, CouchBase</td>
</tr>
<tr>
<td class="text-leftalign">3rd-party product integration<br />
(commercial)</td>
<td class="text-leftalign">DataStax Enterprise Search,<br />
Cloudera Search, Hortonworks Data<br />
Platform, MapR</td>
<td class="text-leftalign">SearchBlox, Hortonworks Data Platform,<br />
MapR etc Complete list</td>
</tr>
<tr>
<td class="text-leftalign">Output</td>
<td class="text-leftalign">JSON, XML, PHP, Python, Ruby, CSV,<br />
Velocity, XSLT, native Java</td>
<td class="text-leftalign">JSON, XML/HTML (via plugin)</td>
</tr>
</tbody>
</table>
<div class="text-center row">
<div class="col-sm-12">
<div id="bsa-zone_1590522538159-8_123456"></div>
</div>
</div>
<div class="hddn"><img fetchpriority="high" decoding="async" class="aligncenter size-medium" src="https://cdn.wikitechy.com/interview-questions/apache-solr/query-top.png" alt="query top" width="877" height="653" /></div>
</div>
<div class="hddn"><img decoding="async" class="aligncenter size-medium" src="https://cdn.wikitechy.com/interview-questions/apache-solr/elasticsearch-dashboard-final.png" alt="elasticsearch dashboard final" width="1252" height="875" /></div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/apache-solr/what-is-the-difference-between-apache-solr-and-elasticsearch/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is the most ideal approach to use Apache Solr for relational JOIN ?</title>
		<link>https://www.wikitechy.com/interview-questions/apache-solr/what-is-the-most-ideal-approach-to-use-apache-solr-for-relational-join/</link>
					<comments>https://www.wikitechy.com/interview-questions/apache-solr/what-is-the-most-ideal-approach-to-use-apache-solr-for-relational-join/#respond</comments>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Mon, 12 Jul 2021 09:28:47 +0000</pubDate>
				<category><![CDATA[Apache Solr]]></category>
		<category><![CDATA[Accenture interview questions and answers]]></category>
		<category><![CDATA[advantages of solrsolr vs sql performance]]></category>
		<category><![CDATA[apache solr advantages and disadvantages]]></category>
		<category><![CDATA[apache solr documentation]]></category>
		<category><![CDATA[apache solr download]]></category>
		<category><![CDATA[apache solr tutorial]]></category>
		<category><![CDATA[apache solr use cases]]></category>
		<category><![CDATA[apache solr vs elasticsearch]]></category>
		<category><![CDATA[Applied Materials interview questions and answers]]></category>
		<category><![CDATA[Capgemini interview questions and answers]]></category>
		<category><![CDATA[CASTING NETWORKS INDIA PVT LIMITED interview questions and answers]]></category>
		<category><![CDATA[CGI Group Inc interview questions and answers]]></category>
		<category><![CDATA[Chetu interview questions and answers]]></category>
		<category><![CDATA[Ciena Corporation interview questions and answers]]></category>
		<category><![CDATA[Collabera Technologies interview questions and answers]]></category>
		<category><![CDATA[Dell International Services India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[does solr need a database]]></category>
		<category><![CDATA[Flipkart interview questions and answers]]></category>
		<category><![CDATA[how does solr store data]]></category>
		<category><![CDATA[how to search in solr]]></category>
		<category><![CDATA[IBM interview questions and answers]]></category>
		<category><![CDATA[Indecomm Global Services interview questions and answers]]></category>
		<category><![CDATA[Indiabulls Technology Solutions Ltd interview questions and answers]]></category>
		<category><![CDATA[Infosys Technologies interview questions and answers]]></category>
		<category><![CDATA[is solr a database]]></category>
		<category><![CDATA[learn solr]]></category>
		<category><![CDATA[Mavenir interview questions and answers]]></category>
		<category><![CDATA[Mphasis interview questions and answers]]></category>
		<category><![CDATA[Nagarro Software Pvt. Ltd interview questions and answers]]></category>
		<category><![CDATA[NetApp interview questions and answers]]></category>
		<category><![CDATA[Opentext Technologies interview questions and answers]]></category>
		<category><![CDATA[Oracle Corporation interview questions and answers]]></category>
		<category><![CDATA[Persistent Systems interview questions and answers]]></category>
		<category><![CDATA[RBS India Development Centre Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[SAP Labs India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[solr architecture]]></category>
		<category><![CDATA[solr database integration]]></category>
		<category><![CDATA[solr example]]></category>
		<category><![CDATA[solr tutorial]]></category>
		<category><![CDATA[solr vs lucene]]></category>
		<category><![CDATA[solr vs mysql]]></category>
		<category><![CDATA[solr vs rdbms]]></category>
		<category><![CDATA[solr vs relational database]]></category>
		<category><![CDATA[Tech Mahindra interview questions and answers]]></category>
		<category><![CDATA[UnitedHealth Group interview questions and answers]]></category>
		<category><![CDATA[Virtusa Consulting Services Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[Wells Fargo interview questions and answers]]></category>
		<category><![CDATA[what database does solr use]]></category>
		<category><![CDATA[what is apache solr]]></category>
		<category><![CDATA[why use solr]]></category>
		<category><![CDATA[WM Global Technology Services India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[Xoriant Solutions Pvt Ltd interview questions and answers]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=224</guid>

					<description><![CDATA[Answer:Run a single-use script that do the joins on the SOLR index (file) to replace the author_id and author_name]]></description>
										<content:encoded><![CDATA[<div class="TextHeading">
<div class="hddn">
<h2 id="apache-solr-for-relational-join" class="color-purple" style="text-align: justify;">Apache Solr for relational JOIN:</h2>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>Run a single-use script that do the joins on the SOLR index (file) to replace the author_id and author_name, or include the field if you need both. Updating 10,000,000+ documents will get a while, however it is definitely achievable.</li>
<li>After that you can have new documents indexed with both fields, doing the JOIN one at a time.</li>
<li>In common, SOLR works with entirely denormalized information.</li>
<li>If it is more than just authors&#8217; names, you could still denormalize the information, repeating your documents for every one of the related author documents.</li>
<li>Another technique is SOLR 4 has &#8220;JOIN&#8221; ability.</li>
<li>You&#8217;d first need to at least contain a pipeline wherever author information is indexed into SOLR in real-time.</li>
<li>Utilize Elastic Search to simply deal with the complex SOLR queries involving JOIN-like operations.</li>
</ul>
</div>
</div>
<div class="Content">
<div class="hddn"></div>
</div>
</div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/apache-solr/what-is-the-most-ideal-approach-to-use-apache-solr-for-relational-join/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
