mirror of https://github.com/apache/lucene.git
80 lines
2.9 KiB
XML
80 lines
2.9 KiB
XML
<?xml version="1.0"?>
|
|
<?xml-stylesheet type="text/xsl"?>
|
|
<rdf:RDF xml:lang="en"
|
|
xmlns="http://usefulinc.com/ns/doap#"
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns:asfext="http://projects.apache.org/ns/asfext#"
|
|
xmlns:foaf="http://xmlns.com/foaf/0.1/">
|
|
<!--
|
|
=======================================================================
|
|
|
|
Copyright (c) 2007 The Apache Software Foundation.
|
|
All rights reserved.
|
|
|
|
=======================================================================
|
|
-->
|
|
<Project rdf:about="http://lucene.apache.org/solr/">
|
|
<created>2006-02-28</created>
|
|
<license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
|
|
<name>Apache Solr</name>
|
|
<homepage rdf:resource="http://lucene.apache.org/solr/" />
|
|
<asfext:pmc rdf:resource="http://lucene.apache.org" />
|
|
|
|
<shortdesc>Solr is a full-text search server</shortdesc>
|
|
<description>Solr is an open source enterprise search server based on the Lucene Java search library, with XML/HTTP and JSON, Ruby, and Python APIs, hit highlighting, faceted search, caching, replication, and a web administration interface.
|
|
</description>
|
|
<bug-database rdf:resource="http://issues.apache.org/jira/browse/SOLR" />
|
|
<mailing-list rdf:resource="http://lucene.apache.org/solr/mailing_lists.html" />
|
|
<download-page rdf:resource="http://www.apache.org/dyn/closer.cgi/lucene/solr/" />
|
|
<programming-language>Java</programming-language>
|
|
|
|
<!--
|
|
The ASF has a finite set of categories projects should use,
|
|
but the list does grow occasionally, and we should keep an eye
|
|
on it and adjust which ones we list as apporpriate.
|
|
-->
|
|
<category rdf:resource="http://projects.apache.org/category/web-framework" />
|
|
<category rdf:resource="http://projects.apache.org/category/network-server" />
|
|
|
|
<wiki rdf:resource="http://wiki.apache.org/solr/"/>
|
|
<release>
|
|
<Version>
|
|
<branch>branch-1.3</branch>
|
|
<name>solr-1.3.0</name>
|
|
<created>2008-09-16</created>
|
|
<revision>1.3.0</revision>
|
|
</Version>
|
|
</release>
|
|
<release>
|
|
<Version>
|
|
<branch>branch-1.2</branch>
|
|
<name>solr-1.2.0</name>
|
|
<created>2007-06-06</created>
|
|
<revision>1.2.0</revision>
|
|
</Version>
|
|
</release>
|
|
<release>
|
|
<Version>
|
|
<branch>branch-1.1</branch>
|
|
<name>solr-1.1.0</name>
|
|
<created>2006-12-22</created>
|
|
<revision>1.1.0</revision>
|
|
</Version>
|
|
</release>
|
|
|
|
<repository>
|
|
<SVNRepository>
|
|
<location rdf:resource="http://svn.apache.org/repos/asf/lucene/solr/"/>
|
|
<browse rdf:resource="http://svn.apache.org/viewcvs.cgi/lucene/solr/"/>
|
|
</SVNRepository>
|
|
</repository>
|
|
<maintainer>
|
|
|
|
<foaf:Person>
|
|
<foaf:name>Apache Solr Team</foaf:name>
|
|
<foaf:mbox rdf:resource="mailto:solr-dev@lucene.apache.org"/>
|
|
</foaf:Person>
|
|
</maintainer>
|
|
</Project>
|
|
</rdf:RDF>
|