SolrMeter Lightning talk - Lucene Revolution 2010

Post on 25-May-2015

1.298 views 0 download

Tags:

description

These are the slides used for presenting SolrMeter at the Lucene Revolution in Boston, October 2010

Transcript of SolrMeter Lightning talk - Lucene Revolution 2010

Tomás Fernández Löbbe

Plugtree LLC

tomas@plugtree.com

October 7th 2010

1

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

SolrSearch Servers"Apache Software Foundation“Apache Software Foundationid:SOLR1000Flexible and Adaptablewith XML configuration andSchemaGood unicode supportApache Foundation…..

How does it work

1. Create a Queries file.

manu:"Maxtor Corp"inStock:trueinStock:falseprice:[0 TO 400]price:[0 TO 100]price:[300 TO *] price:[300 TO *]

cat:electronicsweight:[0 TO 10]…..

How does it work

1. Create a Queries file.2. Create a FilterQueries file.

weightpricepopularityinStockcontent_typemanu_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

What’s coming

• Version 0.2.0

• More integration with Stats and Request Handlers.

• Cover as many cases of Solr Installations as possible.

• Solr configuration suggestions

Resources and Contact info

• Me: tomas@plugtree.com• Google Code: http://code.google.com/p/solrmeter• Google Group: http://groups.google.com/group/solrmeter• Plugtree: http://www.plugtree.com/

Questions?

Thank you!