Hi Everyone, Looking at Solr's schema.xml, there are three kind of analyzers: analyzer, indexAnalyzer and queryAnalyzer. I have two questions about them:
1) If the content of indexAnalyzer and queryAnalyzer are exactly the same, that's the same as if I have an analyzer only, right? 2) Under the hood, all three are the same thing when it comes to what kind of data and configuration attributes can take, right? What I'm trying to figure out is this: beside being able to configure a fieldType to have different analyzer setting at index and query time, there is nothing else that's unique about each. Thanks Steve