You're probably seeing the effects of a number of the filters that Solr is applying (see the fieldType definition). In particular, this looks like the result of WordDelimiterFilterFactory. If you click the "verbose" box on the analysis page, you should see the results of each step in the analysis chain.
Best Erick On Wed, Jul 13, 2011 at 10:36 AM, Kiwi de coder <kiwio...@gmail.com> wrote: > hi, > > I using solr 3.3 which in schema.xml contain this : > > <fieldType name="text_standard" class="solr.TextField"> > <analyzer > class="org.apache.lucene.analysis.standard.StandardAnalyzer"/> > </fieldType> > > i use the sentences as example "XY&Z Corporation - x...@example.com" > > however, when I try on /analysis.jsp, it show difference result compare to > using Lucene. > > using solr I got result below when using "text_standard" and "text_general" > (is both the same ?) > > XYZCorporationxyzexample.com >