SlideShare a Scribd company logo
Apache Solr
@somkiat
Apache Solr
Search server
Based on Lucene
Full-text search library
Java 100%
Open source
Apache Solr
REST API
HTTP
XML
JSON
Apache Solr
Client supports
.NET
Java
PHP
Ruby
Python
How we
implement ?
SELECT *
FROM product
WHERE id LIKE ‘%1%’
AND name LIKE ‘%xxx%’
Problems
Full table scan = Killer performance
RDBMS is not designed for search
like that
Architecture
Query
WEB
Application

Apache
Solr

Result

Update
Indexer
How to use ?
Install
Define solrconfig.xml
Define schema.xml
Deploy to Java Web Server
Jetty ( Default )
Apache Tomcat
Define schema.xml
Structure of data
Liked table structure
Must have Primary/Unique key
Must have _version_ field
<field name="id" type="string"
indexed="true" stored="true"
required="true" />
!

<field name="item_id" type="string"
indexed="true" stored="true"
required="true" />
<uniqueKey>id</uniqueKey>
Solr Administrator
http:/
/localhost:8983/solr
Dashboard page
Add/Update index
Add/Update Index
http:/
/localhost:8983/solr/
collection1/update?wt=json
Delete Index

http:/
/localhost:8983/solr/collection1/
update?
stream.body=<delete><query>*:*</
query></delete>&commit=true
Ping

http:/
/localhost:8983/solr/
collection1/admin/ping?wt=json
Scaling Solr
Scale up
CPU, RAM, SSD

Scale horizontal
(http:/
/wiki.apache.org/solr/DistributedSearch)

Scale deep
Sharding and Multiple replicate
Performance Tools
JMeter
SolrMeter
https:/
/code.google.com/p/
solrmeter/

http:/
/wiki.apache.org/solr/BenchmarkingSolr
JMeter
SolrMeter
Tuning
performance

http:/
/wiki.apache.org/solr/SolrPerformanceFactors
JVM Memory
-Xms1024M -Xmx1024M -server
Virtual Memory
Virtual memory for index
Config in solrconfig.xml
<directoryFactory/>
change from
StandardDirectoryFactory to
MmapDirectoryFactory
Enable http caching
Config in solrconfig.xml
<httpCaching

lastModifiedFrom="openTime"

etagSeed="Solr" 

never304="false">




<cacheControl>

max-age=43200, must-revalidate

</cacheControl>

!

</httpCaching>
Q/A
เกี่ยวกับ Apache solr 4.0

More Related Content

PPT
Enterprise search in_drupal_pub
PPTX
Force.com Migration Tool
PDF
Custom EOAdaptors and ERSolr
PDF
3 introduction-php-mvc-cakephp-m3-getting-started-slides
PDF
4 introduction-php-mvc-cakephp-m4-controllers-slides
PPTX
Django Tastypie 101
PPTX
Introduction to ElasticSearch
PDF
Things to keep in mind while creating a word press plugin from scratch
Enterprise search in_drupal_pub
Force.com Migration Tool
Custom EOAdaptors and ERSolr
3 introduction-php-mvc-cakephp-m3-getting-started-slides
4 introduction-php-mvc-cakephp-m4-controllers-slides
Django Tastypie 101
Introduction to ElasticSearch
Things to keep in mind while creating a word press plugin from scratch

What's hot (20)

ODP
Introduction to Apache solr
PDF
6 introduction-php-mvc-cakephp-m6-views-slides
PPTX
Enterprise search with apache solr
PDF
RESTful API development in Laravel 4 - Christopher Pecoraro
PPT
Web service with Laravel
PDF
Web services with laravel
PPTX
REST API for your WP7 App
PPTX
REST APIs in Laravel 101
PDF
Get database properties using power shell in sql server 2008 techrepublic
PDF
Try using Aeromock by Marverick, Inc.
ODP
Dev8d Apache Solr Tutorial
PPTX
ODP
Javascript laravel's friend
PPT
Installation of Drupal on Windows XP with XAMPP
PDF
2 introduction-php-mvc-cakephp-m2-installation-slides
PDF
Laravel Restful API and AngularJS
PPTX
An introduction to Laravel Passport
PPTX
Amazon cloudtutorial
PPTX
Zend framework
PPT
Installation of Drupal on Windows XP
Introduction to Apache solr
6 introduction-php-mvc-cakephp-m6-views-slides
Enterprise search with apache solr
RESTful API development in Laravel 4 - Christopher Pecoraro
Web service with Laravel
Web services with laravel
REST API for your WP7 App
REST APIs in Laravel 101
Get database properties using power shell in sql server 2008 techrepublic
Try using Aeromock by Marverick, Inc.
Dev8d Apache Solr Tutorial
Javascript laravel's friend
Installation of Drupal on Windows XP with XAMPP
2 introduction-php-mvc-cakephp-m2-installation-slides
Laravel Restful API and AngularJS
An introduction to Laravel Passport
Amazon cloudtutorial
Zend framework
Installation of Drupal on Windows XP
Ad

Viewers also liked (20)

PPTX
Apache Solr - search for everyone!
PDF
eCommerce y Negocios por Internet en America Latina
PDF
People and the Planet
PDF
Внеофисное хранение документов: опыт аутсорсинга хранения документов в делопр...
PDF
Microsoft - CRM-системы как инструмент деловой деятельности и государственног...
PPT
Hamilton All About Me
PPT
Angry Dad Ross Dd07084
PDF
Reeves - Williams
PPT
Where is Carbon by Monica
PPS
Special Hot Air Balloons2
PPT
Sonny Liston - The Boxer
PDF
Разработка концепции и нормативно-методической документации по реализации еди...
PDF
Tech Award Presentation, 2011
PPT
Petra Gone Google
PPTX
Día del Patrimonio Cultural de Chile 2013
PPT
Michael A
PPT
Linoma CryptoComplete
PPT
Economics 6
PPT
Tesfa’S Travels Through The Sixties
Apache Solr - search for everyone!
eCommerce y Negocios por Internet en America Latina
People and the Planet
Внеофисное хранение документов: опыт аутсорсинга хранения документов в делопр...
Microsoft - CRM-системы как инструмент деловой деятельности и государственног...
Hamilton All About Me
Angry Dad Ross Dd07084
Reeves - Williams
Where is Carbon by Monica
Special Hot Air Balloons2
Sonny Liston - The Boxer
Разработка концепции и нормативно-методической документации по реализации еди...
Tech Award Presentation, 2011
Petra Gone Google
Día del Patrimonio Cultural de Chile 2013
Michael A
Linoma CryptoComplete
Economics 6
Tesfa’S Travels Through The Sixties
Ad

Similar to เกี่ยวกับ Apache solr 4.0 (20)

PPT
Developing RESTful WebServices using Jersey
PDF
A Quick Introduction to YQL
PPTX
Data Access Options in SharePoint 2010
PDF
Apache solr liferay
PDF
Beyond full-text searches with Lucene and Solr
PDF
Php summary
PDF
Make your gui shine with ajax solr
PPTX
Apache Solr + ajax solr
PPTX
Robotframework
PDF
Solr Application Development Tutorial
PDF
Rapid Prototyping with Solr
PPT
Selenium
PPT
070517 Jena
PDF
Getting to know Laravel 5
PDF
ApacheCon 2005
PDF
ASP.NET Overview - Alvin Lau
PDF
JAVA EE DEVELOPMENT (JSP and Servlets)
PPS
Introduction to Solr
PDF
03 form-data
Developing RESTful WebServices using Jersey
A Quick Introduction to YQL
Data Access Options in SharePoint 2010
Apache solr liferay
Beyond full-text searches with Lucene and Solr
Php summary
Make your gui shine with ajax solr
Apache Solr + ajax solr
Robotframework
Solr Application Development Tutorial
Rapid Prototyping with Solr
Selenium
070517 Jena
Getting to know Laravel 5
ApacheCon 2005
ASP.NET Overview - Alvin Lau
JAVA EE DEVELOPMENT (JSP and Servlets)
Introduction to Solr
03 form-data

More from Somkiat Puisungnoen (20)

PDF
Next of Java 2022
PDF
Sck spring-reactive
PDF
Part 2 :: Spring Boot testing
PDF
vTalk#1 Microservices with Spring Boot
PDF
Lesson learned from React native and Flutter
PDF
Angular :: basic tuning performance
PDF
Shared code between projects
PDF
Distributed Tracing
PDF
Manage data of service
PDF
RobotFramework Meetup at Thailand #2
PDF
Visual testing
PDF
Cloud Native App
PDF
Wordpress for Newbie
PDF
Sck Agile in Real World
PDF
Clean you code
PDF
SCK Firestore at CNX
PDF
Unhappiness Developer
PDF
The Beauty of BAD code
PDF
React in the right way
Next of Java 2022
Sck spring-reactive
Part 2 :: Spring Boot testing
vTalk#1 Microservices with Spring Boot
Lesson learned from React native and Flutter
Angular :: basic tuning performance
Shared code between projects
Distributed Tracing
Manage data of service
RobotFramework Meetup at Thailand #2
Visual testing
Cloud Native App
Wordpress for Newbie
Sck Agile in Real World
Clean you code
SCK Firestore at CNX
Unhappiness Developer
The Beauty of BAD code
React in the right way

Recently uploaded (20)

PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
cuic standard and advanced reporting.pdf
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Machine learning based COVID-19 study performance prediction
PPT
Teaching material agriculture food technology
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
Empathic Computing: Creating Shared Understanding
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Electronic commerce courselecture one. Pdf
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Approach and Philosophy of On baking technology
PDF
Spectral efficient network and resource selection model in 5G networks
Encapsulation_ Review paper, used for researhc scholars
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
cuic standard and advanced reporting.pdf
Reach Out and Touch Someone: Haptics and Empathic Computing
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Machine learning based COVID-19 study performance prediction
Teaching material agriculture food technology
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Empathic Computing: Creating Shared Understanding
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Diabetes mellitus diagnosis method based random forest with bat algorithm
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
Mobile App Security Testing_ A Comprehensive Guide.pdf
Electronic commerce courselecture one. Pdf
Agricultural_Statistics_at_a_Glance_2022_0.pdf
NewMind AI Weekly Chronicles - August'25 Week I
Advanced methodologies resolving dimensionality complications for autism neur...
Approach and Philosophy of On baking technology
Spectral efficient network and resource selection model in 5G networks

เกี่ยวกับ Apache solr 4.0