de.tblsoft.solr.crawl.attr.AttributeExtractor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of solr-cmd-utils Show documentation
Show all versions of solr-cmd-utils Show documentation
A command line util for solr.
The newest version!
package de.tblsoft.solr.crawl.attr;
import java.util.List;
public interface AttributeExtractor {
List extractAttributes(Attributes attributes);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy