com.browseengine.bobo.impl
Class BrowseServiceImpl

java.lang.Object
  extended by com.browseengine.bobo.impl.BrowseServiceImpl
All Implemented Interfaces:
BrowseService

public class BrowseServiceImpl
extends Object
implements BrowseService


Field Summary
 
Fields inherited from interface com.browseengine.bobo.service.BrowseService
EMPTY_RESULT
 
Constructor Summary
BrowseServiceImpl()
           
BrowseServiceImpl(File idxDir)
           
 
Method Summary
 BrowseResult browse(BrowseRequest req)
           
 void close()
           
static BoboIndexReader newIndexReader(org.apache.lucene.store.Directory idxDir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowseServiceImpl

public BrowseServiceImpl(File idxDir)

BrowseServiceImpl

public BrowseServiceImpl()
Method Detail

newIndexReader

public static BoboIndexReader newIndexReader(org.apache.lucene.store.Directory idxDir)
                                      throws IOException
Throws:
IOException

close

public void close()
           throws BrowseException
Specified by:
close in interface BrowseService
Throws:
BrowseException

browse

public BrowseResult browse(BrowseRequest req)
                    throws BrowseException
Specified by:
browse in interface BrowseService
Throws:
BrowseException


Copyright © 2011. All Rights Reserved.