The issue is the following: Solr needs to be told which field to search on when using the default search. By default, this is set to the ‘text’ field (which doesn’t exist in the BH schema). So basically, this only needs to be changed once. Should I then specify this as a step in the installation guide? On one hand, this would allow the user to easily choose the default field to be searched, but on the other hand this means one additional installation step.
On 11 August 2014 at 10:02:34, Anže Starič ([email protected]) wrote: Do we have to make the change each time the schema is generated, or just the first time? If it is a one time process, it would be easier to just include a step in the installation guide (or printing a message when schema is generated). Anze
