In windows when I hit Execute Query button I got this results :

<?xml version="1.0" encoding="UTF-8"?><response><lst name="responseHeader"><int 
name="status">0</int><int name="QTime">181</int><lst name="params"><str 
name="indent">true</str><str name="q">streetname:mdw</str><str 
name="wt">xml</str></lst></lst><result name="response" numFound="13674" 
start="0"><doc><str name="streetname">MEADOW</str><str 
name="lemsmatchcode">2501001ABN 1MD 262</str></doc><doc><str 
name="streetname">MEADOW</str><str name="lemsmatchcode">2501001ABRM1MD 
472</str></doc><doc><str name="streetname">MEADOW</str><str 
name="lemsmatchcode">2501001ADMS1MD 350</str></doc><doc>

......
.....

In Unix with same setup, I got this result :

<?xml version="1.0" encoding="UTF-8"?><response><lst name="responseHeader"><int 
name="status">0</int><int name="QTime">2</int><lst name="params"><str 
name="indent">true</str><str name="q">*:*</str><str 
name="wt">xml</str></lst></lst><result name="response" numFound="0" 
start="0"></result></response>

 
I did not understand why .
thanks, your help is appreciated.


________________________________
 From: Gora Mohanty <g...@mimirtech.com>
To: solr-user@lucene.apache.org; A. Lotfi <majidna...@yahoo.com> 
Sent: Thursday, March 28, 2013 4:40 PM
Subject: Re: Could not load config for solrconfig.xml
 
On 29 March 2013 01:59, A. Lotfi <majidna...@yahoo.com> wrote:
> Thanks,
> my path to solr home was missing something, it's worlking, but no results, 
> the same solr app with same configuration files worked in windows.

What do you mean by "no results"? Have you indexed stuff, and
are not able to search for it? Are you expecting to copy Solr files
from an old setup with an index, and have things work? That would
be OK, provided that the Solr index formats were compatible,
but you would also need to copy the index, and define dataDir
properly in solrconfig.xml.

Regards,
Gora

Reply via email to