
Madhu.Panitini at pass-consulting
Sep 12, 2005, 7:05 AM
Views: 1256
Permalink
|
Hai, In the indexfile method from the indexer.java file from sample chapter in lucene in action page no. 14, In this statement doc.add(Field.Text("contents", new FileReader(f))); // Index file content Indexing the file content and added the document to the lucent index, which is already tokenized, I want know where it is tokenized exactly, because I want use my own analyzer to the text, where should I add my own analyzer. Thanks in advance nani
|