SlideShare a Scribd company logo
1 of 21
Download to read offline
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

What's hot

Magento 2 force login
Magento 2 force loginMagento 2 force login
Magento 2 force loginMageAnts
 
Latch MyCar: Documentation
Latch MyCar: DocumentationLatch MyCar: Documentation
Latch MyCar: DocumentationTelefónica
 
O C S Inventory N G Installation And Administration Guide 1
O C S  Inventory  N G  Installation And  Administration  Guide 1O C S  Inventory  N G  Installation And  Administration  Guide 1
O C S Inventory N G Installation And Administration Guide 1rossodavide
 
Share point 2010 enterprise single server farm installation
Share point 2010 enterprise single server farm installationShare point 2010 enterprise single server farm installation
Share point 2010 enterprise single server farm installationparallelminder
 
New sap installation post installation
New sap  installation   post installationNew sap  installation   post installation
New sap installation post installationdkeerthan
 
Pandora FMS: Apache server monitoring
Pandora FMS: Apache server monitoring Pandora FMS: Apache server monitoring
Pandora FMS: Apache server monitoring Pandora FMS
 

What's hot (10)

Magento 2 force login
Magento 2 force loginMagento 2 force login
Magento 2 force login
 
Latch MyCar: Documentation
Latch MyCar: DocumentationLatch MyCar: Documentation
Latch MyCar: Documentation
 
cofaso User Guide
cofaso User Guidecofaso User Guide
cofaso User Guide
 
O C S Inventory N G Installation And Administration Guide 1
O C S  Inventory  N G  Installation And  Administration  Guide 1O C S  Inventory  N G  Installation And  Administration  Guide 1
O C S Inventory N G Installation And Administration Guide 1
 
Share point 2010 enterprise single server farm installation
Share point 2010 enterprise single server farm installationShare point 2010 enterprise single server farm installation
Share point 2010 enterprise single server farm installation
 
New sap installation post installation
New sap  installation   post installationNew sap  installation   post installation
New sap installation post installation
 
Pandora FMS: Apache server monitoring
Pandora FMS: Apache server monitoring Pandora FMS: Apache server monitoring
Pandora FMS: Apache server monitoring
 
Ecc6.0 installation
Ecc6.0 installationEcc6.0 installation
Ecc6.0 installation
 
Url scan
Url scanUrl scan
Url scan
 
SugarMob Pro
SugarMob ProSugarMob Pro
SugarMob Pro
 

Similar to Advanced Search with Solr - User Guide

Getting startedwithtallydeveloper9 | Tally Synchronisation | Tally Services |...
Getting startedwithtallydeveloper9 | Tally Synchronisation | Tally Services |...Getting startedwithtallydeveloper9 | Tally Synchronisation | Tally Services |...
Getting startedwithtallydeveloper9 | Tally Synchronisation | Tally Services |...stannventures.Pvt.Ltd
 
Orangescrum In App Chat Add-on User Manual
Orangescrum In App Chat Add-on User ManualOrangescrum In App Chat Add-on User Manual
Orangescrum In App Chat Add-on User ManualOrangescrum
 
SuiteCRM Customer Portal
SuiteCRM Customer PortalSuiteCRM Customer Portal
SuiteCRM Customer PortalAppJetty
 
Installation and c onfiguration
Installation and c onfigurationInstallation and c onfiguration
Installation and c onfigurationbispsolutions
 
RepSM Model Import Connector v5.2.7.6581.0 Configuration Guide for ArcSight E...
RepSM Model Import Connector v5.2.7.6581.0 Configuration Guide for ArcSight E...RepSM Model Import Connector v5.2.7.6581.0 Configuration Guide for ArcSight E...
RepSM Model Import Connector v5.2.7.6581.0 Configuration Guide for ArcSight E...Protect724v2
 
Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...
Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...
Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...Mumbai B.Sc.IT Study
 
Swift configurator installation-manual
Swift configurator installation-manualSwift configurator installation-manual
Swift configurator installation-manualPramod Sharma
 
Adaptive rfc troubleshooting guide
Adaptive rfc  troubleshooting guideAdaptive rfc  troubleshooting guide
Adaptive rfc troubleshooting guideDar Pinsor
 
Step by step installation of microsoft dynamics 365 finance and operations on...
Step by step installation of microsoft dynamics 365 finance and operations on...Step by step installation of microsoft dynamics 365 finance and operations on...
Step by step installation of microsoft dynamics 365 finance and operations on...Umesh Pandit
 
