try /solr/select?q.alt=*:*&qt=dismax
or /solr/select?q=some search term&qt=dismax

dismax should be configured in solrconfig.xml by default, but you have to adapt it to list the fields from your schema.xml

and for anything with known field:
/solr/select?q=field:value&qt=standard

Cheers,
Chantal



Siddhant Goel schrieb:
Hi all,

Any query I make which is of type field:value does not return any documents.
Same is the case for the *:* query. The *:* query doesn't return any result
either. The index size is close to 1GB now, so it should be returning some
documents. The rest of the queries are functioning properly. Any help?

Thanks,

--
- Siddhant

Reply via email to