Class FieldTypesLookup
java.lang.Object
org.graylog.plugins.views.search.elasticsearch.FieldTypesLookup
-
Constructor Summary
ConstructorsConstructorDescriptionFieldTypesLookup(IndexFieldTypesService indexFieldTypesService, StreamService streamService) -
Method Summary
-
Constructor Details
-
FieldTypesLookup
@Inject public FieldTypesLookup(IndexFieldTypesService indexFieldTypesService, StreamService streamService)
-
-
Method Details
-
getType
-
getTypes
It may be inefficient to call getType() method for multiple fields, if the list of streams does not change. In that scenario this method will be better, hitting Mongo DB only once.
-