Dennis Kubes wrote:
Can somebody direct me on how to get the stored text and parse metadata for a given url?

From a single segment, or from a set of segments?

From a single segment: please see how SegmentReader.get() does this (although it's a bit obscured by the fact that it uses multiple threads to retrieve different parts of the data).

For multiple segments, it would help if you knew in advance which segment holds the data associated with the URL, that's what normally the Lucene index is for ;) - please see FetchedSegments for details.

--
Best regards,
Andrzej Bialecki     <><
___. ___ ___ ___ _ _   __________________________________
[__ || __|__/|__||\/|  Information Retrieval, Semantic Web
___|||__||  \|  ||  |  Embedded Unix, System Integration
http://www.sigram.com  Contact: info at sigram dot com


Reply via email to