Nutch Plugin

2007-08-20 Thread Srinivasarao Vundavalli
Hello all, What should i do to write a plugin, that extends "QueryFiltes" and which uses the search results for the given query, to expand the query.

Problem in Lucene

2007-07-30 Thread Srinivasarao Vundavalli
Hi, I am using nutch index to search in lucene. One of my classes use makeStopTable method ( which is deprecated) of class StopFilter in org.apache.lucene.analysis. When I run my program with lucene 2.1.0 ~/j2sdk1.4.2/bin/java -classpath .:lucene-core-2.1.0.jar SearchFiles Exception in th

Re: Problem in Lucene

2007-07-31 Thread Srinivasarao Vundavalli
s a constructor that takes Set and a constructor > that takes an array of String for stopwords. > > Otherwise, please tell us more about what you are doing with > MakeStopTable and why making your code 2.1 compliant isn't an option. > > Best > Erick > > On 7/31/0

Crawling in Nutch

2007-08-01 Thread Srinivasarao Vundavalli
Hi, Where does (in which field) nutch stores the content of a document while indexing. I am using this nutch index to search in Lucene. So i want to know the field in which the content of the document is present. Thank You

Using Nutch APIs in Lucene

2007-08-01 Thread Srinivasarao Vundavalli
How can we use nutch APIs in Lucene? For example using FetchedSegments , we can get ParseText from which we can get the content of the document. So can we use these classes (FetchedSegments, ParseText ) in lucene. If so, how to use them? Thank You