You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2013/02/26 23:52:51 UTC

svn commit: r1450507 - /lucene/cms/trunk/content/core/features.mdtext

Author: jpountz
Date: Tue Feb 26 22:52:51 2013
New Revision: 1450507

URL: http://svn.apache.org/r1450507
Log:
Add lucene 4.x features.

Modified:
    lucene/cms/trunk/content/core/features.mdtext

Modified: lucene/cms/trunk/content/core/features.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/features.mdtext?rev=1450507&r1=1450506&r2=1450507&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/features.mdtext (original)
+++ lucene/cms/trunk/content/core/features.mdtext Tue Feb 26 22:52:51 2013
@@ -15,12 +15,14 @@ Lucene offers powerful features through 
 - ranked searching -- best results returned first
 - many powerful query types: phrase queries, wildcard queries, proximity
 	queries, range queries and more
-- fielded searching (e.g., title, author, contents)
-- date-range searching
+- fielded searching (e.g. title, author, contents)
 - sorting by any field
 - multiple-index searching with merged results
 - allows simultaneous update and searching
-
+- flexible faceting, highlighting, joins and result grouping
+- fast, memory-efficient and typo-tolerant suggesters
+- pluggable ranking models, including the <a href="http://en.wikipedia.org/wiki/Vector_Space_Model">Vector Space Model</a> and <a href="http://en.wikipedia.org/wiki/Okapi_BM25">Okapi BM25</a>
+- configurable storage engine (codecs)
 
 
 ##Cross-Platform Solution
@@ -30,4 +32,4 @@ Lucene offers powerful features through 
 	which lets you use Lucene in both commercial and Open Source programs
 - 100%-pure Java
 - Implementations <a href="http://wiki.apache.org/lucene-java/LuceneImplementations">in other
-	programming languages available</a> that are index-compatible
\ No newline at end of file
+	programming languages available</a> that are index-compatible