Results 1 to 3 of 3
- 04-22-2009, 12:27 PM #1
Member
- Join Date
- Apr 2009
- Posts
- 2
- Rep Power
- 0
How to index the special characters in Lucene
HI,
I'm new to the lucene. I downloaded lucene 2.4.1.
I have one xml file which contains few special characters like 'å', 'ø,' °' etc.(these are Danish language elements).
How can I search these things.
When i'm indexing my documents i given instace of DutchAnalyzer as an argument to IndexWriter Class.
After this when i search for the content which contains the danish elements .. Still it is not able to identify.
Please tell me how to use DutchAnalzer in my application. Sample example or series of steps helps me.
- 04-22-2009, 03:49 PM #2
Try to unicode those characters in your xml file, the java tool native2ascii will convert your characters to unicode.
- 04-23-2009, 07:51 AM #3
Member
- Join Date
- Apr 2009
- Posts
- 2
- Rep Power
- 0
Similar Threads
-
[SOLVED] special characters (ASCII) åäö
By AlejandroPe in forum New To JavaReplies: 8Last Post: 04-06-2009, 10:42 AM -
Searching for Microsoft special characters
By Tim McDaniel in forum EclipseReplies: 2Last Post: 02-24-2009, 03:11 PM -
special characters
By ravian in forum New To JavaReplies: 2Last Post: 11-16-2007, 01:28 PM -
Convert some special characters stored in a MySql
By romina in forum JDBCReplies: 1Last Post: 08-07-2007, 05:32 AM -
Special characters in text fields
By Felissa in forum Web FrameworksReplies: 0Last Post: 06-27-2007, 04:47 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks