You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@lucene.apache.org by toto <to...@yopmail.com> on 2011/11/21 22:47:29 UTC

Apache Solr

Hello guys,
I'm here 'cause I don't understand how to use Apache Solr. I know there is
the schema.xml file to change but how can I use it? I already checked somes
tutorials on google but it's not clear.

I use solr on a drupal website. I can research things but not all (taxonomy
name or nid or meta key....)

Thanks in advance

Best regards

--
View this message in context: http://lucene.472066.n3.nabble.com/Apache-Solr-tp3526152p3526152.html
Sent from the Lucene - General mailing list archive at Nabble.com.

Re: Apache Solr

Posted by Chris Hostetter <ho...@fucit.org>.
: Hello guys,
: I'm here 'cause I don't understand how to use Apache Solr. I know there is
: the schema.xml file to change but how can I use it? I already checked somes
: tutorials on google but it's not clear.

I would start by reading the main Solr tutorial to familiarize yourself 
with the basic concepts in Solr...

https://lucene.apache.org/solr/tutorial.html

: I use solr on a drupal website. I can research things but not all (taxonomy
: name or nid or meta key....)

If you are specificly interested in using Solr from Drupal, you should 
make sure you consult the Drupal module for Solr...

https://drupal.org/project/apachesolr

...and if you have specific questions about it, i believe one 
of these Forums is hte appropriate place to ask questions...

	http://groups.drupal.org/og/all?keys=solr

If you have general questions about Solr, please feel free to email the 
solr-user@lucene mailing list.


-Hoss