Re: Using OR along with join query results causing NullPointerException in Solr 4.7.2

2015-11-30 Thread Mikhail Khludnev
On Mon, Nov 30, 2015 at 1:51 PM, SuReN wrote: > o=id} product_name:Desire* just the first guess, try to avoid the space in the clause above -- Sincerely yours Mikhail Khludnev Principal Engineer, Grid Dynamics

Using OR along with join query results causing NullPointerException in Solr 4.7.2

2015-11-30 Thread SuReN
Hello Lucene/Solr Experts, I am getting NullPointerException while using OR along with the join results. Following are the documents and fields configured in my solr server(version 4.7.2). *brands {id, brand_name}* *products {id, product_name, brand_id}* Following are the data indexed *BRAND