Class LuceneSearcher
java.lang.Object
org.apache.camel.component.lucene.LuceneSearcher
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LuceneSearcher
public LuceneSearcher()
-
-
Method Details
-
open
public void open(File indexDirectory, org.apache.lucene.analysis.Analyzer analyzer) throws IOException - Throws:
IOException
-
close
- Throws:
IOException
-
search
public Hits search(String searchPhrase, int maxNumberOfHits, int totalHitsThreshold) throws Exception - Throws:
Exception
-
search
public Hits search(String searchPhrase, int maxNumberOfHits, int totalHitsThreshold, boolean returnLuceneDocs) throws Exception - Throws:
Exception
-