Magento 2 Infinite Scroll Extension By ITORIS INC
Magento 2 Infinite Scroll Extension By ITORIS INCMagento 2 Infinite Scroll Extension By ITORIS INC
Magento 2 Infinite Scroll Extension By ITORIS INCItexus LLC
 
Asset Model Import FlexConnector Developer's Guide
Asset Model Import FlexConnector Developer's GuideAsset Model Import FlexConnector Developer's Guide
Asset Model Import FlexConnector Developer's GuideProtect724migration
 
Joget v5 Getting Started Guide
Joget v5 Getting Started GuideJoget v5 Getting Started Guide
Joget v5 Getting Started GuideJoget Workflow
 
Oracle bi 10g_install_migration
Oracle bi 10g_install_migrationOracle bi 10g_install_migration
Oracle bi 10g_install_migrationMlx Le
 
installation and configuration of informatica server
installation and configuration of informatica serverinstallation and configuration of informatica server
installation and configuration of informatica serverketulp
 
ConnectSMART Tutorials
ConnectSMART TutorialsConnectSMART Tutorials
ConnectSMART TutorialsConnectSMART
 
Mcafee Epolicy Orchestrator
Mcafee Epolicy OrchestratorMcafee Epolicy Orchestrator
Mcafee Epolicy OrchestratorMindRiver Group
 
Drv13 power flex 755 programming with devicelogix
Drv13   power flex 755 programming with devicelogixDrv13   power flex 755 programming with devicelogix
Drv13 power flex 755 programming with devicelogixconfidencial
 
Asset modelimportconn devguide_5.2.1.6190.0
Asset modelimportconn devguide_5.2.1.6190.0Asset modelimportconn devguide_5.2.1.6190.0
Asset modelimportconn devguide_5.2.1.6190.0Protect724
 

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

SalesDesktop FAQ
SalesDesktop FAQSalesDesktop FAQ
SalesDesktop FAQ
 
Getting startedwithtallydeveloper9 | Tally Synchronisation | Tally Services |...
Getting startedwithtallydeveloper9 | Tally Synchronisation | Tally Services |...Getting startedwithtallydeveloper9 | Tally Synchronisation | Tally Services |...
Getting startedwithtallydeveloper9 | Tally Synchronisation | Tally Services |...
 
Orangescrum In App Chat Add-on User Manual
Orangescrum In App Chat Add-on User ManualOrangescrum In App Chat Add-on User Manual
Orangescrum In App Chat Add-on User Manual
 
SuiteCRM Customer Portal
SuiteCRM Customer PortalSuiteCRM Customer Portal
SuiteCRM Customer Portal
 
Installation and c onfiguration
Installation and c onfigurationInstallation and c onfiguration
Installation and c onfiguration
 
RepSM Model Import Connector v5.2.7.6581.0 Configuration Guide for ArcSight E...
RepSM Model Import Connector v5.2.7.6581.0 Configuration Guide for ArcSight E...RepSM Model Import Connector v5.2.7.6581.0 Configuration Guide for ArcSight E...
RepSM Model Import Connector v5.2.7.6581.0 Configuration Guide for ArcSight E...
 
Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...
Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...
Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...
 
Swift configurator installation-manual
Swift configurator installation-manualSwift configurator installation-manual
Swift configurator installation-manual
 
Adaptive rfc troubleshooting guide
Adaptive rfc  troubleshooting guideAdaptive rfc  troubleshooting guide
Adaptive rfc troubleshooting guide
 
Step by step installation of microsoft dynamics 365 finance and operations on...
Step by step installation of microsoft dynamics 365 finance and operations on...Step by step installation of microsoft dynamics 365 finance and operations on...
Step by step installation of microsoft dynamics 365 finance and operations on...
 
Magento 2 Infinite Scroll Extension By ITORIS INC
Magento 2 Infinite Scroll Extension By ITORIS INCMagento 2 Infinite Scroll Extension By ITORIS INC
Magento 2 Infinite Scroll Extension By ITORIS INC
 
Asset Model Import FlexConnector Developer's Guide
Asset Model Import FlexConnector Developer's GuideAsset Model Import FlexConnector Developer's Guide
Asset Model Import FlexConnector Developer's Guide
 
Joget v5 Getting Started Guide
Joget v5 Getting Started GuideJoget v5 Getting Started Guide
Joget v5 Getting Started Guide
 
Oracle bi 10g_install_migration
Oracle bi 10g_install_migrationOracle bi 10g_install_migration
Oracle bi 10g_install_migration
 
installation and configuration of informatica server
installation and configuration of informatica serverinstallation and configuration of informatica server
installation and configuration of informatica server
 
Symfony quick tour_2.3
Symfony quick tour_2.3Symfony quick tour_2.3
Symfony quick tour_2.3
 
ConnectSMART Tutorials
ConnectSMART TutorialsConnectSMART Tutorials
ConnectSMART Tutorials
 
Mcafee Epolicy Orchestrator
Mcafee Epolicy OrchestratorMcafee Epolicy Orchestrator
Mcafee Epolicy Orchestrator
 
Drv13 power flex 755 programming with devicelogix
Drv13   power flex 755 programming with devicelogixDrv13   power flex 755 programming with devicelogix
Drv13 power flex 755 programming with devicelogix
 
Asset modelimportconn devguide_5.2.1.6190.0
Asset modelimportconn devguide_5.2.1.6190.0Asset modelimportconn devguide_5.2.1.6190.0
Asset modelimportconn devguide_5.2.1.6190.0
 

More from Biztech Store

Best Mobile App Builder For Magento 2
Best Mobile App Builder For Magento 2Best Mobile App Builder For Magento 2
Best Mobile App Builder For Magento 2Biztech Store
 
Language Translator Magento 2 Extension
Language Translator Magento 2 ExtensionLanguage Translator Magento 2 Extension
Language Translator Magento 2 ExtensionBiztech Store
 
Magento 2 Advance Shop By Brand Extension, Display Logo Slider on Store
Magento 2 Advance Shop By Brand Extension, Display Logo Slider on StoreMagento 2 Advance Shop By Brand Extension, Display Logo Slider on Store
Magento 2 Advance Shop By Brand Extension, Display Logo Slider on StoreBiztech Store
 
Magento 2 Australia Post Shipping Extension, Parcel Shipping Rate
Magento 2 Australia Post Shipping Extension, Parcel Shipping RateMagento 2 Australia Post Shipping Extension, Parcel Shipping Rate
Magento 2 Australia Post Shipping Extension, Parcel Shipping RateBiztech Store
 
FedEx Smart Shipping Magento Extension, FedEx Freight Service Module
FedEx Smart Shipping Magento Extension, FedEx Freight Service ModuleFedEx Smart Shipping Magento Extension, FedEx Freight Service Module
FedEx Smart Shipping Magento Extension, FedEx Freight Service ModuleBiztech Store
 
Odoo MobiCraft: Responsive Mobile Ecommerce Store Theme
Odoo MobiCraft: Responsive Mobile Ecommerce Store ThemeOdoo MobiCraft: Responsive Mobile Ecommerce Store Theme
Odoo MobiCraft: Responsive Mobile Ecommerce Store ThemeBiztech Store
 
Odoo Furnito Ecommerce Theme, Responsive OpenERP Furniture Theme
Odoo Furnito Ecommerce Theme, Responsive OpenERP Furniture ThemeOdoo Furnito Ecommerce Theme, Responsive OpenERP Furniture Theme
Odoo Furnito Ecommerce Theme, Responsive OpenERP Furniture ThemeBiztech Store
 
SugarCRM Survey Rocket Plugin: User Manual
SugarCRM Survey Rocket Plugin: User ManualSugarCRM Survey Rocket Plugin: User Manual
SugarCRM Survey Rocket Plugin: User ManualBiztech Store
 
Odoo Crafito Theme, Multipurpose Odoo Template For All Industries
Odoo Crafito Theme, Multipurpose Odoo Template For All IndustriesOdoo Crafito Theme, Multipurpose Odoo Template For All Industries
Odoo Crafito Theme, Multipurpose Odoo Template For All IndustriesBiztech Store
 
Crafito Odoo Theme - User Guide
Crafito Odoo Theme - User GuideCrafito Odoo Theme - User Guide
Crafito Odoo Theme - User GuideBiztech Store
 
Odoo Kingfisher Pro Fashion Theme, Responsive eCommerce Fashion Store Theme
Odoo Kingfisher Pro Fashion Theme, Responsive eCommerce Fashion Store ThemeOdoo Kingfisher Pro Fashion Theme, Responsive eCommerce Fashion Store Theme
Odoo Kingfisher Pro Fashion Theme, Responsive eCommerce Fashion Store ThemeBiztech Store
 
