Re: Newbie to SOLR with ridiculously simple questions

2013-12-10 Thread smetzger
Alex,
Yeah im getting too complicated...

I have a VMWARE instance with SOLR running
I have an Amazon instance with SOLR running
I have a Rails Installer with SOLR and Blacklight running on windows
(localhost:8983)
I have a Binami Windows SOLR installed (localhost:8984)

i just downloaded the windows.zip file from Apache-Solr and can see it
matches your book.

I unpacked the zip file in my user directory. I believe this runs its own
jetty JRE itself. 
The Solr instructions are to move the solr.war into my SERVLET container
(where is that?) I am already running JAVA on my machine... executed in
Windows/system32/java.exe.
am i suppposed to run all the commands from C:/  instead of $???
Also...there is no start.bat file as indicated in the solr install
instructions.

Ill try and move your files over to one of the bitnami installs.

steve 




--
View this message in context: 
http://lucene.472066.n3.nabble.com/Newbie-to-SOLR-with-ridiculously-simple-questions-tp4105788p4105964.html
Sent from the Solr - User mailing list archive at Nabble.com.


Newbie to SOLR with ridiculously simple questions

2013-12-09 Thread smetzger
OK...
Im a Windows guy who is being forced to learn SoLR on Ubuntu for the whole
organizations. I fancy myself somewhat capable of following directions but
this Solr concept is puzzling. 

Here is what I think i know. 

Solr houses indexes. Each index record (usually based on a document) need to
be added to the Solr collection.  This seems fairly simple and I can run the
post.jar and various xml and json files  FROM THE UBUNTU TERMINAL. I doubt
you have to use the Terminal every time you want to add an index.

My guess is that you have to feed Solr from third party systems using the
http: update url into the solr server. Is this correct? Lets say i have a
(god forbid) a sharepoint site and I want to move all the document text and
document metadata into Solr.  Do I simply run a script (say in .NET or
Coldfusion) that loops through the SP doc records and sends out the http
update url to Solr for each doc???

How does Tika fit in ?

thanks
steve







--
View this message in context: 
http://lucene.472066.n3.nabble.com/Newbie-to-SOLR-with-ridiculously-simple-questions-tp4105788.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Newbie to SOLR with ridiculously simple questions

2013-12-09 Thread smetzger
Thanks for the reply Alex...
in fact I am using your book!

the book seems like a good tutorial ...

My bitnami solr instance however already includes Solr (running in
background) and a directory structure :

root
--opt
bitnami
--apache-solr
solr
--collection1


I assume that the apache-solr directory is the same as the universal
example directory mentioned in many tutorials. If I follow your book I
create a new directory under apache-solr called SOLR-INDEXING with the
collection1/conf/ and .xml files per your instruction. 

but now i have two instances running and somehow I need to point solr from
the solr/collection1 core to the SOLR-INDEXING/collection1   core  

I would think this could be done on the Solr Admin page but can't see how.
If i try and restart the jetty with java -Dsolr.solr.home=SOLR-INDEXING
-jar start.jarit runs and does some install but I think it does not
shut down the prior one first. In fact once i run that i lose all my solr
and have to reinstall the VMWARE snapshot. 

Any guidance would be useful so I can continue with your book. 
Thanks
steve






--
View this message in context: 
http://lucene.472066.n3.nabble.com/Newbie-to-SOLR-with-ridiculously-simple-questions-tp4105788p4105812.html
Sent from the Solr - User mailing list archive at Nabble.com.