SlideShare a Scribd company logo
Advanced Search with Solr - User Guide
Compatibility:
Community Edition: 1.6.x.x, 1.7.x.x, 1.8.x.x, 1.9.x.x
Index
1. Apache Tomcat Installation ............................................................................................................3
2. Extension Installation......................................................................................................................9
3. Installation (Custom Theme) .......................................................................................................11
4. Extension Activation ....................................................................................................................12
5. Configuration ...............................................................................................................................14
6. Quick Notes ..................................................................................................................................18
3
1. Apache Tomcat and Solr Installation
The steps below are a guide to help you install Solr versions 4.1 to 4.6 for windows. These steps
have been tested and they will lead you to the successful installation.
Step1
 Download and install Java SDK.
 Download URL : http://www.oracle.com/technetwork/java/javase/downloads/jdk7-
downloads-1880260.html
4
Step2
 Download and install Apache Tomcat
 Apache Tomcat Download URL : http://tomcat.apache.org/download-80.cgi
Step3
 Test the Tomcat server in your browser. You should see the following screen:
5
Step4
 You can configure the Tomcat server by going to Windows > Start > Monitor Tomcat
Step5
 Stop the Tomcat server by going to Windows > Start > Monitor Tomcat > General Tab> Stop
6
Step6
 Download Solr-4.6.0 and unzip it in your local directory i.e. C: Solr-4.6.0 (download zip file).
 Download solr URL : http://www.apache.org/dyn/closer.cgi/lucene/solr/4.6.0
Step7
 Go to downloaded Solr folder above (step 6) and Copy solr.war file to Apache webapps
folder. I.e. Copy C:solr-4.6.0distsolr-4.6.0.war file to C:Program FilesApache Software
FoundationTomcat 8.0webapps folder (rename solr-4.6.0.war to solr.war).
Step8
 Create an empty Solr home folder. i.e. C:solr.
Step9
 Go to downloaded Solr folder above (step 6). Copy all files from C:solr-4.6.0solr-
4.6.0examplesolr folder to C:solr (Solr home folder). This will be your Solr home folder.
Step10
 Look into C:solr and you will see two folders with name collection1 and bin.
Step11
 Copy the jars from C:solr-4.6.0examplelibext (all jars) into C:Program FilesApache
Software FoundationTomcat 8.0lib (this is your Tomcat server main library directory).
7
Step12
 Set the Java system property solr.solr.home to your Solr Home. Go to Windows >
Start > Monitor Tomcat > Java Tab > Java Options. Enter the following entry at the end (see
below screenshot): -Dsolr.solr.home=c:solr
Step13
 Restart Tomcat by going to Windows > Start > Monitor Tomcat > General Tab > Start
8
Step14
 Test Solr by going to http://localhost:8983/solr/ in your browser. You should see the Solr admin
page as below.
9
2. Extension Installation
Step 1
Check Permissions
Make sure the ‘‘app’’, ”js”, ”lib“ and “skin” directories of your Magento and all
directories inside it have full written permissions or set permissions on the each directory
equal to 777 or 0777.
Important! Change all permissions back after installation.
Read more about permission at
http://www.magentocommerce.com/wiki/magento_filesystem_permissions
Step 2
Disable Compilation
Log into Magento Admin Panel and go to System → Tools → Compilation and disable
the compilation.
After step 5 you can run the compilation process again.
Step 3
Upload Files
Upload all folders from the extension package to the installation directory of your
Magento software using an FTP client.
10
Step 4
Clear cache
Go to System → Cache Management.
Clear the store cache.
Step 5
Re-login
Log out and log back into Magento Admin Panel.
Step 6
Use Extension
Go to System → Configuration.
In the left column you will see the new tab – Biztech Extensions.
11
3. Installation (Custom Theme)
Please do the next steps after the Installation:
Step 1
Copy layout and template folders from
app/design/frontend/default/default folder to
app/design/frontend/your_package/your_theme folder
Step 2
Copy skin folder from
skin/frontend/default/default/folder to
skin/frontend/your_package/your_package/
12
4. Extension Activation
Step1
Copy an activation key
Copy the activation key from the Order Confirmation
Mail. OR
Login into your account at http://store.biztechconsultancy.comwebsite using the e-mail and
Password that you provided at checkout process.
Go to Downloadable Options and copy the activation key for the Solr extension.
Step2
Activate an extension
Log into Magento Admin Panel and go to System Configuration→ Biztech Extensions
/Solr and enter the activation key in the ''Activation Key'' field for the
Solr extension then clicks the “Save Config”.
13
Step3
Select Websites
When you enter and save the key it will be verified and you can select the websites
where you need to use the Solr extension. Click the ''Save Config'' button after making
your selections.
Now, Solr Extension got activated! You just have to set configurations.
14
5. Configuration
Please follow the below steps to enable Solr extension for customers.
Go to System -> Configuration
In the left column under Biztech Extension tab click on Solr tab.
15
In this tab, you can set basic configurations of Solr Extension. Here is the brief description of the
configuration.
 Hostname or IP: Specify host name or IP on which solr is installed. By default it will take
as localhost.
 Port Number: Specify on which port solr will run. By default it will take port as 8983.
 Path: Specify path which belongs to solr admin panel. By default it will take solr as
default path.
 Solr Data Config XML Path: Specify the path of data-config.xml.
 Solr Schema XML Path: Specify the path of schema.xml.
 Solr Admin URL: Specify admin panel URL of solr.
 Solr Core: This is a running instance of Lucene index along with the entire Solr
configuration required to use it.
 Search Timeout (seconds): Specify number of seconds after which solr search timeout.
 Authentication Required: Select yes if solr requires authentication to connect. Select No if
authentication not required.
 Username: Enter username which requires connecting to solr.
 Password: Enter password which requires connecting to solr.
 Test Connection: Click on Test Connection to test solr connection. Display success if
connection gets successful else it will display failed. Below is the result for the same.
16
Solr Search Results
 Maximum Number of Results: Specify number of records to be displayed per
page.
 Auto Correct Search Terms: Select yes to automatically correct the search
words/terms.
 No. of Auto complete Suggestions: Specify number of products to be
displayed in auto suggestion.
 Enabled Category List Page: If selected yes then category list page will also come
from solr. By default it is set to No.
17
Product Attributes Booster
 Product attributes to boost: Add number of attributes to be indexed in solr documents.
 Facet Attributes to boost: Add number of attributes to be displayed in layered navigation.
 Sorting Attribute: Attribute based on which you need to sort products in category list page
and search result page.
 Indexed Data: Click on this button to re-index data of solr.
18
6. Quick Notes
Configuration
 PHP version should be 5.3 above.
 Solr should be installed on server before using this extension.
 Any change made in extension’s configuration and that should not reflect in front then
need to restart solr once.
 Mentioned installation steps are for Windows only.
 If solr is not installed on your server, contact us we will install this.
All Set! Now, you are ready to use extension.
19
Technical Support
We welcome all forms of customized Magento e-commerce queries and deliver tailor-made
Magento e-store solution,given your distinct business needs!
We provide all technical support! Get in touch filling in our online message form to contact our
support team or shoot us an email at support@biztechconsultancy.com.
Your IT Partner, With You Anytime , Anywhere!
You may also like
20
About of Biztech Consultancy
We simplify your business,offers unique business solution in digital web and IT landscapes.
Our core expertise includes
Magento Expertise
We are magento e-commerce specialist!
Be it
 Store Development
 Customization
 Integration
 Maintenance
 Upgaration
You can trust our expertise!
21
sales@biztechconsultancy.com
www.biztechconsultancy.com

More Related Content

DOCX
SOA Fusion Middleware installation
PDF
Obiee 11g installation
DOCX
OBIEE 11g installation steps
PDF
Add target manually em12c
PPTX
Steps on macfee epo console icon
PDF
Oracle vm-installation
PDF
Esm 6.0c appliance_config_guide_e7400
PDF
Fcm rapid-install-11122-1634210
SOA Fusion Middleware installation
Obiee 11g installation
OBIEE 11g installation steps
Add target manually em12c
Steps on macfee epo console icon
Oracle vm-installation
Esm 6.0c appliance_config_guide_e7400
Fcm rapid-install-11122-1634210

