On Mon, Nov 30, 2009 at 9:55 PM, Jill Han <jill....@alverno.edu> wrote:

> I got solr running on the tomcat server,
> http://localhost:8080/solr/admin/
>
> After I enter a search word, such as, solr, then hit Search button, it
> will go to
>
> http://localhost:8080/solr/select/?q=solr&version=2.2&start=0&rows=10&in
> dent=on<http://localhost:8080/solr/select/?q=solr&version=2.2&start=0&rows=10&in%0Adent=on>
>
>  and display
>
>   <?xml version="1.0" encoding="UTF-8" ?>
>
> -
> <http://localhost:8080/solr/select/?q=solr&version=2.2&start=0&rows=10&i
> ndent=on<http://localhost:8080/solr/select/?q=solr&version=2.2&start=0&rows=10&i%0Andent=on>>
>  <<response>
>
> -
> <http://localhost:8080/solr/select/?q=solr&version=2.2&start=0&rows=10&i
> ndent=on<http://localhost:8080/solr/select/?q=solr&version=2.2&start=0&rows=10&i%0Andent=on>>
>  <  <lst name="responseHeader">
>
>  <    <int name="status">0</int>
>
>  <    <int name="QTime">0</int>
>
> -
> <http://localhost:8080/solr/select/?q=solr&version=2.2&start=0&rows=10&i
> ndent=on<http://localhost:8080/solr/select/?q=solr&version=2.2&start=0&rows=10&i%0Andent=on>>
>  <    <lst name="params">
>
>  <      <str name="rows">10</str>
>
>  <      <str name="start">0</str>
>
>  <      <str name="indent">on</str>
>
>  <      <str name="q">solr</str>
>
>  <      <str name="version">2.2</str>
>
>     </lst>
>
>   </lst>
>
>  <  <result name="response" numFound="0" start="0" />
>
>  </response>
>
>  My question is what is the next step to search files on tomcat server?
>
>
>
Looks like you have not added any documents to Solr. See the "Indexing
Documents" section at http://wiki.apache.org/solr/#Search_and_Indexing

-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to