public class

IndexReaderUtils

extends Object
java.lang.Object
   ↳ com.atlassian.confluence.search.lucene.IndexReaderUtils

Class Overview

Utility class for extensions to lucene's IndexReader.

Summary

Public Constructors
IndexReaderUtils()
Public Methods
static void deleteDocuments(IndexReader reader, Term... term)
IndexReader doesn't currently supporting deleting documents based on multiple terms.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public IndexReaderUtils ()

Public Methods

public static void deleteDocuments (IndexReader reader, Term... term)

IndexReader doesn't currently supporting deleting documents based on multiple terms. This method allows this.

Throws
IOException