org.modeshape.search.lucene
Class LuceneSearchEngine.CrawlSubgraph

java.lang.Object
  extended by org.modeshape.search.lucene.LuceneSearchEngine.WorkRequest
      extended by org.modeshape.search.lucene.LuceneSearchEngine.CrawlSubgraph
Enclosing class:
LuceneSearchEngine

@Immutable
protected static class LuceneSearchEngine.CrawlSubgraph
extends LuceneSearchEngine.WorkRequest


Field Summary
protected  int depth
           
protected  Location location
           
 
Constructor Summary
protected LuceneSearchEngine.CrawlSubgraph(Location location, int depth)
           
 
Method Summary
 String toString(ExecutionContext context)
           
 
Methods inherited from class org.modeshape.search.lucene.LuceneSearchEngine.WorkRequest
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

location

protected final Location location

depth

protected final int depth
Constructor Detail

LuceneSearchEngine.CrawlSubgraph

protected LuceneSearchEngine.CrawlSubgraph(Location location,
                                           int depth)
Method Detail

toString

public String toString(ExecutionContext context)
Specified by:
toString in class LuceneSearchEngine.WorkRequest


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