Class MLTPaneProvider
- java.lang.Object
-
- org.apache.lucene.luke.app.desktop.components.fragments.search.MLTPaneProvider
-
- All Implemented Interfaces:
ComponentOperatorRegistry.ComponentOperator,MLTTabOperator
public final class MLTPaneProvider extends Object implements MLTTabOperator
Provider of the MLT pane
-
-
Constructor Summary
Constructors Constructor Description MLTPaneProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JScrollPaneget()MLTConfiggetConfig()voidsetAnalyzer(Analyzer analyzer)voidsetFields(Collection<String> fields)
-
-
-
Method Detail
-
get
public JScrollPane get()
-
setAnalyzer
public void setAnalyzer(Analyzer analyzer)
- Specified by:
setAnalyzerin interfaceMLTTabOperator
-
setFields
public void setFields(Collection<String> fields)
- Specified by:
setFieldsin interfaceMLTTabOperator
-
getConfig
public MLTConfig getConfig()
- Specified by:
getConfigin interfaceMLTTabOperator
-
-