Hmmm, no I don't know how to do that out of the box. Two things:
1> why do you want to do this? Perhaps if you describe the
     high-level problem you're trying to solve there might be other
     ways to approach it.

2> I *think* you could write your own Tokenizer that recognized
     the special tokens you'd have to put into your input stream
     and adjusted the token offsets accordingly, but I confess I
     haven't tried it myself...

Best
Erick

On Tue, Jan 17, 2012 at 11:23 AM, marotosg <marot...@gmail.com> wrote:
> Hi Erick. Thanks for your asnwer.
>
> This is almost what i want to do but my problem is that i want to be able to
> introduce two different sizes of gaps.
>
> Something like
> <arr name="CompaniesData">
>   <str>
>       IBM Corporation some information *gap of 30*  more information *gap
> of 100*
>   </str>
>   <str>
>      IBM Limited more info *gap of 30* and some more data  *gap of 100*
>   </str>
>  </arr>
>
> Do you know how can i achieve that?
>
>
>
>
>
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/PositionIncrementGap-inside-a-field-tp3666243p3666622.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to