Class IndexQueryHelper
- java.lang.Object
-
- com.atlassian.confluence.functest.rest.admin.index.IndexQueryHelper
-
public final class IndexQueryHelper extends Object
- Since:
- 7.14
-
-
Constructor Summary
Constructors Constructor Description IndexQueryHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<List<Map<String,?>>>getAllIndexFields(org.apache.lucene.search.IndexSearcher searcher, org.apache.lucene.index.Term filter)
-
-
-
Method Detail
-
getAllIndexFields
public static List<List<Map<String,?>>> getAllIndexFields(org.apache.lucene.search.IndexSearcher searcher, org.apache.lucene.index.Term filter) throws IOException
- Throws:
IOException
-
-