Hi,

Paco Avila asked:
> this means that we can't index string properties bigger than
> 255 characters, isn't it?

No, just that a single token (word, number, etc.) won't be included in the 
index if it's longer than that. Most normal string properties consist of many 
smaller tokens.

If you do have such very long tokens and you need them to be searchable, you 
can configure Jackrabbit to use a custom analyzer for such properties. See the 
Index Analyzers section in [1] for more details.

[1] http://wiki.apache.org/jackrabbit/IndexingConfiguration

--
Jukka Zitting

Reply via email to