![JAR search and dependency download from the Maven repository](/logo.png)
net.intelie.live.plugins.messenger.search.SearchableIndexWriter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plugin-messenger Show documentation
Show all versions of plugin-messenger Show documentation
Intelie Live Messenger Plugin
The newest version!
package net.intelie.live.plugins.messenger.search;
import org.apache.lucene.index.IndexableField;
import org.apache.lucene.index.Term;
public interface SearchableIndexWriter {
void updateDocument(Term term, Iterable extends IndexableField> doc) throws Exception;
boolean deleteDocument(Term term) throws Exception;
void flushBuffer() throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy