That's exactly how I would expect WordDelimiterFilterFactory to split up that input.
You really need to look at the analysis chain to understand what happens here, simply saying the field "text" isn't enough. What I'm looking for is the "<fieldType>..." definition. In solr 3.6, for example, there's no <fieldType name="text"..... defined, so I have no idea what the analysis chain your field is using. Unfortunately the screenshot you provided doesn't show that info, looks like it was cropped. The nearest I can get is that there is a _field_ named "text", but its type is "text_general" and that doesn't split up the token as you've shown, so you must be using some other version than 3.6 or you've customized it.... BTW, clicking the "verbose" checkbox on the analysis page will give you the name of the filters along with each transformation... Best Erick On Fri, Sep 21, 2012 at 4:36 AM, zainu <zainu...@gmail.com> wrote: > Thank you very much guys for your help. > @Erick > FieldType is Text and from anylsis following is the result. > <http://lucene.472066.n3.nabble.com/file/n4009372/Unbenannt.png> > > From image, you can see its not tokenizing every possible segment of > '8E0061123-8E1' but just some of them. > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/indexing-issue-tp4009122p4009372.html > Sent from the Solr - User mailing list archive at Nabble.com.