Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Mastering Apache Solr 7.x

You're reading from  Mastering Apache Solr 7.x

Product type Book
Published in Feb 2018
Publisher Packt
ISBN-13 9781788837385
Pages 308 pages
Edition 1st Edition
Languages
Authors (3):
Sandeep Nair Sandeep Nair
Profile icon Sandeep Nair
Chintan Mehta Chintan Mehta
Profile icon Chintan Mehta
Dharmesh Vasoya Dharmesh Vasoya
Profile icon Dharmesh Vasoya
View More author details

Loading sample data


Now that we've got acquainted with Solr and the various commands involved in Solr's day-to-day usage, let's populate it with data so that we can query it as needed. Solr comes with sample data in examples. We will use the same $solr_home/example/films for our queries.

Fire up the terminal and create a collection films with 10 shards:

 solr\bin create -c films -shards 10

Now, in $solr_home/example/films there is file called file.json. Let's import it into our collection, films. Based on your OS, hit the appropriate command for the post script or post.jar.

Uh Oh!! It throws an error, as follows:

What must have gone wrong? By checking the logs while creating the collection, you must have seen a warning.

Note

Warning Using _default config set data driven schema functionality is enabled by default, which is not recommended for production use.

To turn it off, use the following command:

curl http://localhost:8983/solr/test11/config -d '{"set-user-property": {"update.autoCreateFields...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}