public static class WebLogAnalysis.FilterDocByKeyWords extends Object implements FilterFunction<Tuple2<String,String>>
Constructor and Description |
---|
FilterDocByKeyWords() |
Modifier and Type | Method and Description |
---|---|
boolean |
filter(Tuple2<String,String> value)
Filters for documents that contain all of the given keywords and projects the records on the URL field.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.