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

org.smart4j.plugin.search.SearchEngine Maven / Gradle / Ivy

The newest version!
package org.smart4j.plugin.search;

import org.apache.lucene.document.Document;
import org.smart4j.plugin.search.bean.IndexData;
import org.smart4j.plugin.search.bean.SearchResult;

public interface SearchEngine {

    IndexData createIndexData();

    SearchResult createSearchResult(Document document);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy