开发者_StackOverflow中文版When I enter \'http://localhost:8983/solr/select/?q=body:hello` in the URL field I get all the correct results.
i can never understand how solr works. it just talks about schema files all the way but how do i import content from the database to it with a painless method?
i have just unzipped SOLR zip file downloaded from their website. and it says in the tutorial i have to edit the solrconfig.xml file. there are several in different locations.
i followed the ajax solr tutorial, and in step one i wrote this code. header.php: <script type=\"text/javascript\" src=\"static/js/ajax-solr/core/Core.js\"></script>
I have set up Solr and it\'s working because I can see the search results when I\'m typing: http://localhost:8983/so开发者_开发知识库lr/select?q=*:*
In my solr index I have in each document: tag_name thread_name I h开发者_高级运维ave no id for unique key and I can\'t turn it off because then solr says that queryelevationcomponent needs one.
My index contains peoples information, name, age, phone email etc. I am faceting on Age. I group ages kinda like Date Range functionality.
i read about how i could use solr to search i开发者_JAVA百科n my threads but i dont quite understand how it works and i cant find any articles explaining this for a total beginner.
i have two fields: title body and i want to search for two words dog OR cat in each of them. i have tried q=*:dog OR cat
I installed Tomcat, and got SOLR version 1.3 working no problem by copying the \"conf\" directory from the \"example\" directory in the 1.3 release files.