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.
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
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
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