Uses of Class
org.kit.furia.Document

Packages that use Document
org.kit.furia   
org.kit.furia.index   
org.kit.furia.io   
 

Uses of Document in org.kit.furia
 

Methods in org.kit.furia with parameters of type Document
 void IRIndex.insert(Document<O> document)
          Inserts a new document into the database.
 java.util.List<ResultCandidate> IRIndexShort.search(Document<O> document, byte k, short r, short n)
          Searches the top n documents that are closest to document.
 boolean IRIndex.shouldSkipDoc(Document<O> x)
          Returns true if the document corresponding to x's name exists in the DB.
 

Uses of Document in org.kit.furia.index
 

Methods in org.kit.furia.index with parameters of type Document
 void AbstractIRIndex.insert(Document<O> document)
           
protected  java.util.List<ResultCandidate> AbstractIRIndex.processQueryResults(java.util.Map<java.lang.Integer,java.lang.Integer> normalizedQuery, short n, Document query)
           
 java.util.List<ResultCandidate> FIRIndexShort.search(Document<O> document, byte k, short r, short n)
           
 boolean AbstractIRIndex.shouldSkipDoc(Document<O> x)
          Returns true if the document corresponding to x's name exists in the DB.
 

Uses of Document in org.kit.furia.io
 

Methods in org.kit.furia.io that return Document
 Document<O> AbstractFuriaInput.getDocument(java.lang.String id, java.io.File fragments)
          Parses a file that is in the furia-chan fragment file format: "#" starts a comment and it is ignored.
 

Methods in org.kit.furia.io that return types with arguments of type Document
 java.util.Iterator<Document<O>> AbstractFuriaInput.getDocumentsFromDirectory()
          This method receives a directory and returns an iterator that will lazily create documents from the given directory.
 



Copyright © 2008 Arnoldo Jose Muller Molina. All Rights Reserved.