On 4/25/2013 5:27 PM, Chris F. wrote:
>
> But one problem is that most cloud-based Solr-as-a-service providers
> I've seen don't allow you to edit you config XML (which blacklight
> requires), so you'll probably have to have Solr running on a VM.
Blacklight can actually work with any Solr config at all, Blacklight
does not actually require you to be able to edit your solr config. I
guess that's a misconception that BL requires you to be able to edit
your Solr configuration, or requires a certain Solr configuration.
But there is some configuration in Blacklight that needs to be
coordinated with the configuration in Solr, and with how you index
things into your Solr. What solr fields to use for searching in what
ways, what solr fields to use to fetch data to display in what ways, etc.
The default BL install has you change your Solr config to match
Blacklight's default configuration.
But you can certainly instead change Blacklight's configuration to match
any Solr configuration you want (or are stuck with) instead.
If you aren't able to edit your Solr configuration, that may limit some
of the things you can do with Solr, sure. Running a Solr where you can
change the config however you want gives you more flexibility, with or
without BL.
And if you aren't using Blacklight's recommended getting-started Solr
configuration (possibly because you can't, with your Solr provider) --
you'll have to understand the Solr configuration you have, and make some
choices about how you're going to use it. What things you are going to
index in how many fields in Solr set up how, how you're going to search
those fields to get the search results you desire, etc.
These are all things that normally go into writing an application on top
of Solr, thinking about those things, even without BL. Then you'll have
to configure Blacklight to use Solr the way you want, within the
limitations of what your Solr configuration can do.
But BL is pretty flexible, it can probably be configured to work just
about however you want, and with just about any Solr configuration --
you just have to figure out 'how you want', possibly within limitations
of what your Solr provider lets you do. If you are able to take
Blacklight's suggested 'getting started' Solr configuration then you
can, at least at first, skip all that and just get started, it's true.
You'll probably still need to eventually understand what's going on on
the Solr end and what the options are, to develop your app effectively
and deal with any problems.
Jonathan
>
blacklight-develo...@googlegroups.com.
> <
https://groups.google.com/groups/opt_out>.
>
>
>
> --
> You received this message because you are subscribed to the Google
> Groups "Blacklight Development" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to
blacklight-develo...@googlegroups.com.