This depends on the analyzer you are using. You can find the standard analyzers in org.apache.lucene.analysis. To find out what they do, I recommend the example in Lucene in action in 4.2.3 called "AnalyzerDemo". If you don't have the book, you can also download the examples from http://www.manning.com/books/hatcher2 (look for source code).
Frank -----Original Message----- From: Madhu Satyanarayana Panitini [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 13, 2005 11:46 AM To: [email protected] Subject: Spliting of words Hai all I want know the split pattern of text before indexing in Lucene, its splits where ever there is space in between the words Or is there any pattern in splitting the words of text document. In which program I can find the code on the splitting of the word. Madhu Madhu Satyanarayana. Panitini PASS GCA Solution Centre Pvt Ltd. 601 Aditya Trade Centre, Ameerpet, Hyderabad, India. www.pass-consulting.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
