| 程序包 | 说明 |
|---|---|
| org.apache.solr.common |
Common classes reused on both clients & server for dealing with
documents to be indexed and result documents. |
| 限定符和类型 | 方法和说明 |
|---|---|
ToleratedUpdateError.CmdType |
ToleratedUpdateError.getType() |
static ToleratedUpdateError.CmdType |
ToleratedUpdateError.CmdType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ToleratedUpdateError.CmdType[] |
ToleratedUpdateError.CmdType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 构造器和说明 |
|---|
ToleratedUpdateError(ToleratedUpdateError.CmdType type,
String id,
String message) |
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.