Searched defs:deleteDocument (Results 1 - 2 of 2) sorted by relevance

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/index/
H A DIndexReader.java1369 public final synchronized void deleteDocument(int docNum) throws StaleReaderException, CorruptIndexException, LockObtainFailedException, IOException { method in class:IndexReader
1378 * Applications should call {@link #deleteDocument(int)} or {@link #deleteDocuments(Term)}.
1391 * See {@link #deleteDocument(int)} for information about when this deletion will
1413 deleteDocument(docs.doc());
1596 * this method to make any changes (setNorm, deleteDocument,
/lucene-3.6.0/lucene/contrib/highlighter/src/test/org/apache/lucene/search/highlight/
H A DHighlighterTest.java1601 deleteDocument();
1621 private void deleteDocument() throws IOException { method in class:HighlighterTest

Completed in 33 milliseconds