Should the solr config setting for Collection name be used rather than the (farcry) application name?
Eg <!--- each record in Solr should track the application name ---> <cfset stRecord["fcsp_sitename"] = application.applicationName /> On 5 December 2012 22:28, Sean Coyne <[email protected]> wrote: > OK, I have a theory. The query string that gets created > is q=(gold+OR+coast)+AND+(fcsp_sitename:corporate)+AND+fcsp_benablesearch:true > > My guess is that the "fcsp_sitename:corporate" part which ensures that > only records for this farcry site are returned is also triggering the > highlighting of that term. > > I'll look into this and see if I can recreate and find a solution. This > wouldn't have come up for us because our project names are never actual > words. > > I'll see what I can do. I may have to add a configuration option to set > an alternate "sitename". Currently it just uses the project name, but if > that causes an issue when the project name is a real word then it might be > the only solution, but perhaps not. > > I'll let you know what I find out. > -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry
