Class FreeTextSearchFactory
- java.lang.Object
-
- hudson.search.SearchFactory
-
- org.jenkinsci.plugins.lucene.search.FreeTextSearchFactory
-
- All Implemented Interfaces:
ExtensionPoint
@Extension public class FreeTextSearchFactory extends SearchFactory
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description FreeTextSearchFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Search
createFor(SearchableModelObject owner)
-
Methods inherited from class hudson.search.SearchFactory
all
-
-
-
-
Method Detail
-
createFor
public Search createFor(SearchableModelObject owner)
- Specified by:
createFor
in classSearchFactory
-
-