~slub.team/goobi-indexserver/3.x

« back to all changes in this revision

Viewing changes to solr/example/README.txt

  • Committer: Sebastian Meyer
  • Date: 2012-08-03 09:12:40 UTC
  • Revision ID: sebastian.meyer@slub-dresden.de-20120803091240-x6861b0vabq1xror
Remove Lucene and Solr source code and add patches instead
Fix Bug #985487: Auto-suggestion for the search interface

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Licensed to the Apache Software Foundation (ASF) under one or more
2
 
# contributor license agreements.  See the NOTICE file distributed with
3
 
# this work for additional information regarding copyright ownership.
4
 
# The ASF licenses this file to You under the Apache License, Version 2.0
5
 
# (the "License"); you may not use this file except in compliance with
6
 
# the License.  You may obtain a copy of the License at
7
 
#
8
 
#     http://www.apache.org/licenses/LICENSE-2.0
9
 
#
10
 
# Unless required by applicable law or agreed to in writing, software
11
 
# distributed under the License is distributed on an "AS IS" BASIS,
12
 
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
 
# See the License for the specific language governing permissions and
14
 
# limitations under the License.
15
 
 
16
 
Solr example configuration
17
 
--------------------------
18
 
 
19
 
To run this example configuration, use 
20
 
 
21
 
  java -jar start.jar
22
 
 
23
 
in this directory, and when Solr is started connect to 
24
 
 
25
 
  http://localhost:8983/solr/admin/
26
 
 
27
 
See also README.txt in the solr subdirectory, and check
28
 
http://wiki.apache.org/solr/SolrResources for a list of tutorials and
29
 
introductory articles.
30
 
 
31
 
By default, start.jar starts Solr in Jetty using the default solr home
32
 
directory of "./solr/" -- To run other example configurations, you can
33
 
speciy the solr.solr.home system property when starting jetty...
34
 
 
35
 
  java -Dsolr.solr.home=multicore -jar start.jar
36
 
  java -Dsolr.solr.home=example-DIH -jar start.jar
37