GithubHelp home page GithubHelp logo

solr-maven-plugin's Introduction

Apache Solr Maven Plugin

Build Status

Goal

Apache Solr Maven Plugin runs an Apache Solr instance during integration tests or as a standalone instance for other test purposes.

Current version of the plugin supports only the following versions of Apache Solr:

  • 4.2.0
  • 4.2.1
  • 4.3.0
  • 4.3.1

Documentation

Apache Solr Maven Plugin Documentation

Change log

RELEASE-NOTES.md

Usage

Standalone Apache Solr server

Add plugin to your pom.xml

<plugin>
    <groupId>com.ffbit.maven.plugins</groupId>
    <artifactId>solr-maven-plugin</artifactId>
    <version>0.0.7.2</version>
</plugin>

Run

mvn clean solr:run

Open http://localhost:8983/ in your favourite browser

Or

Integration tests

Add plugin to your pom.xml

<plugin>
    <groupId>com.ffbit.maven.plugins</groupId>
    <artifactId>solr-maven-plugin</artifactId>
    <version>0.0.7.2</version>
    <executions>
        <execution>
            <id>Apache Solr Start</id>
            <phase>pre-integration-test</phase>
            <goals>
                <goal>start</goal>
            </goals>
        </execution>
    </executions>
</plugin>

Run

mvn clean integration-test

Status

Supports Apache Solr of version 4.2.0, 4.2.1, 4.3.0 and 4.3.1 only

R.I.P.

solr-maven-plugin's People

Stargazers

Angus H. avatar Karsten Gresch avatar  avatar Sébastien Lorber avatar  avatar Martin Todorov avatar

Watchers

James Cloos avatar D H avatar Martin Todorov avatar

Forkers

toroleo

solr-maven-plugin's Issues

Configuration bootstrapping strategies

Implement Apache Solr configuration bootstrapping strategies to:

  • provide default working demo configuration stuff, as Apache Solr deliveries do, for further tuning
  • support an existent/legacy Apache Solr configuration environment

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.