What's hot (10)

PDF
Magento 2 force login
PDF
Latch MyCar: Documentation
PDF
cofaso User Guide
PDF
O C S Inventory N G Installation And Administration Guide 1
PDF
Share point 2010 enterprise single server farm installation
DOC
New sap installation post installation
PDF
Pandora FMS: Apache server monitoring
DOC
Ecc6.0 installation
PPTX
Url scan
PDF
SugarMob Pro
Magento 2 force login
Latch MyCar: Documentation
cofaso User Guide
O C S Inventory N G Installation And Administration Guide 1
Share point 2010 enterprise single server farm installation
New sap installation post installation
Pandora FMS: Apache server monitoring
Ecc6.0 installation
Url scan
SugarMob Pro
Ad

Similar to Advanced Search with Solr - User Guide (20)

PPTX
Solr search in magento enterprise
PDF
UnderstandingHowSolrCanHelpYourBusinessScale-ECG07.31.2013
PPTX
DRUPAL Search API Solr
PPTX
Apache Solr + ajax solr
PPS
Introduction to Solr
PDF
Download full ebook of Apache Solr Search Patterns Jayant Kumar instant downl...
PDF
Solr the intelligent search engine
PDF
Apace Solr Web Development.pdf
PDF
Apache Solr: Upgrading Your Upgrade Experience - Hrishikesh Gadre, Lucidworks
PPTX
Solr site search makes shopping simple
PDF
Rebuilding Solr 6 Examples - Layer by Layer: Presented by Alexandre Rafalovit...
PPTX
Making your Drupal fly with Apache SOLR
KEY
Intro to Apache Solr for Drupal
ODP
Solr features
PDF
Apace Solr Web Development.pdf
KEY
Solr 101
PPTX
E commerce Search using Apache Solr
PDF
Alfresco tech talk live on solr august 2012
PPT
Introduction to Apache Solr.
PDF
Apache Solr Web Development: Unlocking the Power of Search
Solr search in magento enterprise
UnderstandingHowSolrCanHelpYourBusinessScale-ECG07.31.2013
DRUPAL Search API Solr
Apache Solr + ajax solr
Introduction to Solr
Download full ebook of Apache Solr Search Patterns Jayant Kumar instant downl...
Solr the intelligent search engine
Apace Solr Web Development.pdf
Apache Solr: Upgrading Your Upgrade Experience - Hrishikesh Gadre, Lucidworks
Solr site search makes shopping simple
Rebuilding Solr 6 Examples - Layer by Layer: Presented by Alexandre Rafalovit...
Making your Drupal fly with Apache SOLR
Intro to Apache Solr for Drupal
Solr features
Apace Solr Web Development.pdf
Solr 101
E commerce Search using Apache Solr
Alfresco tech talk live on solr august 2012
Introduction to Apache Solr.
Apache Solr Web Development: Unlocking the Power of Search
Ad

More from Biztech Store (20)

PDF
Best Mobile App Builder For Magento 2
PDF
Language Translator Magento 2 Extension
PDF
Magento 2 Advance Shop By Brand Extension, Display Logo Slider on Store
PDF
Magento 2 Australia Post Shipping Extension, Parcel Shipping Rate
PDF
FedEx Smart Shipping Magento Extension, FedEx Freight Service Module
PDF
Odoo MobiCraft: Responsive Mobile Ecommerce Store Theme
PDF
Odoo Furnito Ecommerce Theme, Responsive OpenERP Furniture Theme
PDF
SugarCRM Survey Rocket Plugin: User Manual
PDF
Odoo Crafito Theme, Multipurpose Odoo Template For All Industries
PDF
Crafito Odoo Theme - User Guide
PDF
Odoo Kingfisher Pro Fashion Theme, Responsive eCommerce Fashion Store Theme
PDF
Delivery Date Scheduler Magento Extension - User Guide
PDF
Brush Your Ideas Magento Product Designer Extension - User Guide
PDF
Tips to Improve your Buyers' Involvement
PDF
WordPress SugarCRM Customer Portal Pro Plugin
PDF
MageMob Cart Android & iPhone Application to Access Magento Store
PDF
SugarCRM Survey Rocket Plugin - User Guide
PDF
WordPress SugarCRM Customer Portal Pro Plugin
PDF
Odoo SEO Suite Apps
PDF
Odoo Customer Order Comment Apps
Best Mobile App Builder For Magento 2
Language Translator Magento 2 Extension
Magento 2 Advance Shop By Brand Extension, Display Logo Slider on Store
Magento 2 Australia Post Shipping Extension, Parcel Shipping Rate
FedEx Smart Shipping Magento Extension, FedEx Freight Service Module
Odoo MobiCraft: Responsive Mobile Ecommerce Store Theme
Odoo Furnito Ecommerce Theme, Responsive OpenERP Furniture Theme
SugarCRM Survey Rocket Plugin: User Manual
Odoo Crafito Theme, Multipurpose Odoo Template For All Industries
Crafito Odoo Theme - User Guide
Odoo Kingfisher Pro Fashion Theme, Responsive eCommerce Fashion Store Theme
Delivery Date Scheduler Magento Extension - User Guide
Brush Your Ideas Magento Product Designer Extension - User Guide
Tips to Improve your Buyers' Involvement
WordPress SugarCRM Customer Portal Pro Plugin
MageMob Cart Android & iPhone Application to Access Magento Store
SugarCRM Survey Rocket Plugin - User Guide
WordPress SugarCRM Customer Portal Pro Plugin
Odoo SEO Suite Apps
Odoo Customer Order Comment Apps

Recently uploaded (20)

DOCX
unit 2 cost accounting- Tender and Quotation & Reconciliation Statement
PDF
Deliverable file - Regulatory guideline analysis.pdf
PDF
Dr. Enrique Segura Ense Group - A Self-Made Entrepreneur And Executive
PDF
How to Get Funding for Your Trucking Business
PDF
COST SHEET- Tender and Quotation unit 2.pdf
PDF
Elevate Cleaning Efficiency Using Tallfly Hair Remover Roller Factory Expertise
PPT
340036916-American-Literature-Literary-Period-Overview.ppt
PDF
WRN_Investor_Presentation_August 2025.pdf
PPTX
HR Introduction Slide (1).pptx on hr intro
PDF
A Brief Introduction About Julia Allison
PDF
Power and position in leadershipDOC-20250808-WA0011..pdf
PDF
Nidhal Samdaie CV - International Business Consultant
PDF
pdfcoffee.com-opt-b1plus-sb-answers.pdfvi
PPTX
Dragon_Fruit_Cultivation_in Nepal ppt.pptx
PDF
Stem Cell Market Report | Trends, Growth & Forecast 2025-2034
PDF
IFRS Notes in your pocket for study all the time
PPTX
ICG2025_ICG 6th steering committee 30-8-24.pptx
PDF
Ôn tập tiếng anh trong kinh doanh nâng cao
PPTX
AI-assistance in Knowledge Collection and Curation supporting Safe and Sustai...
PPTX
Lecture (1)-Introduction.pptx business communication
unit 2 cost accounting- Tender and Quotation & Reconciliation Statement
Deliverable file - Regulatory guideline analysis.pdf
Dr. Enrique Segura Ense Group - A Self-Made Entrepreneur And Executive
How to Get Funding for Your Trucking Business
COST SHEET- Tender and Quotation unit 2.pdf
Elevate Cleaning Efficiency Using Tallfly Hair Remover Roller Factory Expertise
340036916-American-Literature-Literary-Period-Overview.ppt
WRN_Investor_Presentation_August 2025.pdf
HR Introduction Slide (1).pptx on hr intro
A Brief Introduction About Julia Allison
Power and position in leadershipDOC-20250808-WA0011..pdf
Nidhal Samdaie CV - International Business Consultant
pdfcoffee.com-opt-b1plus-sb-answers.pdfvi
Dragon_Fruit_Cultivation_in Nepal ppt.pptx
Stem Cell Market Report | Trends, Growth & Forecast 2025-2034
IFRS Notes in your pocket for study all the time
ICG2025_ICG 6th steering committee 30-8-24.pptx
Ôn tập tiếng anh trong kinh doanh nâng cao
AI-assistance in Knowledge Collection and Curation supporting Safe and Sustai...
Lecture (1)-Introduction.pptx business communication

Advanced Search with Solr - User Guide

  • 1. Advanced Search with Solr - User Guide Compatibility: Community Edition: 1.6.x.x, 1.7.x.x, 1.8.x.x, 1.9.x.x
  • 2. Index 1. Apache Tomcat Installation ............................................................................................................3 2. Extension Installation......................................................................................................................9 3. Installation (Custom Theme) .......................................................................................................11 4. Extension Activation ....................................................................................................................12 5. Configuration ...............................................................................................................................14 6. Quick Notes ..................................................................................................................................18
  • 3. 3 1. Apache Tomcat and Solr Installation The steps below are a guide to help you install Solr versions 4.1 to 4.6 for windows. These steps have been tested and they will lead you to the successful installation. Step1  Download and install Java SDK.  Download URL : http://www.oracle.com/technetwork/java/javase/downloads/jdk7- downloads-1880260.html
  • 4. 4 Step2  Download and install Apache Tomcat  Apache Tomcat Download URL : http://tomcat.apache.org/download-80.cgi Step3  Test the Tomcat server in your browser. You should see the following screen:
  • 5. 5 Step4  You can configure the Tomcat server by going to Windows > Start > Monitor Tomcat Step5  Stop the Tomcat server by going to Windows > Start > Monitor Tomcat > General Tab> Stop
  • 6. 6 Step6  Download Solr-4.6.0 and unzip it in your local directory i.e. C: Solr-4.6.0 (download zip file).  Download solr URL : http://www.apache.org/dyn/closer.cgi/lucene/solr/4.6.0 Step7  Go to downloaded Solr folder above (step 6) and Copy solr.war file to Apache webapps folder. I.e. Copy C:solr-4.6.0distsolr-4.6.0.war file to C:Program FilesApache Software FoundationTomcat 8.0webapps folder (rename solr-4.6.0.war to solr.war). Step8  Create an empty Solr home folder. i.e. C:solr. Step9  Go to downloaded Solr folder above (step 6). Copy all files from C:solr-4.6.0solr- 4.6.0examplesolr folder to C:solr (Solr home folder). This will be your Solr home folder. Step10  Look into C:solr and you will see two folders with name collection1 and bin. Step11  Copy the jars from C:solr-4.6.0examplelibext (all jars) into C:Program FilesApache Software FoundationTomcat 8.0lib (this is your Tomcat server main library directory).
  • 7. 7 Step12  Set the Java system property solr.solr.home to your Solr Home. Go to Windows > Start > Monitor Tomcat > Java Tab > Java Options. Enter the following entry at the end (see below screenshot): -Dsolr.solr.home=c:solr Step13  Restart Tomcat by going to Windows > Start > Monitor Tomcat > General Tab > Start
  • 8. 8 Step14  Test Solr by going to http://localhost:8983/solr/ in your browser. You should see the Solr admin page as below.
  • 9. 9 2. Extension Installation Step 1 Check Permissions Make sure the ‘‘app’’, ”js”, ”lib“ and “skin” directories of your Magento and all directories inside it have full written permissions or set permissions on the each directory equal to 777 or 0777. Important! Change all permissions back after installation. Read more about permission at http://www.magentocommerce.com/wiki/magento_filesystem_permissions Step 2 Disable Compilation Log into Magento Admin Panel and go to System → Tools → Compilation and disable the compilation. After step 5 you can run the compilation process again. Step 3 Upload Files Upload all folders from the extension package to the installation directory of your Magento software using an FTP client.
  • 10. 10 Step 4 Clear cache Go to System → Cache Management. Clear the store cache. Step 5 Re-login Log out and log back into Magento Admin Panel. Step 6 Use Extension Go to System → Configuration. In the left column you will see the new tab – Biztech Extensions.
  • 11. 11 3. Installation (Custom Theme) Please do the next steps after the Installation: Step 1 Copy layout and template folders from app/design/frontend/default/default folder to app/design/frontend/your_package/your_theme folder Step 2 Copy skin folder from skin/frontend/default/default/folder to skin/frontend/your_package/your_package/
  • 12. 12 4. Extension Activation Step1 Copy an activation key Copy the activation key from the Order Confirmation Mail. OR Login into your account at http://store.biztechconsultancy.comwebsite using the e-mail and Password that you provided at checkout process. Go to Downloadable Options and copy the activation key for the Solr extension. Step2 Activate an extension Log into Magento Admin Panel and go to System Configuration→ Biztech Extensions /Solr and enter the activation key in the ''Activation Key'' field for the Solr extension then clicks the “Save Config”.
  • 13. 13 Step3 Select Websites When you enter and save the key it will be verified and you can select the websites where you need to use the Solr extension. Click the ''Save Config'' button after making your selections. Now, Solr Extension got activated! You just have to set configurations.
  • 14. 14 5. Configuration Please follow the below steps to enable Solr extension for customers. Go to System -> Configuration In the left column under Biztech Extension tab click on Solr tab.
  • 15. 15 In this tab, you can set basic configurations of Solr Extension. Here is the brief description of the configuration.  Hostname or IP: Specify host name or IP on which solr is installed. By default it will take as localhost.  Port Number: Specify on which port solr will run. By default it will take port as 8983.  Path: Specify path which belongs to solr admin panel. By default it will take solr as default path.  Solr Data Config XML Path: Specify the path of data-config.xml.  Solr Schema XML Path: Specify the path of schema.xml.  Solr Admin URL: Specify admin panel URL of solr.  Solr Core: This is a running instance of Lucene index along with the entire Solr configuration required to use it.  Search Timeout (seconds): Specify number of seconds after which solr search timeout.  Authentication Required: Select yes if solr requires authentication to connect. Select No if authentication not required.  Username: Enter username which requires connecting to solr.  Password: Enter password which requires connecting to solr.  Test Connection: Click on Test Connection to test solr connection. Display success if connection gets successful else it will display failed. Below is the result for the same.
  • 16. 16 Solr Search Results  Maximum Number of Results: Specify number of records to be displayed per page.  Auto Correct Search Terms: Select yes to automatically correct the search words/terms.  No. of Auto complete Suggestions: Specify number of products to be displayed in auto suggestion.  Enabled Category List Page: If selected yes then category list page will also come from solr. By default it is set to No.
  • 17. 17 Product Attributes Booster  Product attributes to boost: Add number of attributes to be indexed in solr documents.  Facet Attributes to boost: Add number of attributes to be displayed in layered navigation.  Sorting Attribute: Attribute based on which you need to sort products in category list page and search result page.  Indexed Data: Click on this button to re-index data of solr.
  • 18. 18 6. Quick Notes Configuration  PHP version should be 5.3 above.  Solr should be installed on server before using this extension.  Any change made in extension’s configuration and that should not reflect in front then need to restart solr once.  Mentioned installation steps are for Windows only.  If solr is not installed on your server, contact us we will install this. All Set! Now, you are ready to use extension.
  • 19. 19 Technical Support We welcome all forms of customized Magento e-commerce queries and deliver tailor-made Magento e-store solution,given your distinct business needs! We provide all technical support! Get in touch filling in our online message form to contact our support team or shoot us an email at support@biztechconsultancy.com. Your IT Partner, With You Anytime , Anywhere! You may also like
  • 20. 20 About of Biztech Consultancy We simplify your business,offers unique business solution in digital web and IT landscapes. Our core expertise includes Magento Expertise We are magento e-commerce specialist! Be it  Store Development  Customization  Integration  Maintenance  Upgaration You can trust our expertise!