Delivery Date Scheduler Magento Extension - User Guide
Delivery Date Scheduler Magento Extension - User GuideDelivery Date Scheduler Magento Extension - User Guide
Delivery Date Scheduler Magento Extension - User GuideBiztech Store
 
Brush Your Ideas Magento Product Designer Extension - User Guide
Brush Your Ideas Magento Product Designer Extension - User GuideBrush Your Ideas Magento Product Designer Extension - User Guide
Brush Your Ideas Magento Product Designer Extension - User GuideBiztech Store
 
Tips to Improve your Buyers' Involvement
Tips to Improve your Buyers' InvolvementTips to Improve your Buyers' Involvement
Tips to Improve your Buyers' InvolvementBiztech Store
 
WordPress SugarCRM Customer Portal Pro Plugin
WordPress SugarCRM Customer Portal Pro PluginWordPress SugarCRM Customer Portal Pro Plugin
WordPress SugarCRM Customer Portal Pro PluginBiztech Store
 
MageMob Cart Android & iPhone Application to Access Magento Store
MageMob Cart Android & iPhone Application to Access Magento StoreMageMob Cart Android & iPhone Application to Access Magento Store
MageMob Cart Android & iPhone Application to Access Magento StoreBiztech Store
 
SugarCRM Survey Rocket Plugin - User Guide
SugarCRM Survey Rocket Plugin - User GuideSugarCRM Survey Rocket Plugin - User Guide
SugarCRM Survey Rocket Plugin - User GuideBiztech Store
 
WordPress SugarCRM Customer Portal Pro Plugin
WordPress SugarCRM Customer Portal Pro PluginWordPress SugarCRM Customer Portal Pro Plugin
WordPress SugarCRM Customer Portal Pro PluginBiztech Store
 
Odoo Customer Order Comment Apps
Odoo Customer Order Comment AppsOdoo Customer Order Comment Apps
Odoo Customer Order Comment AppsBiztech Store
 

More from Biztech Store (20)

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

Recently uploaded

Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...daisycvs
 
Falcon Invoice Discounting: Unlock Your Business Potential
Falcon Invoice Discounting: Unlock Your Business PotentialFalcon Invoice Discounting: Unlock Your Business Potential
Falcon Invoice Discounting: Unlock Your Business PotentialFalcon investment
 
JAJPUR CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN JAJPUR ESCORTS
JAJPUR CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN JAJPUR  ESCORTSJAJPUR CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN JAJPUR  ESCORTS
JAJPUR CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN JAJPUR ESCORTSkajalroy875762
 
KOLKATA 💋 Call Girl 9827461493 Call Girls in Escort service book now
KOLKATA 💋 Call Girl 9827461493 Call Girls in  Escort service book nowKOLKATA 💋 Call Girl 9827461493 Call Girls in  Escort service book now
KOLKATA 💋 Call Girl 9827461493 Call Girls in Escort service book nowkapoorjyoti4444
 
Arti Languages Pre Seed Teaser Deck 2024.pdf
Arti Languages Pre Seed Teaser Deck 2024.pdfArti Languages Pre Seed Teaser Deck 2024.pdf
Arti Languages Pre Seed Teaser Deck 2024.pdfwill854175
 
Chennai Call Gril 80022//12248 Only For Sex And High Profile Best Gril Sex Av...
Chennai Call Gril 80022//12248 Only For Sex And High Profile Best Gril Sex Av...Chennai Call Gril 80022//12248 Only For Sex And High Profile Best Gril Sex Av...
Chennai Call Gril 80022//12248 Only For Sex And High Profile Best Gril Sex Av...Puja Sharma
 
Putting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptxPutting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptxCynthia Clay
 
PHX May 2024 Corporate Presentation Final
PHX May 2024 Corporate Presentation FinalPHX May 2024 Corporate Presentation Final
PHX May 2024 Corporate Presentation FinalPanhandleOilandGas
 
Solan Call Girl Just Call 8084732287 Top Class Call Girl Service Available
Solan Call Girl Just Call 8084732287 Top Class Call Girl Service AvailableSolan Call Girl Just Call 8084732287 Top Class Call Girl Service Available
Solan Call Girl Just Call 8084732287 Top Class Call Girl Service Availablepr788182
 
Berhampur 70918*19311 CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDING
Berhampur 70918*19311 CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDINGBerhampur 70918*19311 CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDING
Berhampur 70918*19311 CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDINGpr788182
 
