: + If termVectors are not stored, !MoreLikeThis will generate terms from : stored fields. If multiple fields are used for similarity, solr will : use the default Analyzer -- NOTE: this may or ''may not'' match the : Analyzer used to index the field. If only one field is used for : similarity, solr will use the Analyzer defined in schema.xml
what do you mean by the "default Analyzer" .. is that StandardAnalyzer, IndexSchema.getAnalyzer(), or IndexSchema.getQueryAnalyzer() ? ... in the case of hte later two they will automaticly pick the correct Analyzer for hte FieldType. (although an interesting question is what happens if i want to find similar docs based on a field htat is stored by not indexed so it *really* has no analyzer) -Hoss
