Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am trying to use dis-max query parser (http://localhost:8983/solr/select/?q=name&qt=defType=dismax)

So can you plz tell me that what is parameter q... I mean what value I pass to it ....

coz the above syntax gives an error

share|improve this question

1 Answer

up vote 0 down vote accepted

You pass the actual search string you want to q

http://wiki.apache.org/solr/SearchHandler?action=show&redirect=StandardRequestHandler#q

and

http://wiki.apache.org/solr/DisMaxQParserPlugin#Examples

share|improve this answer
but how can i search through dismax query,with boost function – manish Sep 23 '10 at 10:12
for boost function add bf=text^2 where text is the field which is to be boosted – JoseK Sep 23 '10 at 10:27

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.