Re: Searching Special Characters

2005-11-16 Thread Lucene User
As we have a very large index, I'm interested in knowing what others do, before I commit to doing the below. If I do go down that route, I assume I use a StandardAnalyzer once again? In a Test, I did the following... public class TestLuceneIndexCreateAndIndex extends TestCase { public void i

Re: Searching Special Characters

2005-11-15 Thread Daniel Noll
Mordo, Aviran (EXP N-NANNATEK) wrote: You can use your own Analyzer to support special characters. Just process the special characters in your analyzer That's one option. The "correct" solution would be, since this is presumably HTML or XML, replacing entities with their actual string valu

RE: Searching Special Characters

2005-11-15 Thread Mordo, Aviran (EXP N-NANNATEK)
You can use your own Analyzer to support special characters. Just process the special characters in your analyzer Aviran http://www.aviransplace.com -Original Message- From: Lucene User [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 15, 2005 11:00 AM To: java-user@lucene.apache.org S