Re: about standardAnaylzer in solr

2011-07-14 Thread Chris Hostetter
: I using solr 3.3 which in schema.xml contain this : ... : however, when I try on /analysis.jsp, it show difference result compare to : using Lucene. ... : so my question is, how to make it analysis like in Lucene ? To be certain of the differences, you need to be more explicit

Re: about standardAnaylzer in solr

2011-07-13 Thread Kiwi de coder
ok, work now ! thx :) kiwi On Wed, Jul 13, 2011 at 11:06 PM, Edoardo Tosca wrote: > Try to change from StandardTolkenizerFactory to ClassicTokenizerFactory or > create your own fieldType > > positionIncrementGap="100"> > >** >... > > > > Edo > > On Wed, Jul 13, 2011 at

Re: about standardAnaylzer in solr

2011-07-13 Thread Edoardo Tosca
Try to change from StandardTolkenizerFactory to ClassicTokenizerFactory or create your own fieldType ** ... Edo On Wed, Jul 13, 2011 at 3:40 PM, Kiwi de coder wrote: > hi, > > I using solr 3.3 which in schema.xml contain this : > > > > > > i use the

about standardAnaylzer in solr

2011-07-13 Thread Kiwi de coder
hi, I using solr 3.3 which in schema.xml contain this : 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 "t