com.atlassian.confluence.search.contentnames.lucene
Class LuceneContentNameSearcher
java.lang.Object
com.atlassian.confluence.search.contentnames.lucene.LuceneContentNameSearcher
- All Implemented Interfaces:
- ContentNameSearcher
public class LuceneContentNameSearcher
- extends java.lang.Object
- implements ContentNameSearcher
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONTENT_NAME_UNSTEMMED_FIELD
public static final java.lang.String CONTENT_NAME_UNSTEMMED_FIELD
- See Also:
- Constant Field Values
LuceneContentNameSearcher
public LuceneContentNameSearcher(ContentNameScorer contentNameScorer,
ResultCategoriser resultCategoriser,
ResultConverter resultConverter)
search
public java.util.Map<Category,java.util.List<SearchResult>> search(java.util.List<QueryToken> queryTokens)
- Description copied from interface:
ContentNameSearcher
- Search and expect results using the Confluence default
ResultTemplate.
- Specified by:
search in interface ContentNameSearcher
- Parameters:
queryTokens - the parsed tokens to search with.
- Returns:
- results keyed by the grouping they are for.
- See Also:
ResultTemplate.DEFAULT,
QueryTokenizer
search
public java.util.Map<Category,java.util.List<SearchResult>> search(java.util.List<QueryToken> queryTokens,
ResultTemplate resultTemplate)
- Description copied from interface:
ContentNameSearcher
- Search returning results meeting the specified
ResultTemplate.
- Specified by:
search in interface ContentNameSearcher
- Parameters:
queryTokens - the parsed tokens to search with.resultTemplate - the grouping of the results you require.
- Returns:
- results keyed by the grouping they are for.
- See Also:
QueryTokenizer
Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.