Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change 
notification.

The "AnalyzersTokenizersTokenFilters" page has been changed by ShalinMangar.
The comment on this change is: Added notes on CollationKeyFilterFactory.
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters?action=diff&rev1=62&rev2=63

--------------------------------------------------

  
  See the 
[[http://lucene.apache.org/solr/api/org/apache/solr/analysis/ReversedWildcardFilterFactory.html|javadoc]]
 for more details, or the 
[[http://svn.apache.org/viewvc/lucene/solr/trunk/example/solr/conf/schema.xml?view=markup|example
 schema]].
  
+ <<Anchor(CollationKeyFilterFactory)>>
+ ==== solr.CollationKeyFilterFactory ====
+ <!> [[Solr1.5]]
+ 
+ A filter that lets one specify:
+  1. A system collator associated with a locale, or
+  2. A collator based on custom rules
+ 
+ This can be used for changing sort order for non-english languages as well as 
to modify the collation sequence for certain languages. You must use the same 
+ !CollationKeyFilter at both index-time and query-time for correct results. 
Also, the JVM vendor, version (including patch version) of the slave should be 
exactly same as the master (or indexer) for consistent results.
+ 
+ Also see
+  1. 
[[http://lucene.apache.org/solr/api/org/apache/solr/analysis/CollationKeyFilterFactory.html|Javadocs]]
+  2. 
[[http://lucene.apache.org/java/2_9_1/api/contrib-collation/index.html|Lucene 
2.9.1 contrib-collation documentation]]
+  3. 
[[http://lucene.apache.org/java/2_9_1/api/contrib-collation/org/apache/lucene/collation/CollationKeyFilter.html|Lucene's
 CollationKeyFilter javadocs]]
+ 

Reply via email to