Uses of Class
com.xpn.xwiki.plugin.lucene.IndexData

Packages that use IndexData
com.xpn.xwiki.plugin.lucene   
 

Uses of IndexData in com.xpn.xwiki.plugin.lucene
 

Subclasses of IndexData in com.xpn.xwiki.plugin.lucene
 class AttachmentData
          Holds all data but the content of an attachment to be indexed.
 class DocumentData
          Holds all data but the content of a wiki page to be indexed.
 class ObjectData
          Hold the property values of the XWiki.ArticleClass Objects.
 

Methods in com.xpn.xwiki.plugin.lucene that return IndexData
 IndexData XWikiDocumentQueue.remove()
          Remove an item from the queue and return it.
 

Methods in com.xpn.xwiki.plugin.lucene with parameters of type IndexData
 void XWikiDocumentQueue.add(IndexData data)
          Adds an item to the queue.
 



Copyright © 2004-2009 XWiki. All Rights Reserved.