Another possible solution is to perform a search in your index on the
URL field only, if you have it indexed (I think it is by default?).
The returning Hit object will supply you with an id (type long) which
you can pass on to the SegmentReader.get(...) method to reconstruct
all the objects relating to the page.

Fredrik

On 8/14/05, Piotr Kosiorowski <[EMAIL PROTECTED]> wrote:
> Hello,
> No - you will have to go through all segments using SegmentReader (or
> similar technique) and check if url is the same.  Or as we talked ealier
> you can search lucene index for it.
> Regards
> Piotr
> 
> Nils Hoeller wrote:
> > Hi,
> >
> > is there an easy,fast way to get a ParseData Object
> > (that has a title) out of a Page Object?
> >
> >
> > Thanks Nils
> >
> >
> >
> 
>


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Nutch-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nutch-developers

Reply via email to