RTF text extractor ?

2005-04-19 Thread Eric Chow
Hello, Is there any RTF text extractor for Lucene ? Eric - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Wildcard searching with Highlight support ?

2005-04-19 Thread Eric Chow
Hello, I downloaded the term highlighting in sandbox. But it seems not support wildcard searching. I mean if I use wildcard query, it cannot highlight any terms ? Any idea to do this or any existing example ? Best regards, Eric --

Highlighter for CJK ??

2005-04-14 Thread Eric Chow
Hello, Is any any good Highlighter for Asian languages (Chinese, Japanese, Koreanese) Eric - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Multi-analyzer ?

2005-04-11 Thread Eric Chow
rect > > > language > > > as it doesn't know, and so it'll be up to you to add the necessary > > > logic to > > > tell Lucene which Analyzers to utilise. :( > > > > > > Andy > > > > > > [1] Churcher, G E; Hayes, J; Hugh

Urgent, please help, index/search in UTF-8 ???

2005-04-11 Thread Eric Chow
Hello, I am a beginner in using Lucene. My files are contains different language (English, Chinese, Portuguese, Japanese and some Asian languages, non-latin languages). They always contain in one file. Therefore, I have to use UTF-8 to save the contents. I am now developing a web-based search en

Urgent, please help Index/Search in UTF-8 ???

2005-04-11 Thread Eric Chow
Hello, I am a beginner in using Lucene. My files are contains different language (English, Chinese, Portuguese, Japanese and some Asian languages, non-latin languages). They always contain in one file. Therefore, I have to use UTF-8 to save the contents. I am now developing a web-based search

Multi-analyzer ?

2005-04-10 Thread Eric Chow
Hello, If I don't know the language of the input terms, how can I use different analyzer to search it ? For example, the input box accepts UTF-8 search text, they can be anything, such as Chinese, Japanese, English, Russian, Deuch, etc. How can search any of them or all of them with Lucene? Any