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