Solr and. net series course (7) solr master-slave replication,. netsolr
Solr and. net series course (7) solr master-slave Replication
Since solr is a solution to solve the full-text index of a large amount of data, due to the high concurrency problem, we need to consider
DocumentDocument is the most basic unit of the SOLR index (verb, indexing) and search, which resembles a record in a relational database table and can contain one or more fields (field), each containing a name and text value. A field can be stored in an index while it is indexed, and the value of the field can be returned when the search is searched, and usually the document should contain an ID field that uniquely represents the document. For example
Solr learning (6) -- Solr's PHP client solr returns results in xml or json format, not like the pretty and refreshing interface we usually use google or Baidu, in fact, solr is only responsible for data query and return, and is not responsible for display. if you want to generate a google-like interface, you can also use the
Solr Dataimporthandler imports MySQL memory overflow ., Solr memory overflow
Recently, we are preparing to import more than 19 million of the data into Solr. In the past, only 1 millions or 2 millions of the test data was used. There is no task problem in full import. However, when the data is changed to 19 million, solr
Mmseg4j is a good Chinese word breaker, and the integration of SOLR and mmseg4j is very simple. As follows:The first step: Download mmseg4j jar package, online search for a lot, the following is a connection on the CSDN: http://download.csdn.net/detail/nrs12345/6986585Step Two: Copy the downloaded Mmseg4j-analysis-1.9.1.jar, Mmseg4j-core-1.9.1.jar, Mmseg4j-solr-2.2.0.jar three jar packages to the WEBAPPS/
SOLR and. NET Series courses (eight) considerations for re-running indexes in SOLRIf we use SOLR in a project, it is necessary to run the data in the database into the SOLR server, there are two operations in SOLR, one is to create a new index, and one is an incremental index, here we say a new index noteStop Run Index
Build a local Solr server and a Solr Server
1. Download The Solr official website http://developere.apache.org/solr/to download the solrproject FileIn this project file, you can find the resource file required to run the Solr server in the local environment. Here we take 4.
The previous talk about SOLR's installation, according to the rationale, this time should be about. NET and the contents of the database, C # How to manipulate SOLR indexes and so on. But I would like to start with some basic content, such as SOLR query parameter usage instructions and the use of SOLR's own web management system. Only first understand the basic content of
One, SOLR study related information
1. Official materials
(1) QuickStart: http://lucene.apache.org/solr/4_9_0/tutorial.html, with its own example project, provides a quick introduction to the basic use of SOLR.
(2) api:http://lucene.apache.org/solr/4_9_0/index.html
(3) reference:pdf format, apache-
Today is still not related to Java and database operations, mainly to summarize SOLR query parameters, or that sentence, only the first understanding of SOLR's basic content and query syntax, follow-up learning SOLR Java and Database operations, are the things that happen. The parameters required for SOLR queries are listed here firstWiki address: Http://wiki.apa
Easynet. SOLR (http://easynet.codeplex.com) is a SOLR (http://lucene.apache.org/solr) C # client developed by myself. It has the following features:
1. Support for SOLR 3.1 (not compatible with SOLR 1.4.x)
2. By default, SOLR's most efficient javabin protocol is suppo
Today, we collected some information about the spelling checker and tried to use the spelling checker.--= encountered a lot of problemsFour configurations for spell checking now I'm just a success, half of it.---------------------------------The spell checker feature provides a better user experience when searching, so the main search engine has this feature. Before this, I would like to briefly say what is the spelling checker, in fact, very good understanding, is that you enter the search term
I. SOLR learning materials
1. Official Materials
(1) Quick Start: getting started.
(2) API: http://lucene.apache.org/solr/4_9_0/index.html
(3) Reference: format, apache-solr-ref-guide-4.9.pdf
2. Books
(1) SOLR in action, based on version 4.7, is strongly recommended. This book is suitable for learning, and the of
errors caused SOLR to return an error page instead of the result of index success.
Where the above HTML code is formatted after rendering:
HTTP Status 405-http method POST is not supported by this URL
Type Status Report
Message HTTP method POST is not a supported by this URL
Description The specified HTTP method is not a allowed for the requested resource. Apache tomcat/7.0.54 Workaround:
After using Tomcat to deploy
SOLR is equipped with a word breaker, but the word breaker has a filter with uppercase converted to lowercase, and the number is filtered. Like 123 Chinese ABC. 123 will be filtered out, so only check 1|12|123 will fail."SOLR numeric characters can not search for a problem" this blog post is more detailed, I am studying this article.According to the account to search, when the account in the database is an
Software environment:
Operating System: rehl 5
JDK: JDK 1.6.0 _ 16
Tomcat: 6.0.20
I. Install JDK
Run:
# Sh/home/apps/jdk-6u16-linux-i586-rpm.bin
Install the SDK in the/usr/Java directory by default.
After the installation is complete, run:
# Java-version
The current JRE version is displayed. If it is not 1.6.0 _ 16 (earlier version 1.4 is installed by default), you need to modify the configuration. Run:
# Vi/etc/profile
Add the following content:
Java_home =/usr/Java/jdk1.6.0 _ 16
Classpath =.:
Take a morning to learn about SOLR and solve the problem:
First understand what SOLR is:
SOLR is a high-performance, using JAVA5 development, SOLR based on Lucene's Full-text search server. At the same time, it has been extended to provide a richer query language than Lucene, while achieving configurable, scalable and
SOLR Study Notes (2) Examples of SOLR
The database I use here is mysql. First, integrate MySQL
1. Create a table
-- ------------------------------ Table structure for `documents`-- ----------------------------DROP TABLE IF EXISTS `documents`;CREATE TABLE `documents` ( `id` int(11) NOT NULL auto_increment, `date_added` datetime NOT NULL, `title` varchar(255) NOT NULL, `content` text NOT NULL, PRIMARY KE
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.