|
||||||||||
| 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(org.apache.lucene.document.Document document)
Adds a document. |
Writer |
Writer.add(org.apache.lucene.document.Document document,
org.apache.lucene.analysis.Analyzer analyzer)
Adds a document. |
Writer |
Writer.delete(String field,
String text)
Deletes documents matching a certain term. |
Writer |
Writer.delete(org.apache.lucene.index.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,
org.apache.lucene.document.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,
org.apache.lucene.document.Document document,
org.apache.lucene.analysis.Analyzer analyzer)
Atomically (with respect to index flushing) deletes the documents matching a certain term and adds a document. |
Writer |
Writer.update(org.apache.lucene.index.Term term,
org.apache.lucene.document.Document document)
Atomically (with respect to index flushing) deletes the documents matching a certain term and adds a document. |
Writer |
Writer.update(org.apache.lucene.index.Term term,
org.apache.lucene.document.Document document,
org.apache.lucene.analysis.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 | |||||||||