public interface CachingIndexReader
| Modifier and Type | Method and Description |
|---|---|
String |
getId(int n) |
String[] |
getIds(int n) |
String |
getIsCategory(int n) |
String[] |
getLinkAspects(int n) |
org.apache.lucene.index.TermDocs |
getNodeDocs() |
String[] |
getParents(int n) |
String |
getPath(int n) |
String |
getPathLinkId(int n) |
String |
getType(int n) |
String getId(int n) throws IOException
IOExceptionString getPathLinkId(int n) throws IOException
IOExceptionString[] getIds(int n) throws IOException
IOExceptionString getIsCategory(int n) throws IOException
IOExceptionString getPath(int n) throws IOException
IOExceptionString[] getParents(int n) throws IOException
IOExceptionString[] getLinkAspects(int n) throws IOException
IOExceptionString getType(int n) throws IOException
IOExceptionorg.apache.lucene.index.TermDocs getNodeDocs()
throws IOException
IOExceptionCopyright © 2005–2014 Alfresco Software. All rights reserved.