public class BambooIndexHelper extends Object
Constructor and Description |
---|
BambooIndexHelper() |
Modifier and Type | Method and Description |
---|---|
static List<org.apache.lucene.document.Document> |
getAllDocuments(com.atlassian.bonnie.ILuceneConnection luceneConnection) |
static void |
indexDocument(com.atlassian.bonnie.ILuceneConnection luceneConnection,
org.apache.lucene.document.Document document) |
static List<org.apache.lucene.document.Document> |
searchDocuments(com.atlassian.bonnie.ILuceneConnection luceneConnection,
org.apache.lucene.search.BooleanQuery booleanQuery) |
static List<org.apache.lucene.document.Document> |
searchDocuments(com.atlassian.bonnie.ILuceneConnection luceneConnection,
org.apache.lucene.search.Query query) |
public static void indexDocument(@NotNull com.atlassian.bonnie.ILuceneConnection luceneConnection, @NotNull org.apache.lucene.document.Document document)
@NotNull public static List<org.apache.lucene.document.Document> getAllDocuments(@NotNull com.atlassian.bonnie.ILuceneConnection luceneConnection)
@NotNull public static List<org.apache.lucene.document.Document> searchDocuments(@NotNull com.atlassian.bonnie.ILuceneConnection luceneConnection, @NotNull org.apache.lucene.search.Query query)
@NotNull public static List<org.apache.lucene.document.Document> searchDocuments(@NotNull com.atlassian.bonnie.ILuceneConnection luceneConnection, @NotNull org.apache.lucene.search.BooleanQuery booleanQuery)
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.