Re: How to use solr api for searching but without using web app

2007-11-19 Thread zqzuk
Thanks for your tips Chris, I really appreciate! hossman wrote: > > > : Hi, I have played with the solr example web app, it works well. I wonder > how > : do I do the same searching, or faceted searching without relying on the > web > : application, i.e., sending request by urls etc. In other

Re: How to use solr api for searching but without using web app

2007-11-19 Thread Chris Hostetter
: Hi, I have played with the solr example web app, it works well. I wonder how : do I do the same searching, or faceted searching without relying on the web : application, i.e., sending request by urls etc. In other words, essentially : how does the search and faceting work? Could you please point