Re: adding an Index attribute

2010-03-08 Thread Sahil Shah
as created while crawling. Any other reference sample plugins/resources ? Anyone plz? Your help is greatly appreciated. On Mon, Mar 8, 2010 at 1:13 PM, MilleBii wrote: > Have a look at the more plugin it is simple to understand, how to > index a new field, and search it later. > >

adding an Index attribute

2010-03-07 Thread Sahil Shah
Hello everyone, I am developing a Nutch plugin involving the addition of an index attribute. How do I add an attribute to the Index and retrieve it ? I want to sort the results based on that attribute value for each page. Any clues on this?

Re: Trying to Add an new NutchDoc from plugin

2010-02-15 Thread Sahil Shah
Maybe I can try...debugging an Indexing plugin is kinda tricky. can you attach the req files and folders and tell me exactly what procedure to follow? Also any settings to be modified On Tue, Feb 16, 2010 at 12:10 AM, UDd wrote: > > Hi there, > Im new to the forum and nutch as well...

Compile and Build individual plugins

2010-02-11 Thread Sahil Shah
Hello everyone, I am developing a plugin for Nutch to enhance the summary gen by modifying the indexing process. How do I compile, build and test output of a single plugin ? Thanks

plugin dev trouble

2010-02-07 Thread Sahil Shah
Hey Everyone, I want to write a plugin that generates snippets/ summary based on the query by using index based approach. I have read the wiki but I am still not clear as to how to understand the source code.The API collection is also huge There are so many interfaces and classes. Where to sta