|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexDocument | |
---|---|
org.apache.lucene.gdata.search.index | Contains classes processing of documents and accessing the search index of the server |
Uses of IndexDocument in org.apache.lucene.gdata.search.index |
---|
Classes in org.apache.lucene.gdata.search.index with type parameters of type IndexDocument | |
---|---|
interface |
IndexDocumentBuilder<T extends IndexDocument>
Interface for DocumentBuilders |
Fields in org.apache.lucene.gdata.search.index with type parameters of type IndexDocument | |
---|---|
protected java.util.concurrent.BlockingQueue<java.util.concurrent.Future<IndexDocument>> |
GDataIndexer.futurQueue
|
Methods in org.apache.lucene.gdata.search.index that return IndexDocument | |
---|---|
IndexDocument |
IndexFeedDeleteTask.call()
|
Methods in org.apache.lucene.gdata.search.index with parameters of type IndexDocument | |
---|---|
protected void |
GDataIndexer.addDocument(IndexDocument indexable)
|
protected void |
GDataIndexer.deleteDocument(IndexDocument indexable)
|
protected void |
GDataIndexer.doWrite(IndexDocument document)
|
protected void |
GDataIndexer.updateDocument(IndexDocument indexable)
|
Method parameters in org.apache.lucene.gdata.search.index with type arguments of type IndexDocument | |
---|---|
void |
GDataIndexer.addIndexableDocumentTask(java.util.concurrent.Future<IndexDocument> task)
Adds the given future task to the queue, and waits if the queue is full. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |