Hello,
I have successfully installed “Solr 3.6” over “Tomcat” (inside a folder
under C:\ I have 2 subfolders: tomcat-“tomcat” installation and solr-“solr”
home). I have copied the solr folder from the “examples”. Then I tried to
index data from database. The indexing was successful. But I have a serious
problem. I cannot make a proper query. What I can do are:
1)      http://localhost:8080/solr/select/?q=*:*
2)      http://localhost:8080/solr/select/?q=*singleword*

What I cannot do are:
1)       http://localhost:8080/solr/select/?q=*word1+word2+word3*
2)      http://localhost:8080/solr/select/?q=singleword
3)      http://localhost:8080/solr/select/?q=word1+word2+word3
What kind of configuration I have to make in”solr” in order to make things
working (normal queries without wildcards)?
I am very confused with this.
Thank you in advance,
Tom

Below are the configuration files:
http://lucene.472066.n3.nabble.com/file/n3974922/conf.rar conf.rar 

--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-query-issues-tp3974922.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to