Re: Solr Compile error

2014-11-30 Thread Darx Oman
Hi there thanx for your reply. I'm using ivy 2.3.0 these files that were not accessible: so I downloaded them from: - http://maven.restlet.com/org/restlet/jee/org.restlet/2.1.1/org.restlet.jar - http://maven.restlet.com/org/restlet/jee/org.restlet.ext.servlet/2.1.1/org.restlet.ext.servlet.jar

Re: Getting many slorconfig.xml's in the example folder

2014-11-30 Thread Alexandre Rafalovitch
On this list, we ask new questions in new threads with appropriate titles. Helps other people to see the questions. Regards, Alex. Personal: http://www.outerthoughts.com/ and @arafalov Solr resources and newsletter: http://www.solr-start.com/ and @solrstart Solr popularizers community: https://

Re: Getting many slorconfig.xml's in the example folder

2014-11-30 Thread ASHOK SARMAH
Thanx fr reply. I had one more doubt as if in solrconfig.xml i hav added spellcheckr setting within browse request handler.when i am trying to add same spellchecker setting in another request handler ie query within same solrconfig.xml the spellchecker functionality is not being shown. On 01-Dec-20

Re: Different update handlers for auto commit configuration

2014-11-30 Thread Erick Erickson
Uhhhm, the soft/hard commit settings are global, not configured in each update handler. How are updates being done? Because if you're using SolrJ, you can just use the server.add(doclist, commitwithin) and it'll just be handled automatically. True, putting a 2 second commitwithin on an online upd

Re: Solr Wiki - Request to add to contributors group

2014-11-30 Thread Erick Erickson
done. On Sun, Nov 30, 2014 at 2:01 PM, Stan Hu wrote: > Hi, I am a student in an informatics class about search, and I need to > write an article in the Solr wiki as a part of my final project. Of course, > I need the proper permissions to contribute to the wiki, so if you could > please add "Sta

Solr Wiki - Request to add to contributors group

2014-11-30 Thread Stan Hu
Hi, I am a student in an informatics class about search, and I need to write an article in the Solr wiki as a part of my final project. Of course, I need the proper permissions to contribute to the wiki, so if you could please add "StanHu" to the contributors group, that would be much appreciated.

Different update handlers for auto commit configuration

2014-11-30 Thread danny teichthal
Hi, On our system we currently initiate a soft commit to SOLR after each business transaction that initiate an update. Hard commits are automatic each 2 minutes. We want to limit the explicit commit and move to autoSoftCommit. Because of business restrictions: Online request should be available fo

Re: Getting many slorconfig.xml's in the example folder

2014-11-30 Thread Alexandre Rafalovitch
It's a default configuration. Nothing to do with post.jar. Easy to check this by just looking at what's inside the zip file. Reread my other email for details again. Also try the tutorials, both the one online and the one in the docs folder. Regards, Alex. Personal: http://www.outerthoughts.

Re: Solr Compile error

2014-11-30 Thread Shawn Heisey
On 11/29/2014 10:41 PM, Darx Oman wrote: > when I "ant compile" solr 4.10.x, I got the following error: > > -- > ivy-availability-check: > [echo] Building so

Re: Getting many slorconfig.xml's in the example folder

2014-11-30 Thread ASHOK SARMAH
Hii thanx for the reply.i am new to solr. i am giving som mre details here. Actually i upload files through post.jar format.whn i search for solrconfig.xml files thre are around 5 files nd 5 files for solr.xml by default.i want to know is that the default configuration... On 30-Nov-2014 9:55 PM, "

Re: Getting many slorconfig.xml's in the example folder

2014-11-30 Thread Alexandre Rafalovitch
If you are talking about default distribution, it is because Solr comes with multiple examples actually. Look for the file solr.xml. That's the rule of a full example each of which may have one or more collections. If you start Solr with java -Dsolr.solr.home=/x/y/z -jar start.jar you will see the

Re: Disappearance of post.jar from the new tutorial

2014-11-30 Thread Alexandre Rafalovitch
https://issues.apache.org/jira/browse/SOLR-6808 Mostly a placeholder for now. To get everybody's thoughts together. Regards, Alex. Personal: http://www.outerthoughts.com/ and @arafalov Solr resources and newsletter: http://www.solr-start.com/ and @solrstart Solr popularizers community: https:/

Re: Getting many slorconfig.xml's in the example folder

2014-11-30 Thread Erick Erickson
You have to provide us some more details here. What are the paths for these files? And full names? What operations are you doing to upload? Are you using SolrCloud? If so how are you pushing the files up? What version of Solr? You might want to review: http://wiki.apache.org/solr/UsingMailingLists

Re: Disappearance of post.jar from the new tutorial

2014-11-30 Thread Jack Krupansky
I'll post a comment on the relevant Jira as well, but it would be helpful if people could provide a reference to some existing "server" products that they are attempting to model Solr 5.0 after - or provide a rationale as to why no existing server products provide a model worthy of adopting for

Re: Disappearance of post.jar from the new tutorial

2014-11-30 Thread Erik Hatcher
Indeed! It’s always been a goal/dream of mine to have the tutorial/quickstart be more “integrated” like that. I’ve got some ideas/techniques in the works to make this smooth and clean. Coming soon (mid/late December as my plate empties for Xmas time), but by all means feel free to start p

Getting many slorconfig.xml's in the example folder

2014-11-30 Thread ASHOK SARMAH
Hi I am not getting why there are many solrconfig.xml file. Is that everytime when we upload a file to solr solrconfig.xml file is generated.