: When I query solr with the query ?q=ingredientSuggestion=banana I get : 160 results. : Ok, all fine. : : When I add a new field such as : : <field name="courseName" type="text" indexed="true" : stored="true" required="true"/> : : to my index it reduces the number of results from my query to 131, even : though the query : has'nt changed and does not (at least explicitly) filter the result set.
presumably you changed your DIH config in some way when you added that field? are you certain that you didn't do anything to alter the total number of docs being indexed? or that the data source didn't change between the first time you indexed and the second? -Hoss