forked from whateverdood/solr-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
sdavids13/solr-plugins
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
_______________________________________________________________________________
solr-plugins README
Welcome to solr-plugins, a sandbox for writing custom SOLR components, such as:
- UpdateRequestProcessors
- SearchComponents
- ParserPlugins
- and other stuff
This project is written in Groovy and built using Maven 3. It also includes
Eclipse .project and .classpath files as well as some .settings if you're
interested.
_______________________________________________________________________________
Before you build
1. Install Maven 3
2. Install ${solr-plugins}/lib/shawty-0.9.3.jar into your local maven repo:
$ mvn install:install-file -Dfile=lib/shawty-0.9.3.jar -DgroupId=com.googlecode \
-DartifactId=shawty -Dversion=0.9.3 -Dpackaging=jar
You should be ready to build:
$ mvn clean packageAbout
SOLR sandbox for: custom UpdateRequestProcessors, parser plugins, etc.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Java 63.7%
- Groovy 36.3%