It's not a secret anymore!
The moose likes JForum and the fly likes org.apache.lucene.queryParser.ParseException Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » JForum
Reply Bookmark "org.apache.lucene.queryParser.ParseException" Watch "org.apache.lucene.queryParser.ParseException" New topic
Author

org.apache.lucene.queryParser.ParseException

Migrated From Jforum.net
Ranch Hand

Joined: Apr 22, 2012
Posts: 17424
Hi,
I receive this error:



when I search:
a





< <br /> >
-

etc etc.

Does a solution exist?
How can I solve?
Thanks, bye bye.
[originally posted on jforum.net by abdujaparov]
Migrated From Jforum.net
Ranch Hand

Joined: Apr 22, 2012
Posts: 17424
2 ways

1) in file /jforum/WEB-INF/config/SystemGlobals.properties
change your default.container.encoding = ISO-8859-1 to UTF-8

2) in system.xml file for Tomcat add URIEncoding parameter

<Connector port="8080" maxHttpHeaderSize="8192" <br /> <br /> maxThreads="150" minSpareThreads="25" maxSpareThreads="75" <br /> <br /> enableLookups="false" redirectPort="8443" acceptCount="100" <br /> <br /> connectionTimeout="20000" disableUploadTimeout="true" URIEncoding="ISO-8859-1"/>

Problem with Search occur when parameters URIEncoding and default.container.encoding different.

[originally posted on jforum.net by r0va]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: org.apache.lucene.queryParser.ParseException
 
Similar Threads
It can't present Chinese word When any Exception is throwed.
in this forum sreach for "a",the following error has occurred
Error in research
Search is not working in arabic
Lucene Search fails when u enter "a"