public static class Bing3WebDocumentSourceDescriptor.AttributeBuilder extends Bing3DocumentSourceDescriptor.AttributeBuilder
Bing3WebDocumentSource component. You can use this
builder as a type-safe alternative to populating the attribute map using attribute keys.| Modifier and Type | Field and Description |
|---|---|
Map<String,Object> |
map
The attribute map populated by this builder.
|
| Modifier | Constructor and Description |
|---|---|
protected |
Bing3WebDocumentSourceDescriptor.AttributeBuilder(Map<String,Object> map)
Creates a builder backed by the provided map.
|
| Modifier and Type | Method and Description |
|---|---|
Bing3WebDocumentSourceDescriptor.AttributeBuilder |
site(org.carrot2.util.attribute.IObjectFactory<? extends String> value)
Site restriction to return results under a given URL.
|
Bing3WebDocumentSourceDescriptor.AttributeBuilder |
site(String value)
Site restriction to return results under a given URL.
|
adult, adult, appid, appid, latitude, latitude, longitude, longitude, market, market, redirectStrategy, redirectStrategysearchMode, searchModecompressed, documents, query, query, results, results, resultsTotal, start, startpublic Bing3WebDocumentSourceDescriptor.AttributeBuilder site(String value)
Bing3WebDocumentSource.sitepublic Bing3WebDocumentSourceDescriptor.AttributeBuilder site(org.carrot2.util.attribute.IObjectFactory<? extends String> value)
Bing3WebDocumentSource.site