• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Searching in 'dirty foreign squiggly languages'

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
riveting update!

So I had a chance to test this again, the error is below, snipped a little. I've searched this forum for InvocationTargetException and ParseException but to no avail.

I will look at the lucene docs and post what I find here.

net.jforum.exceptions.ForumException: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
...
Caused by: org.apache.lucene.queryParser.ParseException: Cannot parse '': Encountered "EOF" at line 1, column 0.
Was expecting one of:
NOT ...
"+" ...
"-" ...
"(" ...
"*" ...
QUOTED ...
TERM ...
PREFIXTERM ...
WILDTERM ...
"[" ...
"{" ...
NUMBER ...

... 36 more

URL is: /jforum.page?module=search&action=search&match_type=all&search_forum=&sort_by=relevance&sort_dir=DESC&search_keywords=+%CE



--
Anyway, this post is about those nuisance squiggly writing countries! I just did a quick test with latin and then some 'foreign' stuff. The latin search works, the goobldygook stuff causes an error.

If this my database fault (mysql setup? I have client and everything set to utf-8 in my.conf) or is this a jforum hiccup?

Thanks
[originally posted on jforum.net by jforumapp]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Didn't find anything on the googles about lucene and parse exception being caused by UTF-8, I'll look at the accept encoding headers perhaps.

I am still treating this a little black-box - I hope it is a config issue... :-/


[originally posted on jforum.net by jforumapp]
 
I'm sure glad that he's gone. Now I can read this tiny ad in peace!
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic