Uses of Class
org.openanzo.indexer.IndexerException

Packages that use IndexerException
org.openanzo.common.rdb.layout.indexer   
org.openanzo.indexer   
org.openanzo.indexer.lucene   
org.openanzo.model.indexer.lucene   
org.openanzo.server.repository.indexer   
 

Uses of IndexerException in org.openanzo.common.rdb.layout.indexer
 

Methods in org.openanzo.common.rdb.layout.indexer that throw IndexerException
 void LiteralIndexer.clear()
           
 void LiteralIndexer.close()
           
 boolean LiteralIndexer.index(int id, java.lang.Object obj)
           
 void LiteralIndexer.initialize(java.util.Properties properties)
           
 void LiteralIndexQuery.initialize(java.util.Properties properties)
          Initialize with a set of configuration properties
 java.util.List<java.lang.Long> LiteralIndexer.query(java.lang.String queryStr)
          Search the indexer for literals that match the query pattern
 java.util.List<java.lang.Long> LiteralIndexQuery.query(java.lang.String queryStr)
          Query the index and return set if IDs for literals that match the query
 int LiteralIndexer.rebuild(java.lang.Object seedObject)
           
 void LiteralIndexer.remove(int id, java.lang.Object obj)
           
 

Uses of IndexerException in org.openanzo.indexer
 

Methods in org.openanzo.indexer that throw IndexerException
 void IIndexer.clear()
          Clears the contents of the index.
 void IIndexer.close()
          Cleans up the indexer, freeing resources.
abstract  IIndexer IndexerFactoryBase.createIndexer(java.util.Properties properties)
          Create an indexer for the given properties
abstract  IQuery IndexerFactoryBase.createQuery(java.util.Properties properties)
          Create an IQuery for the given properties
abstract  IQuery IndexerFactoryBase.createQueryFromDefaultFieldAndText(java.lang.String defaultField, java.lang.String text)
          Return IQuery for the given default field and text
abstract  ISearch IndexerFactoryBase.createSearch(java.util.Properties properties)
          Create an ISearch object for the given properties
abstract  ISearch IndexerFactoryBase.createSearchFromLocation(java.lang.String location)
          Create an ISearch object from the given location
 int ISearch.executeQuery(IQuery query)
          Executes the given query, returning the number of hits.
 java.util.List<IResult> ISearch.getAllResults()
          Gets all results.
static IndexerFactoryBase IndexerFactoryBase.getFactory(java.util.Properties properties)
          Returns a factory object.
static IndexerFactoryBase IndexerFactoryBase.getFactory(java.lang.String factoryClassName)
          Returns a factory object.
 java.util.List<IResult> ISearch.getNextResults()
          Gets the next results, at most pageSize results.
 int ISearch.getNumHits()
          Returns the number of hits for the current search after it has been executed.
 java.util.List<IResult> ISearch.getSpecifiedResults(int startIndex, int numResults)
          Gets the specified range of results.
 boolean ISearch.hasMoreResults()
          Determine if there are more results.
 boolean IIndexer.index(int id, java.lang.Object object)
          Adds the object to the index.
 void IQuery.initialize(java.util.Properties properties)
          Sets up the query.
 void ISearch.initialize(java.util.Properties properties)
           
 void IIndexer.initialize(java.util.Properties properties)
          Initializes the indexer with a properties object.
 void IQuery.initialize(java.lang.String queryStr)
          Sets up the query.
 void IQuery.initialize(java.lang.String field, java.lang.String text)
          Sets up the query.
 void IIndexer.postIndex(int id)
          Called after indexing of a set of statements is complete.
 void ISearch.postQuery()
          Should be called when all results have been obtained.
 void IIndexer.postRemove(int id)
          Called after removing a set of statements is complete.
 int IIndexer.preIndex()
          Prepares the indexer for calls to index().
 void ISearch.preQuery()
          Should be called before a query is executed.
 int IIndexer.preRemove()
          Prepares the indexer for calls to remove().
 int IIndexer.rebuild(java.lang.Object seedObject)
          Rebuilds the index given the seed object.
 void IIndexer.remove(int id, java.lang.Object object)
          Removes the object from the index.
 