Lundin Gold - Q1 2024 Conference Call Presentation (Revised)
Lundin Gold - Q1 2024 Conference Call Presentation (Revised)Lundin Gold - Q1 2024 Conference Call Presentation (Revised)
Lundin Gold - Q1 2024 Conference Call Presentation (Revised)Adnet Communications
 
ALWAR 💋 Call Girl 9827461493 Call Girls in Escort service book now
ALWAR 💋 Call Girl 9827461493 Call Girls in  Escort service book nowALWAR 💋 Call Girl 9827461493 Call Girls in  Escort service book now
ALWAR 💋 Call Girl 9827461493 Call Girls in Escort service book nowkapoorjyoti4444
 
Phases of Negotiation .pptx
 Phases of Negotiation .pptx Phases of Negotiation .pptx
Phases of Negotiation .pptxnandhinijagan9867
 
JHARSUGUDA CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN JHARSUGUDA ESCORTS
JHARSUGUDA CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN JHARSUGUDA ESCORTSJHARSUGUDA CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN JHARSUGUDA ESCORTS
JHARSUGUDA CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN JHARSUGUDA ESCORTSkajalroy875762
 
PARK STREET 💋 Call Girl 9827461493 Call Girls in Escort service book now
PARK STREET 💋 Call Girl 9827461493 Call Girls in  Escort service book nowPARK STREET 💋 Call Girl 9827461493 Call Girls in  Escort service book now
PARK STREET 💋 Call Girl 9827461493 Call Girls in Escort service book nowkapoorjyoti4444
 
KOTA 💋 Call Girl 9827461493 Call Girls in Escort service book now
KOTA 💋 Call Girl 9827461493 Call Girls in  Escort service book nowKOTA 💋 Call Girl 9827461493 Call Girls in  Escort service book now
KOTA 💋 Call Girl 9827461493 Call Girls in Escort service book nowkapoorjyoti4444
 
Unveiling Falcon Invoice Discounting: Leading the Way as India's Premier Bill...
Unveiling Falcon Invoice Discounting: Leading the Way as India's Premier Bill...Unveiling Falcon Invoice Discounting: Leading the Way as India's Premier Bill...
Unveiling Falcon Invoice Discounting: Leading the Way as India's Premier Bill...Falcon Invoice Discounting
 
Marel Q1 2024 Investor Presentation from May 8, 2024
Marel Q1 2024 Investor Presentation from May 8, 2024Marel Q1 2024 Investor Presentation from May 8, 2024
Marel Q1 2024 Investor Presentation from May 8, 2024Marel
 
Nanded Call Girl Just Call 8084732287 Top Class Call Girl Service Available
Nanded Call Girl Just Call 8084732287 Top Class Call Girl Service AvailableNanded Call Girl Just Call 8084732287 Top Class Call Girl Service Available
Nanded Call Girl Just Call 8084732287 Top Class Call Girl Service Availablepr788182
 
Bankura Call Girl Just Call♥️ 8084732287 ♥️Top Class Call Girl Service Available
Bankura Call Girl Just Call♥️ 8084732287 ♥️Top Class Call Girl Service AvailableBankura Call Girl Just Call♥️ 8084732287 ♥️Top Class Call Girl Service Available
Bankura Call Girl Just Call♥️ 8084732287 ♥️Top Class Call Girl Service Availablepr788182
 

Recently uploaded (20)

Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
 
Falcon Invoice Discounting: Unlock Your Business Potential
Falcon Invoice Discounting: Unlock Your Business PotentialFalcon Invoice Discounting: Unlock Your Business Potential
Falcon Invoice Discounting: Unlock Your Business Potential
 
JAJPUR CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN JAJPUR ESCORTS
JAJPUR CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN JAJPUR  ESCORTSJAJPUR CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN JAJPUR  ESCORTS
JAJPUR CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN JAJPUR ESCORTS
 
KOLKATA 💋 Call Girl 9827461493 Call Girls in Escort service book now
KOLKATA 💋 Call Girl 9827461493 Call Girls in  Escort service book nowKOLKATA 💋 Call Girl 9827461493 Call Girls in  Escort service book now
KOLKATA 💋 Call Girl 9827461493 Call Girls in Escort service book now
 
Arti Languages Pre Seed Teaser Deck 2024.pdf
Arti Languages Pre Seed Teaser Deck 2024.pdfArti Languages Pre Seed Teaser Deck 2024.pdf
Arti Languages Pre Seed Teaser Deck 2024.pdf
 
