Вопрос

We are using solr to make a custom searcch engine, but we have a problem, characters like accents letters give us problem with post.jar. We solved the "&" problem using & Is there a way to use entities like èor other? Can anyone help us?

Это было полезно?

Решение

java -Dfile.encoding=UTF8 -jar post.jar 'my UTF-8 strings here'
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top