Uses of Class
org.modeshape.search.lucene.AbstractLuceneSearchEngine.TupleCollector

Packages that use AbstractLuceneSearchEngine.TupleCollector
org.modeshape.search.lucene An implementation of the SearchEngine interface that uses the Lucene library. 
 

Uses of AbstractLuceneSearchEngine.TupleCollector in org.modeshape.search.lucene
 

Subclasses of AbstractLuceneSearchEngine.TupleCollector in org.modeshape.search.lucene
protected static class LuceneSearchSession.DualIndexTupleCollector
          This collector is responsible for loading the value for each of the columns into each tuple array.
protected static class LuceneSearchSession.FullTextSearchTupleCollector
          This collector is responsible for loading the value for each of the columns into each tuple array.
 

Methods in org.modeshape.search.lucene that return AbstractLuceneSearchEngine.TupleCollector
 AbstractLuceneSearchEngine.TupleCollector LuceneSearchSession.createTupleCollector(QueryResults.Columns columns)
          Create a AbstractLuceneSearchEngine.TupleCollector instance that collects the results from the index(es).
 AbstractLuceneSearchEngine.TupleCollector AbstractLuceneSearchEngine.WorkspaceSession.createTupleCollector(QueryResults.Columns columns)
          Create a AbstractLuceneSearchEngine.TupleCollector instance that collects the results from the index(es).
 



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