|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.lucene.index.IndexReader
org.apache.lucene.index.MultiReader
org.alfresco.repo.search.impl.lucene.query.DeltaReader
public class DeltaReader
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.lucene.index.IndexReader |
---|
org.apache.lucene.index.IndexReader.FieldOption |
Field Summary |
---|
Fields inherited from class org.apache.lucene.index.IndexReader |
---|
hasChanges |
Constructor Summary | |
---|---|
DeltaReader(org.apache.lucene.index.IndexReader[] readers,
int[][] deletions)
|
Method Summary | |
---|---|
protected void |
doCommit()
|
protected void |
doDelete(int arg0)
|
protected void |
doUndeleteAll()
|
boolean |
hasDeletions()
|
boolean |
isDeleted(int docNumber)
|
org.apache.lucene.index.TermDocs |
termDocs()
|
org.apache.lucene.index.TermPositions |
termPositions()
|
Methods inherited from class org.apache.lucene.index.MultiReader |
---|
docFreq, doClose, document, doSetNorm, getFieldNames, getTermFreqVector, getTermFreqVector, getTermFreqVector, getTermFreqVectors, getVersion, hasNorms, isCurrent, isOptimized, maxDoc, norms, norms, numDocs, reopen, terms, terms |
Methods inherited from class org.apache.lucene.index.IndexReader |
---|
acquireWriteLock, close, commit, decRef, deleteDocument, deleteDocuments, directory, document, ensureOpen, flush, getCurrentVersion, getCurrentVersion, getCurrentVersion, getIndexCommit, getTermInfosIndexDivisor, incRef, indexExists, indexExists, indexExists, isLocked, isLocked, lastModified, lastModified, lastModified, listCommits, main, numDeletedDocs, open, open, open, open, open, open, open, open, open, setNorm, setNorm, setTermInfosIndexDivisor, termDocs, termPositions, undeleteAll, unlock |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeltaReader(org.apache.lucene.index.IndexReader[] readers, int[][] deletions) throws java.io.IOException
java.io.IOException
Method Detail |
---|
protected void doCommit() throws java.io.IOException
doCommit
in class org.apache.lucene.index.MultiReader
java.io.IOException
protected void doDelete(int arg0) throws java.io.IOException
doDelete
in class org.apache.lucene.index.MultiReader
java.io.IOException
protected void doUndeleteAll() throws java.io.IOException
doUndeleteAll
in class org.apache.lucene.index.MultiReader
java.io.IOException
public boolean hasDeletions()
hasDeletions
in class org.apache.lucene.index.MultiReader
public boolean isDeleted(int docNumber)
isDeleted
in class org.apache.lucene.index.MultiReader
public org.apache.lucene.index.TermDocs termDocs() throws java.io.IOException
termDocs
in class org.apache.lucene.index.MultiReader
java.io.IOException
public org.apache.lucene.index.TermPositions termPositions() throws java.io.IOException
termPositions
in class org.apache.lucene.index.MultiReader
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |