how is it possible to add custom gaps between terms of TextFiled in solr documents. for example between term number 1 and 2 we need 200 gap and between term number 2 and 3 we need 1000 gap. i can only send key-value pair as String to solr(then solr index fields in different types according to schema ) and i can not find a way to build field content manually and put them to solr. in lucene i create a custom position increment class and i use it to add custom gaps between terms in token stream.
- index fields with custom gaps between terms Amin Raeiszadeh
- Re: index fields with custom gaps between terms Mikhail Khludnev
- Re: index fields with custom gaps between terms Amin Raeiszadeh
- Re: index fields with custom gaps between te... Erick Erickson
- Re: index fields with custom gaps between te... Mikhail Khludnev
- Re: index fields with custom gaps betwee... Amin Raeiszadeh
- Re: index fields with custom gaps b... Erick Erickson
- Re: index fields with custom gaps b... Shawn Heisey
- Re: index fields with custom ga... Amin Raeiszadeh
- Re: index fields with custo... Amin Raeiszadeh
- Re: index fields with custo... Amin Raeiszadeh