| 程序包 | 说明 |
|---|---|
| org.apache.solr.client.solrj |
Primary APIs for communicating with a Solr Server from a Java client.
|
| org.apache.solr.common.util |
Common utility classes reused on both clients & server.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
FastStreamingDocsCallback.field(DataEntry field,
Object docObj)
FOund a new field
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
FastJavaBinDecoder.EntryImpl |
| 限定符和类型 | 方法和说明 |
|---|---|
DataEntry |
DataEntry.parent()
If this is a child of another container object this returns a non-null value
|
DataEntry |
FastJavaBinDecoder.EntryImpl.parent() |
| 限定符和类型 | 方法和说明 |
|---|---|
default void |
DataEntry.EntryListener.end(DataEntry e)
Callback after all entries of this container are streamed
|
void |
DataEntry.EntryListener.entry(DataEntry e)
Callback for each entry in this container. once the method call returns, the entry object is not valid anymore
It is usually reused.
|
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.