Re: Index + Searching

2004-10-15 Thread Fred Toth
Hi, I built a MetaTagsManager class. In HTMLDocument, there is a line of code that causes the doc to be parsed: HTMLParser parser = new HTMLParser(f); After parsing, all of the parse results are available. I added: Properties prop = parser.getMetaTags(); //prop.list(System.out); MetaTagManager.proc

Re: Index + Searching

2004-10-14 Thread Hetan Shah
Hi Fred, Thanks for replying. I see what you mean by creating tags for name and description. I am not sure about how to hack the methods and where. If you can point me in right direction that would really be appreciated. I am thinking about editing the shipped HTMLDocument.java and HTMLParser.j

Index + Searching

2004-10-13 Thread Hetan Shah
Hello, I am using the IndexHTML class to index around 30,000 files and it is working fine. Question that I have is, is there a way to add multiple fields to index so that when the actual search is performed I can extract the exact match. E.g. the fields can be 1) title - abc 2) name - foo inc, 3