: 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
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
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
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