Uses of Class
de.unidu.is.retrieval.DocumentMismatchException

Packages that use DocumentMismatchException
de.unidu.is.retrieval Provides a unique interface for interacting an with XML retrieval engines. 
de.unidu.is.retrieval.pire Provides the PIRE retrieval engine. 
de.unidu.is.retrieval.pire.examples Examples for PIRE. 
 

Uses of DocumentMismatchException in de.unidu.is.retrieval
 

Methods in de.unidu.is.retrieval that throw DocumentMismatchException
 void IR.addToIndex(java.lang.String docID, org.w3c.dom.Document document)
          Add the XML document to the index.
 void IR.addToIndex(java.lang.String docID, java.lang.String document)
          Add the XML document to the index.
 

Uses of DocumentMismatchException in de.unidu.is.retrieval.pire
 

Methods in de.unidu.is.retrieval.pire that throw DocumentMismatchException
 void PDatalogIR.addToIndex(java.lang.String docID, org.w3c.dom.Document document)
          Add the XML document to the index.
 void PDatalogIR.addToIndex(java.lang.String docID, java.lang.String document)
          Add the XML document to the index.
 

Uses of DocumentMismatchException in de.unidu.is.retrieval.pire.examples
 

Methods in de.unidu.is.retrieval.pire.examples that throw DocumentMismatchException
static void AsyncExample.main(java.lang.String[] args)
           
static void Example.main(java.lang.String[] args)
           
static void PIREExampleUtils.indexXMLDocuments(IR ir)
          Adds example documens to the IR index.
static void SyncExample.main(java.lang.String[] args)