jeremy 2002/11/23 06:21:11 Modified: src/java/org/apache/cocoon/components/search LuceneIndexContentHandler.java Log: this is an update to the last checkin message, which was incorrect. the changes made are to add the abilty to configure this class to add specific tags as stored fields during indexing Revision Changes Path 1.7 +6 -1 xml-cocoon2/src/java/org/apache/cocoon/components/search/LuceneIndexContentHandler.java Index: LuceneIndexContentHandler.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/search/LuceneIndexContentHandler.java,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- LuceneIndexContentHandler.java 23 Nov 2002 14:09:18 -0000 1.6 +++ LuceneIndexContentHandler.java 23 Nov 2002 14:21:10 -0000 1.7 @@ -70,6 +70,11 @@ /** * Parse XML and generate lucene document(s) * + * can now be configured via SimpleLuceneXMLIndexerImpl + * to store specific tags in Lucene, so that you can + * display them with hits. + * + * * @author <a href="mailto:[EMAIL PROTECTED]">Bernhard Huber</a> * @author <a href="mailto:[EMAIL PROTECTED]">Jeremy Quinn</a> * @version CVS $Id$
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]