Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.store |
Binary i/o API, used for all index data.
|
Modifier and Type | Method | Description |
---|---|---|
void |
IndexReader.deleteDocument(int docNum) |
Deprecated.
Write support will be removed in Lucene 4.0.
|
int |
IndexReader.deleteDocuments(Term term) |
Deprecated.
Write support will be removed in Lucene 4.0.
|
void |
IndexReader.setNorm(int doc,
String field,
byte value) |
Deprecated.
Write support will be removed in Lucene 4.0.
|
void |
IndexReader.setNorm(int doc,
String field,
float value) |
Deprecated.
Write support will be removed in Lucene 4.0.
|
void |
IndexReader.undeleteAll() |
Deprecated.
Write support will be removed in Lucene 4.0.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
Lock.obtain(long lockWaitTimeout) |
Attempts to obtain an exclusive lock within amount of
time given.
|
Object |
Lock.With.run() |
Calls
Lock.With.doBody() while lock is obtained. |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.