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

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

Subclasses of AbstractIndexData in com.xpn.xwiki.plugin.lucene
 class AbstractDocumentData
           
 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 WikiData
          Holds all data but the content of a wiki page to be indexed.
 

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

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



Copyright © 2004-2011 XWiki. All Rights Reserved.