|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AIDAException | |
---|---|
anl.aida | |
anl.aida.ae.lucene | |
anl.aida.core | |
anl.aida.reader | |
anl.aida.sv | |
anl.fusion.example |
Uses of AIDAException in anl.aida |
---|
Methods in anl.aida that throw AIDAException | |
---|---|
void |
TermsTest.testIO()
|
void |
TermsTest.testSTCollectionCreator()
|
void |
TermsTest.testSVCreation()
|
Uses of AIDAException in anl.aida.ae.lucene |
---|
Methods in anl.aida.ae.lucene that throw AIDAException | |
---|---|
void |
TermScorer.apply(org.apache.lucene.index.IndexReader reader,
TermFunction func)
Iterates over all the Terms in the index and applies the specified function to them. |
void |
TermFunction.apply(int docId,
org.apache.lucene.document.Document doc,
int frequency,
float score)
Apply some implementor specific operation to the term and its data. |
void |
STCCreator.apply(int docId,
org.apache.lucene.document.Document doc,
int frequency,
float score)
Apply some implementor specific operation to the term and its data. |
void |
DBTermFunction.apply(int docId,
org.apache.lucene.document.Document doc,
int frequency,
float score)
Apply some implementor specific operation to the term and its data. |
org.apache.lucene.document.Field |
LuceneConsumer.CacheFieldBuilder.build(org.apache.uima.cas.CAS cas,
org.apache.lucene.document.Document doc,
Keywords keywords)
|
org.apache.lucene.document.Field |
FieldBuilder.build(org.apache.uima.cas.CAS cas,
org.apache.lucene.document.Document doc,
Keywords keywords)
Builds a Field in the specified Document using values from the specified CAS. |
org.apache.lucene.document.Field |
DefaultFieldBuilder.build(org.apache.uima.cas.CAS cas,
org.apache.lucene.document.Document doc,
Keywords keywords)
Builds a Field in the specified Document using values from the specified CAS. |
private void |
LuceneConsumer.createCache()
|
void |
CacheCreator.createCache(java.io.File outputDir,
ReaderProducer readerProducer,
Keywords keywords)
Creates the cache in the specified directory. |
ScoredTermsCollection |
STCCreator.createCollection(org.apache.lucene.index.IndexReader reader,
DateRange range)
Creates a ScoredTermsCollection. |
ScoredTermsCollection |
STCCreator.createCollection(org.apache.lucene.index.IndexReader reader,
Filter<org.apache.lucene.index.Term> filter,
DateRange range)
Creates a ScoredTermsCollection. |
private void |
CacheCreator.createSTC(java.io.File indexDir,
java.lang.String filename,
DateRange range)
|
void |
TermFunction.done()
Called after apply has been called for all the terms. |
void |
STCCreator.done()
Called after apply has been called for all the terms. |
void |
DBTermFunction.done()
Commits any changes to the DB. |
void |
TermFunction.init(int docCount)
Called once prior to calling apply for any terms, documents. |
void |
STCCreator.init(int docCount)
Called once prior to calling apply for any terms, documents. |
void |
DBTermFunction.init(int docCount)
Initializes the DB connection. |
void |
LuceneRRProcessor.initialize()
|
void |
LuceneRRProcessor.process(ReaderResult result)
Transforms the reader result to Document and then adds that document to a lucene index. |
void |
LucenceConsumerTests.testBuilder()
|
void |
LuceneTests.testCacheCreator()
|
void |
LucenceConsumerTests.testXMLBuilder()
|
Uses of AIDAException in anl.aida.core |
---|
Fields in anl.aida.core declared as AIDAException | |
---|---|
(package private) AIDAException |
STCBuilder.STCollection.STCProcedure.ex
|
Methods in anl.aida.core that return AIDAException | |
---|---|
AIDAException |
STCBuilder.STCollection.STCProcedure.getEx()
|
Methods in anl.aida.core that throw AIDAException | |
---|---|
void |
STCWriter.apply(int docIndex,
MIFSDocument doc,
int frequency,
float score)
Notifies the implementor of a document score for the term specified in the last call to newTerm. |
void |
ScoredTermCallback.apply(int docIndex,
MIFSDocument doc,
int frequency,
float score)
Notifies the implementor of a document score for the term specified in the last call to newTerm. |
ScoredTermsCollection |
STCBuilder.createSTC(boolean calculateTermStats)
|
HighestTermScores |
KeywordGenerator.generate(java.lang.String docPath,
int count)
Generates and returns the specified number of keywords for the document identified by the specified path. |
void |
STCBuilder.STCollection.iterateByTerm(ScoredTermCallback callback)
Iterates through the collection in term order calling the relevant methods in the callback. |
void |
ScoredTermsCollection.iterateByTerm(ScoredTermCallback callback)
Iterates through the collection in term order calling the relevant methods in the callback. |
ScoredTermsCollection |
STCReader.readCollection(java.lang.String file)
Reads and returns a StoredTermsCollection written by a STCWriter. |
Uses of AIDAException in anl.aida.reader |
---|
Methods in anl.aida.reader that throw AIDAException | |
---|---|
void |
ResultCacher.initialize()
|
void |
ReaderResultProcessor.initialize()
Initializes the processor. |
void |
ScraperTests.RRProcessor.initialize()
|
void |
ResultCacher.process(ReaderResult result)
|
void |
ReaderResultProcessor.process(ReaderResult result)
Process the specified result. |
void |
ScraperTests.RRProcessor.process(ReaderResult result)
|
void |
NYTimesArchiveReader.run(ReaderResultProcessor proc)
Parses the lines in the nytimes archive index file for url, title, etc. |
void |
NTARCArchiveReader.run(ReaderResultProcessor proc)
Deprecated. |
void |
CTArchiveReader.run(ReaderResultProcessor proc)
Deprecated. |
void |
ScraperTests.testNYTArchiveReader()
|
void |
ScraperTests.testTRIBArchiveReader()
|
Uses of AIDAException in anl.aida.sv |
---|
Methods in anl.aida.sv that throw AIDAException | |
---|---|
HighestTermScores |
SVKeywordGenerator.generate(java.lang.String docPath,
int count)
Generates and returns the specified number of keywords for the document identified by the specified path. |
Uses of AIDAException in anl.fusion.example |
---|
Methods in anl.fusion.example that throw AIDAException | |
---|---|
void |
SVExample.keywords()
|
static void |
SVExample.main(java.lang.String[] args)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |