public class IndexFields extends GenericModel
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
IndexFields.Builder
Builder. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<String> | 
exclude()
Fields to exclude during indexing. 
 | 
List<String> | 
include()
Fields to include during indexing. 
 | 
Map<String,String> | 
mappings()
Field mappings to use during indexing. 
 | 
IndexFields.Builder | 
newBuilder()
New builder. 
 | 
equals, hashCode, toStringpublic List<String> exclude()
public List<String> include()
public Map<String,String> mappings()
public IndexFields.Builder newBuilder()
Copyright © 2015–2016 IBM Watson. All rights reserved.