Hi, I'm using Lucene 4.0.
I would like to index String,
but since my system required High volume I need to reuse always the
same memory. No question to use String.
My process receives bytes and I can transform it in BytesRef (representing a
String)
At the moment, it seems that when I use field containing BytesRef, it doesn`t
allow me to index it. (I don`t want to store it).
Thank you
