Re: i am using text_general not able to search on space

2015-04-08 Thread Erick Erickson
Specifying the default search field in the schema has been deprecated for a while, it wasn't flexible enough. The recommended way is to specify a "df" parameter in your request handler defaults. The space separates the field specification from the second term.\ Assuming that you want to search bo

Re: i am using text_general not able to search on space

2015-04-08 Thread Test Test
Re, You have to specify defautSearchField tag in Schema.xml Regards,Andy Le Mercredi 8 avril 2015 21h33, avinash09 a écrit : http://localhost:8983/solr/rna/select?q=test_name:*Uae blow*&wt=json&rows=100 getting { responseHeader: { status: 400, QTime: 28 }, error: { msg: "no fiel

i am using text_general not able to search on space

2015-04-08 Thread avinash09
http://localhost:8983/solr/rna/select?q=test_name:*Uae blow*&wt=json&rows=100 getting { responseHeader: { status: 400, QTime: 28 }, error: { msg: "no field name specified in query and no default specified via 'df' param", code: 400 } } plz help!! -- View this message in context: http://l