Package org.modeshape.graph.search

A small framework for a search engine component.

See:
          Description


Interface Summary
AbstractSearchEngine.Workspaces<WorkspaceType extends SearchEngineWorkspace>  
SearchEngine A component that acts as a search engine for the content within a single RepositorySource.
SearchEngineWorkspace The representation of the persisted state of the indexes needed for searching.
 

Class Summary
AbstractSearchEngine<WorkspaceType extends SearchEngineWorkspace,ProcessorType extends SearchEngineProcessor> A component that acts as a search engine for the content within a single RepositorySource.
SearchableRepositorySource A RepositorySource implementation that can be used as a wrapper around another non-searchable or non-querable RepositorySource instance to provide search and query capability.
SearchEngineIndexer A utility class that can be used to update the indexes of a search engine by crawling parts of the source.
SearchEngineProcessor The processor that is created by the provider whenever a logical set of activities needs to be performed.
 

Exception Summary
SearchEngineException An exception that represents a problem within a search engine.
 

Package org.modeshape.graph.search Description

A small framework for a search engine component.



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.