com.atlassian.jira.issue.search.providers
Class LuceneSearchProvider

java.lang.Object
  extended bycom.atlassian.jira.issue.search.providers.LuceneSearchProvider
All Implemented Interfaces:
SearchProvider

public class LuceneSearchProvider
extends java.lang.Object
implements SearchProvider


Field Summary
protected  Category log
           
 
Constructor Summary
LuceneSearchProvider()
           
 
Method Summary
 java.util.Collection search(SearchRequest request, User searchUser)
          Returns null if there are no Lucene parameters, otherwise returns a collection of Lucene Document objects.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected final Category log
Constructor Detail

LuceneSearchProvider

public LuceneSearchProvider()
Method Detail

search

public java.util.Collection search(SearchRequest request,
                                   User searchUser)
                            throws SearchException
Returns null if there are no Lucene parameters, otherwise returns a collection of Lucene Document objects. The collection has 0 results if there are no matches.

Specified by:
search in interface SearchProvider
Throws:
SearchException