Please post "how do I?" questions to the Java-user group. The dev list is for people maintaining the core Lucene code.
>>because lucene does not store the text contents >>in index It does if you want it to. See the Field.Store.Yes property when adding new docs. The Highlighter class in the contrib section contains a JUnit test which offers a completely self-contained example of how indexing/searching/highlighting can work. Hopefully this should give you enough to go on. If you have any further questions please post them to java-user group. Cheers Mark ___________________________________________________________ To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre. http://uk.security.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]