: I recently was looking to find details of 1.3 specific analysers : and filters in the solr wiki and was unable to do so. Could anyone : please point me to a place where I can find some documentation of the : same.
there's really no such thing as a "1.3 specific analyser" .. any analyzer in 1.2 is in 1.3 as well :) ... the nightly javadocs will show you all of the code that will be available in 1.3, and the CHANGES.txt file will show you exactly what has been added (or changed) -Hoss