index join without query criteria

2020-06-08 Thread Hari Iyer
Hi, It appears that a query criteria is mandatory for a join. Taking this example from the documentation: fq={!join from=id fromIndex=movie_directors to=director_id}has_oscar:true. What if I want to find all movies that have a director (regardless of whether they have won an Oscar or not)?

Transient core auto commit failure

2019-07-17 Thread Hari Iyer
Hi, I am running solr 7.5.0 with a transient cache size of 20. I am bulk indexing multiple cores. I have auto commit setup and I see a few of these errors while indexing: auto commit error...:org.apache.solr.common.SolrException: openNewSearcher called on closed core I see log messages about

Dynamic field rule plugin?

2015-08-28 Thread Hari Iyer
Hi, I am new to Solr and am trying to create dynamic field rules in my Schema. I would like to use file name suffix to indicate other properties besides the data type and multivalued as provided in the default schema. It appears that specifying this via a pattern leads to duplication as there