Re: Getting dynamic fields using LukeRequest.

2016-08-12 Thread Pranaya Behera
Hi, With solrj I am getting inconsistent results. Previously it was working great. But now it is not giving any expanded results while querying the same search in solr admin it gives the expanded query. When I say previously is that after the first release of 6.1.0, now LukeRequest is not

Re: Getting dynamic fields using LukeRequest.

2016-08-09 Thread Pranaya Behera
And also when I hit the request for each individual shard I get some results that are close to it using /admin/luke endpoint but to the whole collection it doesnt even show that have dynamic fields. On 10/08/16 11:23, Pranaya Behera wrote: Hi Steve, I did look at the schema api b

Re: Getting dynamic fields using LukeRequest.

2016-08-09 Thread Pranaya Behera
Hi Steve, I did look at the schema api but it only gives the defined dynamic fields not the indexed dynamic fields. For indexed fields with the rule of the defined dynamic field I guess LukeRequest is the only option. (Please correct me if I am wrong.) Hence I am unable to fetch

Re: Getting dynamic fields using LukeRequest.

2016-08-09 Thread Steve Rowe
Not sure what the issue is with LukeRequest, but Solrj has Schema API support: You can see which options are supported here: