Re: How to index only meta tags in HTML files ?
Posted By:
Otis_Gospodnetic
Posted On:
Thursday, March 14, 2002 10:09 PM
First you have to be able to parse those META tags out of HTML documents. This is really not a part of Lucene and you could use something like JTidy (you can get it from sf.net) to do that. Once you have the data you can add it to the index as Fields, yes.