public abstract class FreeTextSearchExtension extends Object implements ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
FreeTextSearchExtension() |
| Modifier and Type | Method and Description |
|---|---|
static ExtensionList<FreeTextSearchExtension> |
all() |
abstract String |
getKeyword()
Specifies the keyword that lucene stores the data as.
|
abstract String |
getTextResult(Run<?,?> run)
The text that will be searchable.
|
boolean |
isDefaultSearchable()
If this keyword should be included in the default list of fields to search through.
|
boolean |
isPersist()
If the original data should be stored in the index.
|
public static ExtensionList<FreeTextSearchExtension> all()
public abstract String getKeyword()
Field.public boolean isPersist()
public boolean isDefaultSearchable()
Copyright © 2016–2021. All rights reserved.