net.sf.lucis.core
Interface DocMapper<T>

Type Parameters:
T - Type of the custom object.

public interface DocMapper<T>

Mapper from a Lucene document to a custom object.

Author:
Andres Rodriguez

Method Summary
 T map(int id, float score, org.apache.lucene.document.Document doc)
           
 

Method Detail

map

T map(int id,
      float score,
      org.apache.lucene.document.Document doc)


Copyright © 2009. All Rights Reserved.