Uses of Interface
net.conquiris.api.index.DocumentWriter

Packages that use DocumentWriter
net.conquiris.api.index   
 

Uses of DocumentWriter in net.conquiris.api.index
 

Subinterfaces of DocumentWriter in net.conquiris.api.index
 interface Writer
          Conquiris index writer interface.
 

Methods in net.conquiris.api.index that return DocumentWriter
 DocumentWriter DocumentWriter.add(Document document)
          Adds a document.
 DocumentWriter DocumentWriter.add(Document document, Analyzer analyzer)
          Adds a document.
 DocumentWriter DocumentWriter.delete(String field, String text)
          Deletes documents matching a certain term.
 DocumentWriter DocumentWriter.delete(Term term)
          Deletes documents matching a certain term.
 DocumentWriter DocumentWriter.deleteAll()
          Deletes all documents.
 DocumentWriter DocumentWriter.update(String field, String text, Document document)
          Atomically (with respect to index flushing) deletes the documents matching a certain term and adds a document.
 DocumentWriter DocumentWriter.update(String field, String text, Document document, Analyzer analyzer)
          Atomically (with respect to index flushing) deletes the documents matching a certain term and adds a document.
 DocumentWriter DocumentWriter.update(Term term, Document document)
          Atomically (with respect to index flushing) deletes the documents matching a certain term and adds a document.
 DocumentWriter DocumentWriter.update(Term term, Document document, Analyzer analyzer)
          Atomically (with respect to index flushing) deletes the documents matching a certain term and adds a document.
 

Methods in net.conquiris.api.index with parameters of type DocumentWriter
 void Subindexer.index(DocumentWriter writer)
          Performs part of an indexing batch.
 



Copyright © 2013 Derquinse Projects. All Rights Reserved.