Hi
I havnt changed the schema. For the time being i am simply following the
default schema.xml inside conf directory.
By error I meant no output values. 
But when I run http://localhost:8983/solr/dataimport?command=full-import, it
shows that:
<response>
        <lst name="responseHeader">
                <int name="status">0</int>
                <int name="QTime">0</int>
        </lst>
        
        <lst name="initArgs">
                <lst name="defaults">
                        <str name="config">/data-config.xml</str>
                </lst>
        </lst>
        <str name="command">full-import</str>
        <str name="status">idle</str>
        <str name="importResponse"/>
        
        <lst name="statusMessages">
                <str name="Total Requests made to DataSource">1</str>
                <str name="Total Rows Fetched">152</str>
                <str name="Total Documents Skipped">0</str>
                <str name="Full Dump Started">2008-09-24 11:50:53</str>

                <str name="">
                        Indexing completed. Added/Updated: 152 documents. 
Deleted 0 documents.
                </str>
                <str name="Committed">2008-09-24 11:50:54</str>
                <str name="Optimized">2008-09-24 11:50:54</str>
                <str name="Time taken ">0:0:1.169</str>
        </lst>

        <str name="WARNING">
                This response format is experimental.  It is likely to change 
in the
future.
        </str>
</response>


So that means, as i understand, solr is able to find the responses. Also I
ran the query externally through the query browser, that also running fine.
But when i go and search it through the admin UI, no responce is displayed.

Is there something i missed in the configuration file or something else:

Expecting your reply/suggestion
thanks
con
-- 
View this message in context: 
http://www.nabble.com/Error-running-query-inside-data-config.xml-tp19642540p19643099.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to