Yes that was the problem..
thanks Nobble.
All this time i have been trying various possibilities with
Earlier when i removed it there was some sort of error and then i kept it as
required=false.
Now I removed it and again tried the same. It is now working fine.
So this issue is now solved.
Th
This is to debug your problem.
remove the and run import.
just see if all the docs are shown .
If yes , then you have duplicate ids which cause some documents to be removed
On Fri, Oct 17, 2008 at 2:01 PM, con <[EMAIL PROTECTED]> wrote:
>
> The responce that i get while executing
> http://loc
The responce that i get while executing
http://localhost:8983/solr/core0/dataimport?command=full-import
shows that all the rows that are expected to be the output of that query is
getting indexed.
The count,
Indexing completed. Added/Updated: 19 documents. Deleted 0 documents.
is as expecte
how do you know that indexing is fine? does a query of *:* give all
the results you wanted?
On Thu, Oct 16, 2008 at 3:58 PM, con <[EMAIL PROTECTED]> wrote:
>
>
> Yes. something similar to :
>
> query="select * from USER, CUSTOMER where USER.userID = CUSTOMER.userID">
>
>
>
>
>
Yes. Something similar to :
Yes. something similar to :
Yes. something similar to :
But the searching will not give all the results even if there is only one
result. whereas indexing is fine.
Thanks
con
Noble Paul നോബിള് नोब्ळ् wrote:
>
> do you have 2 queries in 2 different entities?
>
do you have 2 queries in 2 different entities?
On Thu, Oct 16, 2008 at 3:17 PM, con <[EMAIL PROTECTED]> wrote:
>
> I have two queries in my data-config.xml which takes values from multiple
> tables, like:
> select * from EMPLOYEE, CUSTOMER where EMPLOYEE.prod_id= CUSTOMER.prod_id.
>
> When i do a