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

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.
 

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-2010 XWiki. All Rights Reserved.