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
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
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.
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
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
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
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.
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
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