Re: adding an Index attribute

2010-03-08 Thread Sahil Shah
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 mille...@gmail.com wrote: Have a look at the more plugin it is simple to understand, how to index a new field, and search it later. 2010/3/8, Sahil

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 dekelu...@gmail.com wrote: Hi there, Im new to the forum and

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