Re: join not working with UUIDs

2013-07-10 Thread Marcelo Elias Del Valle
Worked :D Thanks a lot! 2013/7/10 Marcelo Elias Del Valle > root_id is a dynamic field... But should the type of the field change > according to the values? Because using the same configuration but using > "room1" as value, it works. > > Let me compare the configurations: > >

Re: join not working with UUIDs

2013-07-10 Thread Marcelo Elias Del Valle
root_id is a dynamic field... But should the type of the field change according to the values? Because using the same configuration but using "room1" as value, it works. Let me compare the configurations: Indeed, one is text_general and the other is string... I will try to create a fixed fiel

Re: join not working with UUIDs

2013-07-10 Thread Erick Erickson
What kind of field is root_id? If it's tokenized or not the same type as id, that could account for it. Best Erick On Tue, Jul 9, 2013 at 7:34 PM, Marcelo Elias Del Valle wrote: > Hello, > > I am trying to create a POC to test query joins. However, I was > surprised when I saw my test worked

Re: join not working with UUIDs

2013-07-09 Thread Jack Krupansky
Oops... I misread and confused your "q" and "fq" params. -- Jack Krupansky -Original Message- From: Jack Krupansky Sent: Tuesday, July 09, 2013 7:47 PM To: solr-user@lucene.apache.org Subject: Re: join not working with UUIDs Your join is requesting to use the &q

Re: join not working with UUIDs

2013-07-09 Thread Jack Krupansky
Your join is requesting to use the "join_id" field ("from") of documents matching the query of "cor_parede:branca", but the join_id field of that document is empty. Maybe you intended to search in the other direction, like "acessorio1:Teclado". -- Jack Krupansky -Original Message-