Running Luke On Solr Index (getting lock error)

2012-09-11 Thread BadalChhatbar
Hi All, I am trying to run luke on my solr search index ( I have contributed 3-4 xml files only). when I try to open indexes in luke, I am getting write.lock error on index and its not showing me index. I did check "Force Unlock" option, but it didn't help either, I also tried opening index unde

Running Solr Unit Test in Eclipse

2012-09-10 Thread BadalChhatbar
Hi All, I am new to solr and eclipse. I am trying to run solr unit test in eclipse, and i am getting confused at couple of places. ( Note: I am able to run test using ant command and it all works fine). but when I open unit test, and go to "Right Click ---> Run As Configuration option" , it show

Re: Solr - Lucene Debuging help

2012-09-10 Thread BadalChhatbar
I was able to run command through eclipse and get rid off all the error.. woohoo.. Thanks for the help Jack. Badal -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Lucene-Debuging-help-tp4006715p4006751.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr - Lucene Debuging help

2012-09-10 Thread BadalChhatbar
Yes... My Project is missing all the jar files except Lucene jar. ant build went fine, but not sure why it didn't build jars. I have list of jars in sorl/ dist folder. should i just copy paste them in the project and give reference ? or this will create code mismatch ? because.. solr distribut

Re: Solr - Lucene Debuging help

2012-09-10 Thread BadalChhatbar
Yes.. I do have only Single Project in my workspace, and ran ant build on project, build succeed after 40 min or so. (earlier had 2 projects ). but i am still getting around 24K error. i am attaching screenshot, this might help one of you to figure out the issue. http://lucene.472066.n3.nabble.c

Re: Solr - Lucene Debuging help

2012-09-10 Thread BadalChhatbar
Hi Robert, Thanks for the help.. I did run ant build on both projects (lucene and solr), and refreshed project. still getting same error. is there anything specific i need to do to run "and eclipse". ? Badal -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Lucene-Deb

RE: Solr - Lucene Debuging help

2012-09-10 Thread BadalChhatbar
Steve, Those document tips didn't help. errors i m getting are like (_TestUtil cannot be resolved). -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Lucene-Debuging-help-tp4006715p4006724.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Solr - Lucene Debuging help

2012-09-10 Thread BadalChhatbar
Hi Steve, Thanks, I was able to create new project using that url. :) one more thing,.. its giving me about 32K error. (something like.. this type cannot be resolved). i tried rebuilding project and running ant command (build.xml) . but it didn't help. any suggestions on this ? thanks -- Vi

Solr - Lucene Debuging help

2012-09-10 Thread BadalChhatbar
Hi All, I am new to solr and lucene, i have downloaded source code from (https://svn.apache.org/repos/asf/lucene/dev/trunk/), and imported them in eclipse. But eclipse is taking them as folder instead of project, because of this I am not able to run any unit test. Directory Structure: Eclipse Wo