How do I escape a set of special characters in Java in a method?

I use Lucene to search, but Lucene has a bunch of special characters to escape:

- && || ! ( ) { } [ ] ^ " ~ * ? : \

Solution

There is also a method called queryparser#escape, which may be useful:

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>