Re: Error running query inside data-config.xml

2008-09-24 Thread Noble Paul നോബിള്‍ नोब्ळ्
just paste the fields in your schema so that we can help you better On Wed, Sep 24, 2008 at 12:33 PM, con <[EMAIL PROTECTED]> wrote: > > > 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.

Re: Error running query inside data-config.xml

2008-09-24 Thread Shalin Shekhar Mangar
Looking at your data-config.xml, you are trying to index two columns both of which are being sent to "features" field. The output from the data-config.xml shows that it added 152 documents. Try using the match all query *:* which should show all documents in the index. You will need to modify the

Re: Error running query inside data-config.xml

2008-09-24 Thread con
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: 0 0

Re: Error running query inside data-config.xml

2008-09-23 Thread Shalin Shekhar Mangar
Since you have not given any information about your schema, we cannot help with the queries. What do you mean by error running query? Do you get an exception or no values for the inner entity's fields? On Wed, Sep 24, 2008 at 11:34 AM, con <[EMAIL PROTECTED]> wrote: > > Hi Guys > I am trying to