hello.
this ist my request to solr. and i cannot change this.:
http://host/solr/select/?q=string
i cannot change this =( so i have a new termsComponent. i want to use
q=string as default for terms.prefix=string.
can i do somethin like this: ?
<lst name="defaults">
<bool name="terms">true</bool>
<str name="terms.fl">suggest</str>
<str name="terms.sort">index</str>
<str name="terms.prefix">${???}</str>
</lst>
its all working, but i dont know how its possible to use terms.prefix =
q=string ?!?!?!!?
--
View this message in context:
http://lucene.472066.n3.nabble.com/how-to-use-q-string-in-solrconfig-xml-tp861870p861870.html
Sent from the Solr - User mailing list archive at Nabble.com.