Chennai Call Gril 80022//12248 Only For Sex And High Profile Best Gril Sex Av...
Chennai Call Gril 80022//12248 Only For Sex And High Profile Best Gril Sex Av...Chennai Call Gril 80022//12248 Only For Sex And High Profile Best Gril Sex Av...
Chennai Call Gril 80022//12248 Only For Sex And High Profile Best Gril Sex Av...
 
Putting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptxPutting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptx
 
PHX May 2024 Corporate Presentation Final
PHX May 2024 Corporate Presentation FinalPHX May 2024 Corporate Presentation Final
PHX May 2024 Corporate Presentation Final
 
Solan Call Girl Just Call 8084732287 Top Class Call Girl Service Available
Solan Call Girl Just Call 8084732287 Top Class Call Girl Service AvailableSolan Call Girl Just Call 8084732287 Top Class Call Girl Service Available
Solan Call Girl Just Call 8084732287 Top Class Call Girl Service Available
 
Berhampur 70918*19311 CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDING
Berhampur 70918*19311 CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDINGBerhampur 70918*19311 CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDING
Berhampur 70918*19311 CALL GIRLS IN ESCORT SERVICE WE ARE PROVIDING
 
Lundin Gold - Q1 2024 Conference Call Presentation (Revised)
Lundin Gold - Q1 2024 Conference Call Presentation (Revised)Lundin Gold - Q1 2024 Conference Call Presentation (Revised)
Lundin Gold - Q1 2024 Conference Call Presentation (Revised)
 
ALWAR 💋 Call Girl 9827461493 Call Girls in Escort service book now
ALWAR 💋 Call Girl 9827461493 Call Girls in  Escort service book nowALWAR 💋 Call Girl 9827461493 Call Girls in  Escort service book now
ALWAR 💋 Call Girl 9827461493 Call Girls in Escort service book now
 
Phases of Negotiation .pptx
 Phases of Negotiation .pptx Phases of Negotiation .pptx
Phases of Negotiation .pptx
 
JHARSUGUDA CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN JHARSUGUDA ESCORTS
JHARSUGUDA CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN JHARSUGUDA ESCORTSJHARSUGUDA CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN JHARSUGUDA ESCORTS
JHARSUGUDA CALL GIRL ❤ 82729*64427❤ CALL GIRLS IN JHARSUGUDA ESCORTS
 
PARK STREET 💋 Call Girl 9827461493 Call Girls in Escort service book now
PARK STREET 💋 Call Girl 9827461493 Call Girls in  Escort service book nowPARK STREET 💋 Call Girl 9827461493 Call Girls in  Escort service book now
PARK STREET 💋 Call Girl 9827461493 Call Girls in Escort service book now
 
KOTA 💋 Call Girl 9827461493 Call Girls in Escort service book now
KOTA 💋 Call Girl 9827461493 Call Girls in  Escort service book nowKOTA 💋 Call Girl 9827461493 Call Girls in  Escort service book now
KOTA 💋 Call Girl 9827461493 Call Girls in Escort service book now
 
Unveiling Falcon Invoice Discounting: Leading the Way as India's Premier Bill...
Unveiling Falcon Invoice Discounting: Leading the Way as India's Premier Bill...Unveiling Falcon Invoice Discounting: Leading the Way as India's Premier Bill...
Unveiling Falcon Invoice Discounting: Leading the Way as India's Premier Bill...
 
Marel Q1 2024 Investor Presentation from May 8, 2024
Marel Q1 2024 Investor Presentation from May 8, 2024Marel Q1 2024 Investor Presentation from May 8, 2024
Marel Q1 2024 Investor Presentation from May 8, 2024
 
Nanded Call Girl Just Call 8084732287 Top Class Call Girl Service Available
Nanded Call Girl Just Call 8084732287 Top Class Call Girl Service AvailableNanded Call Girl Just Call 8084732287 Top Class Call Girl Service Available
Nanded Call Girl Just Call 8084732287 Top Class Call Girl Service Available
 
Bankura Call Girl Just Call♥️ 8084732287 ♥️Top Class Call Girl Service Available
Bankura Call Girl Just Call♥️ 8084732287 ♥️Top Class Call Girl Service AvailableBankura Call Girl Just Call♥️ 8084732287 ♥️Top Class Call Girl Service Available
Bankura Call Girl Just Call♥️ 8084732287 ♥️Top Class Call Girl Service Available
 

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!