Hi, When it is necessary to use a different analyzer for the query vs. the one used during indexing, what is the recommended way to do this in blur?
Should TextFieldTypeDefinition support another property that allows specifying the queryAnalyzerClass to use? It seems like I can just subclass TextFieldTypeDefinition and return different analyzers for getAnalyzerForIndex vs getAnalyzerForQuery. Does that sound right? Are there any limitations that blur imposes on custom type definitions that don't exist for the built-in type definitions? Thanks, -- Tom
