Re: SolrException undefined field *

2018-01-09 Thread Chris Hostetter
: Might be the case as you mentioned Shawn. But there are no search requests : triggered and might be that somehow a search query is getting fired to Solr : end while indexing. Given the complete log information(solr.log) while the : indexing is triggered. the search request is triggered by a

Re: SolrException undefined field *

2018-01-09 Thread padmanabhan
Might be the case as you mentioned Shawn. But there are no search requests triggered and might be that somehow a search query is getting fired to Solr end while indexing. Given the complete log information(solr.log) while the indexing is triggered. 2018-01-09 15:42:25.292 INFO (qtp834133664-15)

Re: SolrException undefined field *

2018-01-09 Thread Shawn Heisey
On 1/9/2018 8:31 AM, padmanabhan wrote: > I get the below error whenever an indexing is executed.. I didn't find enough > clue on to where this field is coming from and how could i debug on to it.. > any help would be appreciated > 2018-01-09 16:03:11.705 INFO >

Re: SolrException undefined field *

2018-01-09 Thread Michael Kuhlmann
To correct myself, querying "*" is allowed in the sense that asking for all fields is done by assigning "*" to the fl parameter. So the problem is possibly not that "*" is requested, but that the star is used somewhere else, probably in the q parameter. We can help you better when you pass the

Re: SolrException undefined field *

2018-01-09 Thread Michael Kuhlmann
First, you might want to index, but what Solr is executing here is a search request. Second, you're querying for a dynamic field "*" which is not defined in your schema. This is quite obvious, the exception says right this. So whatever is sending the query (some client, it seems) is doing the

SolrException undefined field *

2018-01-09 Thread padmanabhan
I get the below error whenever an indexing is executed.. I didn't find enough clue on to where this field is coming from and how could i debug on to it.. any help would be appreciated 2018-01-09 16:03:11.705 INFO