PageRenderTime 422ms CodeModel.GetById 14ms RepoModel.GetById 1ms app.codeStats 0ms

/new_backend/abdelrahmanrustom-searchengine-ac46608ebeab/searches/commands/RecommendNewMaterialCommand.java

https://bitbucket.org/abdelrahmanrustom/searchengine
Java | 137 lines | 99 code | 12 blank | 26 comment | 5 complexity | 62b0d9de6e7c2adbe0151f40400b8eb8 MD5 | raw file
  1. import com.google.gson.Gson;
  2. import com.google.gson.JsonObject;
  3. import com.mongodb.MongoClient;
  4. import com.mongodb.MongoClientURI;
  5. import com.mongodb.client.FindIterable;
  6. import com.mongodb.client.MongoCollection;
  7. import com.mongodb.client.MongoDatabase;
  8. import org.apache.http.HttpHost;
  9. import org.bson.Document;
  10. import org.elasticsearch.action.ActionListener;
  11. import org.elasticsearch.action.search.SearchRequest;
  12. import org.elasticsearch.action.search.SearchRequestBuilder;
  13. import org.elasticsearch.action.search.SearchResponse;
  14. import org.elasticsearch.client.RestClient;
  15. import org.elasticsearch.client.RestHighLevelClient;
  16. import org.elasticsearch.common.document.DocumentField;
  17. import org.elasticsearch.index.query.BoolQueryBuilder;
  18. import org.elasticsearch.index.query.QueryBuilder;
  19. import org.elasticsearch.index.query.QueryBuilders;
  20. import org.elasticsearch.search.SearchHit;
  21. import org.elasticsearch.search.SearchHits;
  22. import org.elasticsearch.search.builder.SearchSourceBuilder;
  23. import org.tartarus.snowball.ext.PorterStemmer;
  24. import java.io.IOException;
  25. import java.io.StringReader;
  26. import java.util.*;
  27. import java.util.concurrent.Callable;
  28. //https://github.com/harryaskham/Twitter-L-LDA/blob/master/util/Stopwords.java
  29. import static com.mongodb.client.model.Filters.eq;
  30. import java.util.Random;
  31. import static org.elasticsearch.index.query.QueryBuilders.*;
  32. public class RecommendNewMaterialCommand implements Callable<String> {
  33. int user_id = -1;
  34. PorterStemmer porterStemmer = new PorterStemmer();
  35. final RestHighLevelClient client = new RestHighLevelClient(
  36. RestClient.builder(
  37. new HttpHost("localhost", 9200, "http"),
  38. new HttpHost("localhost", 9201, "http")));
  39. private static final MongoClient mongoClient = new
  40. MongoClient(new MongoClientURI("mongodb://localhost:27017"));
  41. private static final MongoDatabase database = mongoClient.getDatabase("history");
  42. private static final MongoCollection<Document> collection = database.getCollection("interests");
  43. private static final MongoCollection<Document> collection1 = database.getCollection("history");
  44. Random random = new Random();
  45. private static String[] stopwords = {"a", "as", "able", "about", "above", "according", "accordingly", "across", "actually", "after", "afterwards", "again", "against", "aint", "all", "allow", "allows", "almost", "alone", "along", "already", "also", "although", "always", "am", "among", "amongst", "an", "and", "another", "any", "anybody", "anyhow", "anyone", "anything", "anyway", "anyways", "anywhere", "apart", "appear", "appreciate", "appropriate", "are", "arent", "around", "as", "aside", "ask", "asking", "associated", "at", "available", "away", "awfully", "be", "became", "because", "become", "becomes", "becoming", "been", "before", "beforehand", "behind", "being", "believe", "below", "beside", "besides", "best", "better", "between", "beyond", "both", "brief", "but", "by", "cmon", "cs", "came", "can", "cant", "cannot", "cant", "cause", "causes", "certain", "certainly", "changes", "clearly", "co", "com", "come", "comes", "concerning", "consequently", "consider", "considering", "contain", "containing", "contains", "corresponding", "could", "couldnt", "course", "currently", "definitely", "described", "despite", "did", "didnt", "different", "do", "does", "doesnt", "doing", "dont", "done", "down", "downwards", "during", "each", "edu", "eg", "eight", "either", "else", "elsewhere", "enough", "entirely", "especially", "et", "etc", "even", "ever", "every", "everybody", "everyone", "everything", "everywhere", "ex", "exactly", "example", "except", "far", "few", "ff", "fifth", "first", "five", "followed", "following", "follows", "for", "former", "formerly", "forth", "four", "from", "further", "furthermore", "get", "gets", "getting", "given", "gives", "go", "goes", "going", "gone", "got", "gotten", "greetings", "had", "hadnt", "happens", "hardly", "has", "hasnt", "have", "havent", "having", "he", "hes", "hello", "help", "hence", "her", "here", "heres", "hereafter", "hereby", "herein", "hereupon", "hers", "herself", "hi", "him", "himself", "his", "hither", "hopefully", "how", "howbeit", "however", "i", "id", "ill", "im", "ive", "ie", "if", "ignored", "immediate", "in", "inasmuch", "inc", "indeed", "indicate", "indicated", "indicates", "inner", "insofar", "instead", "into", "inward", "is", "isnt", "it", "itd", "itll", "its", "its", "itself", "just", "keep", "keeps", "kept", "know", "knows", "known", "last", "lately", "later", "latter", "latterly", "least", "less", "lest", "let", "lets", "like", "liked", "likely", "little", "look", "looking", "looks", "ltd", "mainly", "many", "may", "maybe", "me", "mean", "meanwhile", "merely", "might", "more", "moreover", "most", "mostly", "much", "must", "my", "myself", "name", "namely", "nd", "near", "nearly", "necessary", "need", "needs", "neither", "never", "nevertheless", "new", "next", "nine", "no", "nobody", "non", "none", "noone", "nor", "normally", "not", "nothing", "novel", "now", "nowhere", "obviously", "of", "off", "often", "oh", "ok", "okay", "old", "on", "once", "one", "ones", "only", "onto", "or", "other", "others", "otherwise", "ought", "our", "ours", "ourselves", "out", "outside", "over", "overall", "own", "particular", "particularly", "per", "perhaps", "placed", "please", "plus", "possible", "presumably", "probably", "provides", "que", "quite", "qv", "rather", "rd", "re", "really", "reasonably", "regarding", "regardless", "regards", "relatively", "respectively", "right", "said", "same", "saw", "say", "saying", "says", "second", "secondly", "see", "seeing", "seem", "seemed", "seeming", "seems", "seen", "self", "selves", "sensible", "sent", "serious", "seriously", "seven", "several", "shall", "she", "should", "shouldnt", "since", "six", "so", "some", "somebody", "somehow", "someone", "something", "sometime", "sometimes", "somewhat", "somewhere", "soon", "sorry", "specified", "specify", "specifying", "still", "sub", "such", "sup", "sure", "ts", "take", "taken", "tell", "tends", "th", "than", "thank", "thanks", "thanx", "that", "thats", "thats", "the", "their", "theirs", "them", "themselves", "then", "thence", "there", "theres", "thereafter", "thereby", "therefore", "therein", "theres", "thereupon", "these", "they", "theyd", "theyll", "theyre", "theyve", "think", "third", "this", "thorough", "thoroughly", "those", "though", "three", "through", "throughout", "thru", "thus", "to", "together", "too", "took", "toward", "towards", "tried", "tries", "truly", "try", "trying", "twice", "two", "un", "under", "unfortunately", "unless", "unlikely", "until", "unto", "up", "upon", "us", "use", "used", "useful", "uses", "using", "usually", "value", "various", "very", "via", "viz", "vs", "want", "wants", "was", "wasnt", "way", "we", "wed", "well", "were", "weve", "welcome", "well", "went", "were", "werent", "what", "whats", "whatever", "when", "whence", "whenever", "where", "wheres", "whereafter", "whereas", "whereby", "wherein", "whereupon", "wherever", "whether", "which", "while", "whither", "who", "whos", "whoever", "whole", "whom", "whose", "why", "will", "willing", "wish", "with", "within", "without", "wont", "wonder", "would", "would", "wouldnt", "yes", "yet", "you", "youd", "youll", "youre", "youve", "your", "yours", "yourself", "yourselves", "zero"};
  46. private static Set<String> stopWordSet = new HashSet<String>(Arrays.asList(stopwords));
  47. public RecommendNewMaterialCommand(int user_id){
  48. this.user_id = user_id;
  49. }
  50. public String call(){
  51. final String[] res = {null};
  52. String keywords = "";
  53. String error = null;
  54. int interest = 1;
  55. Document d1 =null;
  56. FindIterable<Document> d2 =null;
  57. try {
  58. d1 = collection.find(eq("user_id", user_id)).first();
  59. int[] _interests = (int[]) d1.get("interests");
  60. interest = _interests[random.nextInt(4)];
  61. d2 = collection1.find(eq("user_id", user_id));
  62. int i = 0;
  63. for(Document d: d2){
  64. keywords += d.getString("query") + " ";
  65. if(++i > 5)
  66. break;
  67. }
  68. }catch (Exception e){
  69. error = e.toString();
  70. }
  71. if(error != null){
  72. return "{\"error\":" + error + " }";
  73. }
  74. SearchRequest searchRequest = new SearchRequest("webpages");
  75. SearchSourceBuilder searchSourceBuilder = new SearchSourceBuilder();
  76. BoolQueryBuilder tmp = QueryBuilders.boolQuery()
  77. .must(QueryBuilders.matchQuery("category",
  78. interest))
  79. .should(QueryBuilders.matchQuery("keywords", keywords));
  80. searchSourceBuilder.query(tmp);
  81. searchRequest.source(searchSourceBuilder);
  82. Map<String, Object> resJson = new HashMap<>();
  83. try {
  84. SearchHits hits = client.search(searchRequest).getHits();
  85. ArrayList<String> json_search_responses = new ArrayList<>();
  86. for(SearchHit hit: hits){
  87. json_search_responses.add(hit.getSourceAsString());
  88. }
  89. // System.out.println(json_search_responses);
  90. resJson.put("results", json_search_responses);
  91. Gson json = new Gson();
  92. res[0] = json.toJson(resJson);
  93. // System.out.println(res[0]);
  94. return res[0];
  95. } catch (IOException e) {
  96. resJson.put("error", e.toString());
  97. Gson json = new Gson();
  98. res[0] = json.toJson(resJson);
  99. return res[0];
  100. }
  101. // client.searchAsync(searchRequest, new ActionListener<SearchResponse>() {
  102. // @Override
  103. // public void onResponse(SearchResponse searchResponse) {
  104. // SearchHits hits = searchResponse.getHits();
  105. // ArrayList<String> json_search_responses = new ArrayList<>();
  106. // for(SearchHit hit: hits){
  107. // json_search_responses.add(hit.getSourceAsString());
  108. // }
  109. //// System.out.println(json_search_responses);
  110. // resJson.put("results", json_search_responses);
  111. // Gson json = new Gson();
  112. // res[0] = json.toJson(resJson);
  113. // }
  114. //
  115. // @Override
  116. // public void onFailure(Exception e) {
  117. // resJson.put("error", e.toString());
  118. // Gson json = new Gson();
  119. // res[0] = json.toJson(resJson);
  120. // }
  121. // });
  122. // while (!(res[0] == null));
  123. // return res[0];
  124. }
  125. }