Uses of IndexerException in org.openanzo.indexer.lucene
 

Methods in org.openanzo.indexer.lucene that throw IndexerException
 void LuceneIndexerBase.clear()
           
 void LuceneIndexerBase.close()
          Closes the resources used by the indexer.
 IIndexer LuceneIndexerFactory.createIndexer(java.util.Properties properties)
           
 IQuery LuceneIndexerFactory.createQuery(java.util.Properties properties)
           
 IQuery LuceneIndexerFactory.createQueryFromDefaultFieldAndText(java.lang.String field, java.lang.String text)
           
 ISearch LuceneIndexerFactory.createSearch(java.util.Properties properties)
           
 ISearch LuceneIndexerFactory.createSearchFromLocation(java.lang.String location)
           
 int LuceneSearch.executeQuery(IQuery query)
           
 java.util.List<IResult> LuceneSearch.getAllResults()
           
 java.util.List<IResult> LuceneSearch.getNextResults()
           
 java.util.List<IResult> LuceneSearch.getSpecifiedResults(int startIndex, int numResults)
           
abstract  boolean LuceneIndexerBase.index(int id, java.lang.Object object)
           
 void LuceneQuery.initialize(java.util.Properties properties)
          Initializes the query with the properties object.
 void LuceneIndexerBase.initialize(java.util.Properties properties)
          Initializes the indexer.
 void LuceneSearch.initialize(java.util.Properties properties)
          Initializes the Lucene index.
 void LuceneQuery.initialize(java.lang.String queryStr)
          Initializes the query based on the queryStr
 void LuceneSearch.initialize(java.lang.String location)
          Initializes the Lucene index.
 void LuceneIndexerBase.initialize(java.lang.String location, boolean indexClear, boolean removeLock)
          Initializes the indexer.
 void LuceneQuery.initialize(java.lang.String defaultField, java.lang.String text)
          Initializes a simple query.
 void LuceneIndexerBase.postIndex(int id)
          Flushes and optimizes the index.
 void LuceneSearch.postQuery()
           
 void LuceneIndexerBase.postRemove(int id)
          Flushes and optimizes the index.
 int LuceneIndexerBase.preIndex()
          A no-op.
 void LuceneSearch.preQuery()
           
 int LuceneIndexerBase.preRemove()
          A no-op.
abstract  void LuceneIndexerBase.remove(int id, java.lang.Object object)
           
 

Uses of IndexerException in org.openanzo.model.indexer.lucene
 

Methods in org.openanzo.model.indexer.lucene that throw IndexerException
 IIndexer ModelIndexerFactory.createIndexer(java.util.Properties properties)
           
 IQuery ModelIndexerFactory.createQuery(java.util.Properties properties)
           
 IQuery ModelIndexerFactory.createQueryFromDefaultFieldAndText(java.lang.String field, java.lang.String text)
          Creates a query.
 IQuery ModelIndexerFactory.createQueryFromString(java.lang.String queryStr)
          Creates a query.
 boolean ModelIndexer.index(int id, java.lang.Object obj)
           
 void ModelIndexQuery.initialize(java.util.Properties properties)
           
 void ModelIndexQuery.initialize(java.lang.String queryStr)
           
 void ModelIndexQuery.initialize(java.lang.String defaultField, java.lang.String queryStr)
           
static void ModelIndexQuery.main(java.lang.String[] args)
          Tests date parsing
 int ModelIndexer.rebuild(java.lang.Object seedObject)
           
 void ModelIndexer.remove(int id, java.lang.Object obj)
           
 

Uses of IndexerException in org.openanzo.server.repository.indexer
 

Methods in org.openanzo.server.repository.indexer that throw IndexerException
 void IndexQueryApi.rebuild(RepositoryConnection connection)
          Rebuilds the index based on what is currently in the store.
 void IndexQueryApi.reset()
          Resets the index, clearing everything in the index.
 void IndexUpdateHandler.reset()
          Reset the index (clear all contents).
 



Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.