Hi, I implemented a Similarity which is based on the DefaultSimilarity changing the calculation for the idf. To work with this CustomSimilarity and the DefaultSimilarity from our application I have one field with the default and a copyfield with my similarity. Concerning the extra space needed for this field I wonder if there is a way to have my similarity or the default one on the SAME field. Because there are no differences for the index. E.g. by creating a SearchComponent to have something like solr/mySelect for queries with my similarity and the usual solr/select for the default similarity? How could I achive this, has anybody a hint?
Cheers, Sascha