|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Writer | |
|---|---|
| net.conquiris.api.index | |
| Uses of Writer in net.conquiris.api.index |
|---|
| Methods in net.conquiris.api.index that return Writer | |
|---|---|
Writer |
Writer.add(Document document)
Adds a document. |
Writer |
Writer.add(Document document,
Analyzer analyzer)
Adds a document. |
Writer |
Writer.delete(String field,
String text)
Deletes documents matching a certain term. |
Writer |
Writer.delete(Term term)
Deletes documents matching a certain term. |
Writer |
Writer.deleteAll()
Deletes all documents. |
Writer |
Writer.runSubindexers(Executor executor,
Iterable<? extends Subindexer> subindexers)
Runs a collection of subindexers using the provided executor, waiting for them to finish. |
Writer |
Writer.setCheckpoint(String checkpoint)
Sets the new checkpoint. |
Writer |
Writer.setProperties(Map<String,String> values)
Sets a collection of commit property value. |
Writer |
Writer.setProperty(String key,
String value)
Sets a commit property value. |
Writer |
Writer.setTargetCheckpoint(String targetCheckpoint)
Sets the new target checkpoint. |
Writer |
Writer.update(String field,
String text,
Document document)
Atomically (with respect to index flushing) deletes the documents matching a certain term and adds a document. |
Writer |
Writer.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. |
Writer |
Writer.update(Term term,
Document document)
Atomically (with respect to index flushing) deletes the documents matching a certain term and adds a document. |
Writer |
Writer.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 Writer | |
|---|---|
void |
Indexer.index(Writer writer)
Prepares a batch of deletions and additions to apply to an index from an initial checkpoint. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||