You can find an example of split definition as well as the full list of analyzers available to you at: http://www.solr-start.com/info/analyzers/ (example is well towards the bottom)
Regards, Alex. Personal: http://www.outerthoughts.com/ and @arafalov Solr resources and newsletter: http://www.solr-start.com/ and @solrstart Solr popularizers community: https://www.linkedin.com/groups?gid=6713853 On 23 November 2014 at 13:21, Erik Hatcher <erik.hatc...@gmail.com> wrote: > Query time analysis depends on the query parser in play. If a query parser > chooses to analyze some or all of the query it will use the same analysis as > index time unless specified separately (in the field type definition itself > too) > > Erik > > >> On Nov 23, 2014, at 13:08, David Lee <seek...@gmail.com> wrote: >> >> This could be a dummy question. At index time, we can specify the >> fieldType of different fields; thus, we know the analyzers for those >> fields. >> >> In schema.xml, I do not see the configuration how to specify the >> fieldType (thus analyzer) for runtime user queries. >> >> Can anyone help explain this ? >> >> Thanks, >> DL