Intro to Dashboard Part – III

In my last blog,  http://versatileankur.blogspot.in/2014/04/intro-to-dashboard-part-ii.html I discussed about the Solr Core Admin of Apache Solr Dashboard. Now we will discuss next tab.   Java Properties   The Java Properties screen provides easy access to all the properties of the JVM running Solr, including the class paths, file encodings, operating system, and more.           […]

Read More

Intro To Dashboard Part – II

In my last blog,  http://versatileankur.blogspot.in/2014/04/intro-to-dashboard-part-i.html I discussed about the logging tab of Apache Solr Dashboard. Now we will discuss next tab.   Solr Core  With this console you can perform different operation on the different cores in Apache Solr.    “A core is a collection of different configuration files, indexes and schema. It can be […]

Read More

Intro To Dashboard Part – I

Here I will give a brief introduction to Apache Solr Dashboard that we have seen in my last post i.e. http://versatileankur.blogspot.in/2014/04/getting-started-with-apache-solr.html  Logging This tab display the current log information & exists untill the server not restarted, as the server restarted this information becomes reloaded. For logging Solr uses Slf4j library & log4j.properties file. This file is present […]

Read More

Getting Started with Apache Solr

Step-I : download solr-4.7.2.zipfrom its official site http://lucene.apache.org/solr/.    Step-II : extract it on your desired location.  In my case its location is/Desktop/poc/solr-4.7.2.zip.   Apache Solr comes with running examples. i.e. In its working directory there is a folder named as example. Just go into that there you see a jar start.jar.   Step-III : […]

Read More

Origin of Apache Solr

  In late 2004, CNET Networks starts an in-house search platform project named as “Solar” (with an A).   In January 2006, CNET Networks decided to openly publish the source code by donating it to the Apache Software Foundation under the Lucene top-level project named as “Solr”.   On January 17, 2007 Solr graduated from […]

Read More

Introduction

Apache Solr is a popular open sourceenterprise search server, written in Javaand runs within a servlet container such as Jetty, Tomcat etc. by default it comes with jetty server. It builds on another open source search technology: Apache Lucene search library for full text indexing and searching.   Apache Lucene is a high-performance, full-featured text search engine library […]

Read More