All Projects → ameizi → Solrj Example

ameizi / Solrj Example

solrj示例

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Solrj Example

Solrcloudpy
python library for interacting with SolrCloud
Stars: ✭ 37 (-33.93%)
Mutual labels:  solr
Memedensity
CLI tool to let you know amount of memes in facebook feed.
Stars: ✭ 44 (-21.43%)
Mutual labels:  selenium
Scrapstagram
An Instagram Scrapper
Stars: ✭ 50 (-10.71%)
Mutual labels:  selenium
Lambda Packs
Precompiled packages for AWS Lambda
Stars: ✭ 997 (+1680.36%)
Mutual labels:  selenium
Seleniumlibrary
Web testing library for Robot Framework
Stars: ✭ 1,011 (+1705.36%)
Mutual labels:  selenium
Whalesong
Whalesong is an asyncio python library to manage WebApps remotely. Currently WhatsappWeb is implemented
Stars: ✭ 46 (-17.86%)
Mutual labels:  selenium
Solrb
Solr + Ruby + OOP + ❤️ = Solrb
Stars: ✭ 37 (-33.93%)
Mutual labels:  solr
Wdio Video Reporter
Reporter for WebdriverIO v6 that makes videos of failed tests and has optional allure integration
Stars: ✭ 53 (-5.36%)
Mutual labels:  selenium
Ik Analyzer Solr
ik-analyzer for solr 7.x-8.x
Stars: ✭ 1,017 (+1716.07%)
Mutual labels:  solr
Python web framework
这是一个关于python的WebUI自动化测试的项目,之前用的是unittest测试框架,现在改成pytest测试框架,Python+PageObject+Pytest
Stars: ✭ 49 (-12.5%)
Mutual labels:  selenium
Nagios Plugins
450+ AWS, Hadoop, Cloud, Kafka, Docker, Elasticsearch, RabbitMQ, Redis, HBase, Solr, Cassandra, ZooKeeper, HDFS, Yarn, Hive, Presto, Drill, Impala, Consul, Spark, Jenkins, Travis CI, Git, MySQL, Linux, DNS, Whois, SSL Certs, Yum Security Updates, Kubernetes, Cloudera etc...
Stars: ✭ 1,000 (+1685.71%)
Mutual labels:  solr
Edge Selenium Tools
An updated EdgeDriver implementation for Selenium 3 with newly-added support for Microsoft Edge (Chromium).
Stars: ✭ 41 (-26.79%)
Mutual labels:  selenium
Datafari
Open Source, Distributed, Big Data Enterprise Search Engine
Stars: ✭ 47 (-16.07%)
Mutual labels:  solr
Cbt Tunnel Nodejs
Node.js module for Local Connections to crossbrowsertesting.com
Stars: ✭ 39 (-30.36%)
Mutual labels:  selenium
Elasticsearch Synonyms
Curated synonym files and Helpers for Elasticsearch Synonym Token Filter
Stars: ✭ 51 (-8.93%)
Mutual labels:  solr
Shutterstock Heatmap Toolkit
Shutterstock's interactive heatmap toolkit powered by heatmap.js and Solr
Stars: ✭ 37 (-33.93%)
Mutual labels:  solr
Arquillian Extension Drone
Arquillian Drone provides a simple way to write functional tests for web apps. Drone brings the power of WebDriver into the Arquillian, and the power of Arquillian to WebDriver.
Stars: ✭ 45 (-19.64%)
Mutual labels:  selenium
Open Semantic Search Apps
Python/Django based webapps and web user interfaces for search, structure (meta data management like thesaurus, ontologies, annotations and named entities) and data import (ETL like text extraction, OCR and crawling filesystems or websites)
Stars: ✭ 55 (-1.79%)
Mutual labels:  solr
Hadoop Solr
Code to index HDFS to Solr using MapReduce
Stars: ✭ 51 (-8.93%)
Mutual labels:  solr
Gwen Web
A web automation engine for Gwen.
Stars: ✭ 47 (-16.07%)
Mutual labels:  selenium

solrj-example

solrj+webmagic+selenium示例

使用webmagic和selenium-java爬取京东商品信息并入库MySQL。采用solr dataimport创建索引,采用solrj检索商品信息。

solr单机模式

https://coding.net/u/aimeizi/p/solr/git

基于solr4.10.4集成IKAnalyzer、mmseg4j、ansj中文分词及Dataimport功能

solr集群模式

https://coding.net/u/aimeizi/p/SolrCloud/git

solr集群模式。基于solr4.10.4集成IKAnalyzer、mmseg4j、ansj中文分词及Dataimport等功能

运行

JDProductProcessor 是JD商品采集的入口,main方法直接运行。

CcdiPageProcessor 是纪检委网站采集的入口,main方法直接运行。

启动solr服务,运行爬虫采集程序,启动搜索服务,完成搜索。

Screenshots

webmagic jmx监控

webmagic jmx监控查看总抓取页数

webmagic爬取JD商品数据入库数据

solrdataimport数据导入

solr搜索 查询所有商品评论降序排列,以表格的方式展现

solr搜索 查询名称手机的商品按价格降序排列,以表格的方式展现

solr搜索 查询名称手机且过滤产品类别为手机的商品信息按价格降序,以列表的方式展现

solr搜索 查询名称为洗衣机且过滤产品类别为洗衣机的商品信息按价格降序,以表格的方式展现

solr搜索 查询名称为iPhone的商品信息按价格降序,以表格的方式展现

参考文档

http://webmagic.io/docs/zh/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].