
org.biopax.paxtools.search.Indexer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of paxtools-search Show documentation
Show all versions of paxtools-search Show documentation
BioPAX full-text indexing and searching (Lucene based)
The newest version!
package org.biopax.paxtools.search;
public interface Indexer {
void index();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy