I'm trying to configure schema.xml included in blank-example-solr-config.zip. I found the schema.xml has the following line:
<similarity class="org.apache.lucene.search.similarities.LMDirichletSimilarity"/>
Is it necessary to use this similarity class or can I use other class such as BM25SimilarityFactory and TFIDFSimilarity?