org.apache.jetspeed.search
Interface ObjectHandler


public interface ObjectHandler

Contract for implementing a specific object handler. Implementation should convert the object into a document suitable for placement into search index.

Version:
$Id: ObjectHandler.java 187620 2004-09-28 20:41:28Z jford $
Author:
Mark Orciuch

Method Summary
 Set getFields()
          Returns the set of fields used to create the parsed object.
 Set getKeywords()
          Returns the set of keywords used to create the parsed object.
 ParsedObject parseObject(Object o)
          Parses a specific object into a document suitable for index placement
 

Method Detail

parseObject

public ParsedObject parseObject(Object o)
Parses a specific object into a document suitable for index placement

Parameters:
o -
Returns:

getFields

public Set getFields()
Returns the set of fields used to create the parsed object.

Returns:

getKeywords

public Set getKeywords()
Returns the set of keywords used to create the parsed object.

Returns:


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.