You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by di...@apache.org on 2011/05/29 20:45:22 UTC

[Lucene.Net] svn commit: r1128933 - /incubator/lucene.net/branches/Lucene.Net_2_9_4g/src/contrib/SimpleFacetedSearch/README.txt

Author: digy
Date: Sun May 29 18:45:22 2011
New Revision: 1128933

URL: http://svn.apache.org/viewvc?rev=1128933&view=rev
Log:
[LUCENENET-415]

Modified:
    incubator/lucene.net/branches/Lucene.Net_2_9_4g/src/contrib/SimpleFacetedSearch/README.txt

Modified: incubator/lucene.net/branches/Lucene.Net_2_9_4g/src/contrib/SimpleFacetedSearch/README.txt
URL: http://svn.apache.org/viewvc/incubator/lucene.net/branches/Lucene.Net_2_9_4g/src/contrib/SimpleFacetedSearch/README.txt?rev=1128933&r1=1128932&r2=1128933&view=diff
==============================================================================
--- incubator/lucene.net/branches/Lucene.Net_2_9_4g/src/contrib/SimpleFacetedSearch/README.txt (original)
+++ incubator/lucene.net/branches/Lucene.Net_2_9_4g/src/contrib/SimpleFacetedSearch/README.txt Sun May 29 18:45:22 2011
@@ -1,4 +1,5 @@
-SimpleFacetedSearch: Dynamic clustering of search results into categories according to values in given field(s).
+SimpleFacetedSearch: Dynamic clustering of search results into categories according to values in given field(s). 
+Its instances are tread-safe. So, the same instance can be shared among many threads like IndexReader.
 
 Sample Usage: