please confirm: pseudo join queries can only be performed on fields of exactly the same type

2015-05-18 Thread Matteo Grolla
Hi, I tried performing a join query {!join from=fA to=fB} where fA was string and fB was text using keywordTokenizer it doesn't work, but it does if either fields are both string or both text. If you confirm this is the correct behavior I'll

Re: please confirm: pseudo join queries can only be performed on fields of exactly the same type

2015-05-18 Thread Yonik Seeley
They should not have to be *exactly* the same type... just compatible types such that the indexed tokens match. When you used the keywordTokenizer, was there other analysis such as lowercasing going on? -Yonik On Mon, May 18, 2015 at 10:26 AM, Matteo Grolla matteo.gro...@gmail.com wrote: Hi,

Re: please confirm: pseudo join queries can only be performed on fields of exactly the same type

2015-05-18 Thread Matteo Grolla
Thanks for the quick and precise answer, fb are lowercased so indexed tokens don't match Il giorno 18/mag/2015, alle ore 16:54, Yonik Seeley ha scritto: They should not have to be *exactly* the same type... just compatible types such that the indexed tokens match. When you