CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 18 Aug 2025 08:13:49 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100214143833
location: https://web.archive.org/web/20100214143833/https://github.com/apache/solr
server-timing: captures_list;dur=1.115177, exclusion.robots;dur=0.019792, exclusion.robots.policy;dur=0.009611, esindex;dur=0.012580, cdx.remote;dur=32.336583, LoadShardBlock;dur=185.184395, PetaboxLoader3.datanode;dur=72.423747, PetaboxLoader3.resolve;dur=54.224184
x-app-server: wwwb-app221
x-ts: 302
x-tr: 259
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app221; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Mon, 18 Aug 2025 08:13:49 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sun, 14 Feb 2010 14:38:30 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "30682b1dea11eb4a051eb0999b064d9f"
x-archive-orig-x-runtime: 171ms
x-archive-orig-content-length: 33341
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sun, 14 Feb 2010 14:38:33 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 01 Nov 2009 06:38:54 GMT", ; rel="prev memento"; datetime="Sat, 13 Feb 2010 08:11:48 GMT", ; rel="memento"; datetime="Sun, 14 Feb 2010 14:38:33 GMT", ; rel="next memento"; datetime="Tue, 13 Apr 2010 04:19:32 GMT", ; rel="last memento"; datetime="Thu, 24 Jul 2025 21:12:44 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_14_20100214104551_crawl102_IndexOnly-c/51_14_20100214143658_crawl101.arc.gz
server-timing: captures_list;dur=0.477731, exclusion.robots;dur=0.017116, exclusion.robots.policy;dur=0.007516, esindex;dur=0.011567, cdx.remote;dur=33.587068, LoadShardBlock;dur=375.966107, PetaboxLoader3.datanode;dur=363.583378, PetaboxLoader3.resolve;dur=133.148206, load_resource;dur=139.083656
x-app-server: wwwb-app221
x-ts: 200
x-tr: 639
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
apache's solr at trunk - GitHub
This service is courtesy of Pledgie.
apache / solr mirrored from git://git.apache.org/solr.git
- Source
- Commits
- Network (3)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
trunk
click here to add a description
click here to add a homepage
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
Mirror of Apache Solr — Read more

Noble Paul (author)
Tue Feb 09 21:38:56 -0800 2010
solr /
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 # # https://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. Welcome to the Apache Solr project! ----------------------------------- Apache Solr is a search server based on the Apache Lucene search library. For a complete description of the Solr project, team composition, source code repositories, and other details, please see the Solr web site at https://lucene.apache.org/solr Getting Started --------------- See the "example" directory for an example Solr setup. A tutorial using the example setup can be found in "docs/tutorial.html" Files Included In Apache Solr Distributions ------------------------------------------- dist/apache-solr-XX.war The Apache Solr Application. Deploy this WAR file to any servlet container to run Apache Solr. dist/apache-solr-XX.jar The Apache Solr Libraries. This JAR file is needed to compile Apache Solr Plugins (see https://wiki.apache.org/solr/SolrPlugins for more information). example/ A self-contained example Solr instance, complete with a sample configuration, documents to index, and the Jetty Servlet container. Please see example/README.txt for information about running this example. docs/index.html The contents of the Apache Solr website. docs/api/index.html The Apache Solr Javadoc API documentation. src/ The Apache Solr source code. Instructions for Building Apache Solr from Source ------------------------------------------------- 1. Download the J2SE 5.0 JDK (Java Development Kit) or later from https://java.sun.com. You will need the JDK installed, and the %JAVA_HOME%\bin directory included on your command path. To test this, issue a "java -version" command from your shell and verify that the Java version is 5.0 or later. 2. Download the Apache Ant binary distribution from https://ant.apache.org. You will need Ant installed and the %ANT_HOME%\bin directory included on your command path. To test this, issue a "ant -version" command from your shell and verify that Ant is available. 3. Download the Apache Solr distribution, linked from the above web site. Expand the distribution to a folder of your choice, e.g. c:\solr. Alternately, you can obtain a copy of the latest Apache Solr source code directly from the Subversion repository: https://lucene.apache.org/solr/version_control.html 4. Navigate to that folder and issue an "ant" command to see the available options for building, testing, and packaging Solr. NOTE: To see Solr in action, you may want to use the "ant example" command to build and package Solr into the example/webapps directory. See also example/README.txt. Export control ------------------------------------------------- This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See <https://www.wassenaar.org/> for more information. The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this Apache Software Foundation distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code. The following provides more details on the included cryptographic software: Apache Solr uses the Apache Tika which uses the Bouncy Castle generic encryption libraries for extracting text content and metadata from encrypted PDF files. See https://www.bouncycastle.org/ for more details on Bouncy Castle.