Small changes to website in anticipation of 1.3 -- Added notes on newer features, solrj javadocs etc.

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@688546 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shalin Shekhar Mangar 2008-08-24 18:39:46 +00:00
parent 0dd63721aa
commit 0ae8a8809d
3 changed files with 12 additions and 2 deletions

View File

@ -35,6 +35,7 @@
<li> Optimized for High Volume Web Traffic </li>
<li> Standards Based Open Interfaces - XML and HTTP </li>
<li> Comprehensive HTML Administration Interfaces </li>
<li> Server statistics exposed over JMX for monitoring </li>
<li> Scalability - Efficient Replication to other Solr Search Servers </li>
<li> Flexible and Adaptable with XML configuration </li>
<li> Extensible Plugin Architecture </li>
@ -54,7 +55,10 @@
<li> An Administration Interface </li>
<li> Monitorable Logging </li>
<li> Fast Incremental Updates and Snapshot Distribution </li>
<li> Distributed search with sharded index on multiple hosts </li>
<li> XML and CSV/delimited-text update formats </li>
<li> Easy ways to pull in data from databases and XML files from local disk and HTTP sources </li>
<li> Multiple search indices </li>
</ul>
</section>
@ -81,6 +85,8 @@
<li>Advanced DisMax query parser for high relevancy results from user-entered queries</li>
<li>Highlighted context snippets</li>
<li>Faceted Searching based on unique field values and explicit queries</li>
<li>Spelling suggestions for user queries</li>
<li>More Like This suggestions for given document</li>
<li>Constant scoring range and prefix queries - no idf, coord, or lengthNorm factors, and no restriction on the number of terms the query matches.</li>
<li>Function Query - influence the score by a function of a field's numeric value or ordinal</li>
<li>Date Math - specify dates relative to "NOW" in queries and updates</li>

View File

@ -26,12 +26,15 @@
<p>
Solr is an open source enterprise search server based on the
<a href="http://lucene.apache.org/java/">Lucene Java</a> search library, with XML/HTTP and JSON APIs,
hit highlighting, faceted search, caching, replication, and a web administration interface.
hit highlighting, faceted search, caching, replication, a web administration interface and many more features.
It runs in a Java servlet container such as <a href="http://tomcat.apache.org">Tomcat</a>.
</p>
<p>
See the complete <a href="features.html">feature list</a> for more details, then check out the <a href="tutorial.html">tutorial</a>.
</p>
<p>
For more information about Solr, please see the <a href="http://wiki.apache.org/solr">Solr wiki</a>.
</p>
</section>
<section id="news">

View File

@ -46,7 +46,8 @@ See http://forrest.apache.org/docs/linking.html for more info
<tutorial label="Tutorial" href="tutorial.html" />
<wiki label="Docs (Wiki)" href="ext:wiki" />
<faq label="FAQ" href="ext:faq" />
<apidocs label="javadoc" href="api/index.html" />
<apidocs label="All Javadoc" href="api/index.html" />
<apidocs label="SolrJ Javadoc" href="api/solrj/index.html" />
</docs>
<resources label="Resources">