On 4 April 2013 22:11, scallawa <dami...@altrec.com> wrote:
> I am trying to understand how to plug data into the solr query option from
> the UI.
>
> The query below works on our old solr version (1.3) but does not return
> results on 4.2.  I pulled it from the catalina log file.  I am trying to
> plug in the values one by one into the query UI to see which one it is
> breaking on.

This gives us very little to go on. 1.3 to 4.2 is a huge jump.
What changes did you make in the transition? Have you
reindexed? Could you share the URL for a query that works
on 1.3, but not on 4.2? Have you changed the schema?
The questions can pretty much be endless here, so please
provide more details.

> Some fields are easy.  For instance, I can take the data from the url below
> for the fl field and plug it right into the fl field but I have trouble
> figuring out how to add multiple values to the facet.field.

As explained at the bottom of wiki.apache.org/solr/SolrFacetingOverview
one can have multiple facet.field attributes in the URL, e.g.,
facet.field=f1&facet.field=f2.

Please take the time to provide more details, and address issues
one by one. It would also help if you start by describing what you
want to achieve: "I am trying to understand how to plug data into
the solr query option from the UI." is close to being meaningless.

Regards,
Gora

Reply via email to