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
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
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