Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
FastStreamingDocsCallback.field(DataEntry field,
Object docObj)
FOund a new field
|
Modifier and Type | Class and Description |
---|---|
class |
FastJavaBinDecoder.EntryImpl |
Modifier and Type | Method and Description |
---|---|
DataEntry |
DataEntry.parent()
If this is a child of another container object this returns a non-null value
|
DataEntry |
FastJavaBinDecoder.EntryImpl.parent() |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.