Tomás Fernández Löbbe Plugtree LLC October 7th 2010 1.

Slides:



Advertisements
Similar presentations
© 2011 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. Ashish Mishra Automation Lifecycle of Mobile Applications.
Advertisements

Spring Roo and the Cloud Shekhar Gulati.
P.H. Bamaiyi pwaveno-h-bamaiyi/ Mendeley Advisor [
Solr Facets in Alfresco 4
SubjectsPlus: Take Control of your Data Andrew Darby University of Miami Libraries October 10, 2011.
Introduction to VuFind
California Digital Library NISO Standardized Usage Statistics Harvesting Initiative (SUSHI): Z39.93 Chan Li California Digital Library ALA Midwinter 2009.
© 2008 EBSCO Information Services SUSHI, COUNTER and ERM Systems An Update on Usage Standards Ressources électroniques dans les bibliothèques électroniques.
A REST-ful Web Services Approach to Library Federated Search using SRU Kevin Reiss Rutgers-Newark Law Library CALI 2005 – June 11th.
Searching Featured Lists. About Mercer University.
Red Gate SQL Bundle SQL Server Best Practices Analyzer Microsoft Baseline Security Analyzer Dave Fackler President Atlanta.MDF
SDL Tridion Webinar An introduction to SmartTarget
Lucene/Solr Architecture
Continued Investment in ATML
What is GNU/Linux (Not Linux!)? David Sudjiman davidsudjiman (at) yahoo (dot) com The latest version of this document can.
Company Confidential 1 © 2005 Nokia DBUpgradeTool_ ppt / / JMa A Database Upgrade Tool Nokia Networks Jukka Maaranen.
Personalized Navigation in the Semantic Web: An Enhanced Faceted Browser Michal Tvarožek FIIT STU BA.
1 Search Update Webmasters User Group by Kevin Paddock, DTS Search Administrator State of California Webmasters User Group Wednesday,
© Copyright 2012 STI INNSBRUCK Apache Lucene Ioan Toma based on slides from Aaron Bannert
Configuring Windows to run Dr.Web scanner remotely.
EasySearch Technical Overview. Ever seen a website without a full text search? BUT – Search is expensive Financially Computationally – Search is complicated.
Apache Solr Yonik Seeley 29 June 2006 Dublin, Ireland.
SpoolFactory – Free Tools Spool Conversion Software for i5/iSeries/AS400.
Decimaker: A statistical software using R, Microsoft.NET, R (D)COM Server and graphical libraries Julien Vanwinsberghe, ClinBAY, France Francois Vandenhende,
Implementing search with free software An introduction to Solr By Mick England.
Talend 5.4 Architecture Adam Pemble Talend Professional Services.
Search Search Drupal with Apache Solr with CERN Web Communications Group – Copyright 2013.
Elastos.org Brief Introduction ! Jenny Tongji University
Drupal Training Syllabus Chaitanya Lakshmi
Sumedha Rubasinghe October,2009 Introduction to Programming Tools.
Linux Last Update Copyright Kenneth M. Chipps Ph.D. 1.
WebVizOr: A Fault Detection Visualization Tool for Web Applications Goal: Illustrate and evaluate the uses of WebVizOr, a new tool to aid web application.
Overview of IU Digital Collections Search Hui Zhang Jon Dunn Indiana University Digital Library Program IU Digital Library Brown Bag October 19, 2011.
Eric Westfall – Indiana University James Bennett – Indiana University ADMINISTERING A PRODUCTION KUALI RICE INFRASTRUCTURE.
The Prajna Project Utilities for Understanding Edward Swing.
Apache Cocoon Part I 2/27/06 Kevin Davis. Learning Objectives Understand the function of Cocoon Create a working sitemap Make available a stylesheet-
The HTTP is a standard that all Web browsers and Web servers must speak in order for the Web portion of the Internet to work.
© 2008 by Shawn Spiars; made available under the EPL v1.0 | March 17, 2008 Case Study – Phurnace Software and RCP Shawn Spiars Lead UI Developer Phurnace.
WStore Programmer Guide Offering management integration.
ICM – API Server Gary Ratcliffe. 2 Agenda Webinar Programme API Server Overview JSON-RPC iCM API Service API Server and Forms New services under.
WAMP Server Installatin Shiyun Wen. WAMP Server Installation  WAMP Server is an integrated installation of Apache, MySQL, and PHP for Windows. Following.
Field Trip #24 Setting Up a Web Server. Apache Apache is one of the most successful open source web servers In 1995 the most popular web server was the.
Apache Web Server Architecture Chaitanya Kulkarni MSCS rd April /23/20081Apache Web Server Architecture.
Software Deployment & Release 26/03/2015 1EN-ICE.
Product Description. XML file generation Fluidity in data transfer. Just-in-time integration and transformation Based on JAVA technology. Output formats.
Service Oriented Architecture CS 507 Term Project Shop in 1 By Swanand A Naravane Pranay Singh 3/17/2016.
Apache Solr Dima Ionut Daniel. Contents What is Apache Solr? Architecture Features Core Solr Concepts Configuration Conclusions Bibliography.
Tools of the trade J SON, M AVEN, A PACHE COMMON Photo from
Maven. Introduction Using Maven (I) – Installing the Maven plugin for Eclipse – Creating a Maven Project – Building the Project Understanding the POM.
XML 2002 Annotation Management in an XML CMS A Case Study.
FORGING THE LIBRARY WEBSITE WITH OPEN SOURCE PROF. JUNIOR TIDAL LIBRARY DEPARTMENT NEW YORK CITY COLLEGE OF TECHNOLOGY TECH DAY
 Project Team: Suzana Vaserman David Fleish Moran Zafir Tzvika Stein  Academic adviser: Dr. Mayer Goldberg  Technical adviser: Mr. Guy Wiener.
Anjana & Shankar September,2010 Introduction to Programming Tools.
Open-O Integration Project Introduction
Training Objectives About D2F Download Installation Configuration
The Apache Directory Project - Toolchain for Developers
Statistical Information Systems Introducing SIS tool .Stat
Searching and Indexing
prepared by hasan.we4tech.com
Introduction, Features & Technology
Custom search forms with Apache Solr David Hernández
BITDEFENDER ANTIVIRUS TECHNICAL SUPPORT CALL SUPPORT NUMBER:
Detailed search stats from DSpace Solr
PHP / MySQL Introduction
Quicken Installation Problem Number More info :
5 Optimization Techniques for WordPress Websites.
The Most Popular Android UI Automation Testing Tool Andrii Voitenko
Getting Started With Solr
Progress in CMA on GSICS Collaboration Servers Synchronisation
Presentation transcript:

Tomás Fernández Löbbe Plugtree LLC October 7th

Installing Solr 2

What is SolrMeter? 3 An open source stress test tool specifically designed to test Solr installations.

Technically Speaking 4 A standalone Java Swing application that will emulate N users executing queries and updateing documents to your Solr server. Java 6 Swing Guice 2.0 SolrJ Maven 2 JUnit JFreeChart

Solr Search Servers "Apache Software Foundation Apache Software Foundation id:SOLR1000 Flexible and Adaptable with XML configuration and Schema Good unicode support Apache Foundation ….. How does it work 1.Create a Queries file.

manu:"Maxtor Corp" inStock:true inStock:false price:[0 TO 400] price:[0 TO 100] price:[300 TO *] cat:electronics weight:[0 TO 10] ….. How does it work 1.Create a Queries file. 2.Create a FilterQueries file.

weight price popularity inStock content_type manu_exact ….. How does it work 1.Create a Queries file. 2.Create a FilterQueries file. 3.Create a Fields file for faceting.

How does it work 1.Create a Queries file. 2.Create a FilterQueries file. 3.Create a Fields file for faceting. 4.Locate your files from the settings panel.

How does it work 1.Create a Queries file. 2.Create a FilterQueries file. 3.Create a Fields file for faceting. 4.Locate your files from the settings panel. 5.Locate Solr from the settings panel.

How does it work 1.Create a Queries file. 2.Create a FilterQueries file. 3.Create a Fields file for faceting. 4.Locate your files from the settings panel. 5.Locate Solr from the settings panel. 6.Start!

How does it work 1.Create a Queries file. 2.Create a FilterQueries file. 3.Create a Fields file for faceting. 4.Locate your files from the settings panel. 5.Locate Solr from the settings panel. 6.Start! 7.Analyze Statistics

The SolrMeter project Google Code Google Groups Apache License 2.0 Contributions

Whats coming Version More integration with Stats and Request Handlers. Cover as many cases of Solr Installations as possible. Solr configuration suggestions

Resources and Contact info Me: Google Code: Google Group: Plugtree:

Questions?

Thank you!