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.
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
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
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
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