
public class OLuceneTxChangesSingleRid extends OLuceneTxChangesAbstract
engine, TMP, writer| Constructor and Description |
|---|
OLuceneTxChangesSingleRid(OLuceneIndexEngine engine,
org.apache.lucene.index.IndexWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
Set<org.apache.lucene.document.Document> |
getDeletedDocs() |
boolean |
isDeleted(org.apache.lucene.document.Document document,
Object key,
OIdentifiable value) |
boolean |
isUpdated(org.apache.lucene.document.Document document,
Object key,
OIdentifiable value) |
long |
numDocs() |
void |
put(Object key,
OIdentifiable value,
org.apache.lucene.document.Document doc) |
void |
remove(Object key,
OIdentifiable value) |
searcherpublic OLuceneTxChangesSingleRid(OLuceneIndexEngine engine, org.apache.lucene.index.IndexWriter writer)
public void put(Object key, OIdentifiable value, org.apache.lucene.document.Document doc) throws IOException
IOExceptionpublic void remove(Object key, OIdentifiable value) throws IOException
IOExceptionpublic long numDocs()
public Set<org.apache.lucene.document.Document> getDeletedDocs()
public boolean isDeleted(org.apache.lucene.document.Document document,
Object key,
OIdentifiable value)
public boolean isUpdated(org.apache.lucene.document.Document document,
Object key,
OIdentifiable value)
Copyright © 2009–2016 Orient Technologies. All rights reserved.