All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.venky.swf.plugins.lucene.index.common.ResultCollector Maven / Gradle / Ivy

package com.venky.swf.plugins.lucene.index.common;

import org.apache.lucene.document.Document;

public interface ResultCollector {
	public void found(Document doc);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy