|
Esri Geoportal Server 1.2.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.gpt.catalog.arcgis.agportal.publication.ItemInfoLuceneAdapter
public class ItemInfoLuceneAdapter
Builds ESRI_ItemInformation by querying Lucene index. NOTE! This is EXPERIMENTAL feature. It might be removed at any time in the future.
Constructor Summary | |
---|---|
ItemInfoLuceneAdapter()
Default constructor |
Method Summary | |
---|---|
void |
close()
Closes any open resources. |
ESRI_ItemInformation |
makeItemInfoByUuid(RequestContext context,
String[] fields,
String uuid)
Returns the field values associated with a document |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ItemInfoLuceneAdapter()
Method Detail |
---|
public void close()
public ESRI_ItemInformation makeItemInfoByUuid(RequestContext context, String[] fields, String uuid) throws CorruptIndexException, IOException
context
- the operation contextfields
- array of fields to fetchuuid
- the document uuid
CorruptIndexException
- if the index is corrupt
IOException
- if an I/O exception occurs
|
Esri Geoportal Server 1.2.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |