solr-in-action

Sample code, data, and configuration for the book

  • 所有者: treygrainger/solr-in-action
  • 平台:
  • 许可证: Apache License 2.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

================================================================================
Solr in Action Example Code

Thank you for purchasing Solr in Action! Here are some basic instructions on
running the example code provided in the book.

  1. Directory layout

$SOLR_IN_ACTION/ - this is the location where you pulled or extracted the code, __src/, __main/, __java/ - contains all the Java source files from examples in the book, __example-docs/ - contains example config and content files for each chapter, __scripts/ - contains scripts for separately executing each chapter's examples, __pom.xml - maven build file, __README.txt - you're looking at it ;-), __LICENSE - Open Source License (Apache 2.0), __NOTICE - Description of project dependencies, __chapter-examples.sh - script to conveniently execute all examples in the book, __solr-in-action.jar - compiled source code (follow step 2 to build this file)

  1. Building the source code

You'll need Maven to build the source code. If you need some help on getting
Maven setup and running, please see: Maven in Five Minutes

http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html

Once you have Maven setup, cd into the directory where you extracted the
example source code zip file and do:

mvn clean package

This will compile the source code and build an executable JAR file in the
main directory ($SOLR_IN_ACTION) named: solr-in-action.jar

  1. Several chapters include executable code examples. To make these easy to run,
    we built a simple driver application that allows you to just pass
    in the name of the example you want to run and it will figure it out.

To run a specific example from the book, use the java -jar command to
launch the executable JAR you built in step 2 above.

For example, to run the ExampleSolrJClient application from Chapter 5, do:

java -jar solr-in-action.jar ch5.ExampleSolrJClient

In most cases, you can just pass the example class name without the package
information and the driver will figure it out, i.e.

java -jar solr-in-action.jar examplesolrjclient

The driver will figure out that you're trying to run example class:
sia.ch5.ExampleSolrJClient

To see a list of all available examples, simply do:

java -jar solr-in-action.jar

To see a list of all examples for a specific chapter, pass the chapter number,
e.g. the following command will show all examples for chapter 5:

java -jar solr-in-action.jar 5

  1. The book is filled with code listings, many of which demonstrate the HTTP request
    syntax for executing specific types of Solr queries. You can type these URLs into
    you favorite web browser, or you can alternatively just pass the listing number
    into the included http utility to execute the request.
    e.g. the following command will execute the request demonstrated in listing 2.1:

java -jar solr-in-action.jar listing 2.1

Enjoy!

主要指标

概览
名称与所有者treygrainger/solr-in-action
主编程语言Java
编程语言Shell (语言数: 6)
平台
许可证Apache License 2.0
所有者活动
创建于2012-10-22 04:23:55
推送于2021-05-12 00:18:23
最后一次提交2019-04-12 22:46:26
发布数1
最新版本名称first-edition (发布于 )
第一版名称first-edition (发布于 )
用户参与
星数188
关注者数37
派生数124
提交数114
已启用问题?
问题数6
打开的问题数4
拉请求数0
打开的拉请求数3
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?