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
IOException
String getPathLinkId(int n) throws IOException
IOException
String[] getIds(int n) throws IOException
IOException
String getIsCategory(int n) throws IOException
IOException
String getPath(int n) throws IOException
IOException
String[] getParents(int n) throws IOException
IOException
String[] getLinkAspects(int n) throws IOException
IOException
String getType(int n) throws IOException
IOException
org.apache.lucene.index.TermDocs getNodeDocs() throws IOException
IOException
Copyright © 2005–2017 Alfresco Software. All rights reserved.