Click here to Skip to main content
15,880,503 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I am new to solr.

I have a solr server. I want to add some new data in the server.

How to do this? I know this is a simple question. I searched in the Google and not found any appropriate result.

Please share some good link to learn new data into the solr server and update the exciting data.

Thanks in advance.

(I am unable to tag SOLR. I am using Asp.net, C# and try to fetch the data using jquery,javascript and ajax. So tagged these. )
Posted
Updated 25-Oct-12 1:11am
v2

1 solution

If you haven't solved this problem yet, maybe this link will help.

http://lucene.apache.org/solr/api-4_0_0-ALPHA/doc-files/tutorial.html[^]

We use Solr for our sites search and we have a daily cron job that indexes all of our html, pdf, xml, docx, pptx, and other files. We could run it more often, but for our needs have decided once per day is enough.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900