org.alfresco.repo.search.impl.lucene.index
Interface CachingIndexReader
public interface CachingIndexReader
getId
java.lang.String getId(int n)
throws java.io.IOException
- Throws:
java.io.IOException
getPathLinkId
java.lang.String getPathLinkId(int n)
throws java.io.IOException
- Throws:
java.io.IOException
getIds
java.lang.String[] getIds(int n)
throws java.io.IOException
- Throws:
java.io.IOException
getIsCategory
java.lang.String getIsCategory(int n)
throws java.io.IOException
- Throws:
java.io.IOException
getPath
java.lang.String getPath(int n)
throws java.io.IOException
- Throws:
java.io.IOException
getParents
java.lang.String[] getParents(int n)
throws java.io.IOException
- Throws:
java.io.IOException
getLinkAspects
java.lang.String[] getLinkAspects(int n)
throws java.io.IOException
- Throws:
java.io.IOException
getType
java.lang.String getType(int n)
throws java.io.IOException
- Throws:
java.io.IOException
getNodeDocs
org.apache.lucene.index.TermDocs getNodeDocs()
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.