org.apache.jetspeed.services.search
Interface ObjectHandler

All Known Implementing Classes:
AbstractObjectHandler

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,v 1.4 2004/02/23 03:48:47 jford Exp $
Author:
Mark Orciuch

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

Method Detail

parseObject

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

Parameters:
o -
Returns:

getFields

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

Returns:

getKeywords

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

Returns:


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