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