hi all ,
is not possible to do sthe like q=: with DisMax ?
thanks !
hi all ,
is not possible to do sthe like q=: with DisMax ?
thanks !
It is not possible to get all results with dismax using the *:*
query.
To get the count of documents with this query, you have to use the standard query handler. You can switch to it by adding qt=standard
in your query. Note that 'standard' is the default name, so check in your solrconfig.xml if it is the name you are really using.
Hi all ;),
first thanks for you answers. Actually i found the solution that fit my need and it's :
< str name="q.alt">*:*< /str>
now i can list all the results .
;)