Hi Tushar,
1. If you are using SOLR admin console to search record, then default query
'*:*' in the Query String search box will serve the purpose.
2. If you directly want to send an HTTP request for retrieving records then
you can hit a URL similar to following -
http://localhost:8983/solr/sel
Use *:* as a query to get all records. Refer to
http://wiki.apache.org/solr/SolrQuerySyntax for more info.
On Mon, Jan 12, 2009 at 5:30 PM, Tushar_Gandhi <
tushar_gan...@neovasolutions.com> wrote:
>
> Hi,
> I am using solr 1.3. I want to retrieve all records from index file.
> How should I writ