On 29 January 2013 02:41, hassancrowdc <hassancrowdc...@gmail.com> wrote:
> i want smething like
> {current page:#
> totalNumRecords:#
> records:[]
> }
> because everything else in my website fllow this format.
> instead of:
> {response
> {numFound:
> start:
> docs:[]
> }
> }
> before someone responded me to skip the starting code(i m not sure how i can
> do that)
> Basically i understand solr and everything. Now i am trying to
> include(integrate) it with my website. I have search field and everything
> setup on my site.

It is difficult to understand why many of your questions seem
to have to do with adapting Solr to the very specific needs
of your web front-end. Solr is designed to be a search engine,
and not a CMS, nor another tool that it seems that you would
like it to be. In most cases that you have asked about, it
seems almost trivial to have a layer that parses the Solr
response into something that fits your needs, and depending
on your programming language of choice, there are various
libraries that ease such a task. Maybe you could focus on
developing such a layer rather than trying to fit a square peg
into a round hole.

Regards,
Gora

Reply via email to