lucene/solr/example
Grant Ingersoll aa6adb69f4 SOLR-2178: fixed minor issue on landing /browse
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1026130 13f79535-47bb-0310-9956-ffa450edef68
2010-10-21 20:33:19 +00:00
..
etc update jetty.xml for new jetty 2010-03-23 14:10:28 +00:00
example-DIH SOLR-2016: use tighter stemming for textTight 2010-08-02 15:17:20 +00:00
exampledocs SOLR-2178: Added in spatial support, including maps, More Like This, etc. 2010-10-21 20:28:11 +00:00
lib upgrade jetty to 6.1.22 2010-03-23 13:52:08 +00:00
multicore allow RAMDir for multi-core tests - add test that docs stay after core reload - change RAMDirFactory to work over core reloads 2010-03-24 00:12:48 +00:00
solr SOLR-2178: fixed minor issue on landing /browse 2010-10-21 20:33:19 +00:00
README.txt SVN-GIT conversion, path copy emulation. 2016-01-23 01:18:39 +01:00
start.jar upgrade jetty to 6.1.22 2010-03-23 13:52:08 +00:00

README.txt

# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements.  See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License.  You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

Solr example configuration
--------------------------

To run this example configuration, use 

  java -jar start.jar

in this directory, and when Solr is started connect to 

  http://localhost:8983/solr/admin/

To add documents to the index, use the post.sh script in the exampledocs
subdirectory (while Solr is running), for example:

  cd exampledocs
  ./post.sh *.xml

See also README.txt in the solr subdirectory, and check
http://wiki.apache.org/solr/SolrResources for a list of tutorials and
introductory articles.

NOTE: This Solr example server references SolrCell jars outside of the server
directory with <lib> statements in the solrconfig.xml.  If you make a copy of
this example server and wish to use the ExtractingRequestHandler (SolrCell),
you will need to copy the required jars into solr/lib or update the paths to
the jars in your solrconfig.xml.